Skip to content

Releases: unbekanntes-pferd/dco3

v0.11.0 - public transfers, simple client

28 Apr 18:21
a2349de
Compare
Choose a tag to compare
  • full implementation of public transfers
    • public upload (to file request)
    • public download (from share)
  • simple client creation (provide access token)
  • update all responses and requests to be cloneable

What's Changed

Full Changelog: v0.10.2...v0.11.0

v0.10.2 - small fixes

14 Apr 18:35
7769266
Compare
Choose a tag to compare
  • Small fixes and updates

What's Changed

Full Changelog: v0.10.1...v0.10.2

0.10.1 - bugfix

12 Apr 15:14
eb0594a
Compare
Choose a tag to compare
  • fix panic on parsing error (parsing response body)

What's Changed

Full Changelog: v0.10.0...v0.10.1

0.10.0 - endpoints

12 Apr 06:53
Compare
Choose a tag to compare

breaking changes

  • All non-crypto related traits are no longer implemented in global client (see #21 for details).
  • Minor fixes
  • Dependency updates

What's Changed

Full Changelog: v0.9.2...v0.10.0

v0.9.2 - bugfixes

05 Apr 05:45
c5a3bf1
Compare
Choose a tag to compare

What's Changed

  • bugfixes

Full Changelog: v0.9.0...v0.9.2

0.9.0 - bugfixes

02 Apr 17:26
bafc800
Compare
Choose a tag to compare
  • Fix NFS upload
  • Fix custom user agent support
  • Exposed experimental token rotation feature
  • Internal improvements (RwLock)

Full Changelog: v0.8.0...v0.9.0

0.8.0 - NFS upload and other updates

01 Apr 12:46
83424ae
Compare
Choose a tag to compare
  • all response models serialize dates now to DateTime
  • support for NFS uploads (DRACOON Server support)
  • added public endpoints (system info, version info)
  • experimental feature: token rotation (use multiple tokens in parallel)

What's Changed

Full Changelog: v0.7.0...v0.8.0

0.7.0 - async write, room policies

22 Mar 08:56
6934062
Compare
Choose a tag to compare
  • breaking change: download requires async writer (tokio::io::BufWriter) instead of sync version
  • new endpoints: room policies
  • dependency updates (pinned reqwest to 0.11.27 - no update of reqwest_middleware yet)

What's Changed

New Contributors

Full Changelog: v0.6.1...v0.7.0

0.6.1 - bug fix

20 Oct 15:42
bf32f6d
Compare
Choose a tag to compare
  • fixed a bug setting file keys (wrong user / file id)

What's Changed

Full Changelog: v0.5.1...v0.6.1

0.5.1 - distribute file keys bugfix

30 Aug 05:56
Compare
Choose a tag to compare
  • fixed a bug where file key distribution failed due to wrong file / user id

What's Changed

Full Changelog: v0.5.0...v0.5.1