Skip to content

Releases: unbekanntes-pferd/dracoon-python-api

DRACOON Python 1.13.0

06 Mar 17:17
c4ca41d
Compare
Choose a tag to compare

Maintenance update:

  • increase min. Python version to 3.10
  • add unit tests and automated Github Action
  • fix attributes response (204)
  • dependency updates

What's Changed

Full Changelog: v1.12.2...v1.13.0

DRACOON Python 1.12.2

06 Dec 15:35
Compare
Choose a tag to compare

remove trailing slashes from requests (error 500)

What's Changed

New Contributors

Full Changelog: v1.12.1...v1.12.2

DRACOON Python 1.12.1

17 Oct 15:45
Compare
Choose a tag to compare

Fix type error and dependency updates

What's Changed

Full Changelog: v1.12.0...v1.12.1

DRACOON Python 1.12.0

22 Sep 15:08
Compare
Choose a tag to compare
  • update dependencies
  • several bug fixes
  • migrate to pydantic 2.x

What's Changed

New Contributors

Full Changelog: v1.11.2...v1.12.0

DRACOON Python 1.11.2

02 Sep 12:33
425b09e
Compare
Choose a tag to compare
  • add file key distribution (fixed amount) to upload

What's Changed

Full Changelog: v1.11.1...v1.11.2

DRACOON Python 1.11.1

31 Jul 11:39
0a473e0
Compare
Choose a tag to compare
  • bug fixes
  • added params to get_users

What's Changed

New Contributors

Full Changelog: v1.11.0...v1.11.1

DRACOON Python 1.11.0

27 Jul 18:25
2d1f0ab
Compare
Choose a tag to compare
  • bug fix (enum serialization in report creation)
  • add additional params for get users

What's Changed

Full Changelog: v1.10.0...v1.11.0

DRACOON Python 1.10.0

14 Apr 11:19
b9e9dc1
Compare
Choose a tag to compare
  • retry on connection errors
  • refactoring

What's Changed

Full Changelog: v.1.9.0...v1.10.0

DRACOON Python 1.9.0

18 Nov 16:17
a6dd8d3
Compare
Choose a tag to compare
  • add rate limiting handling (retry on HTTP 429, exponential wait)
  • remove tqdm dependency and progress bar
  • minor bug fixes

What's Changed

Full Changelog: v.1.8.4...v.1.9.0

DRACOON Python 1.8.4

10 Nov 17:21
de9d2ab
Compare
Choose a tag to compare

Fix bug in refresh token auth (do not use connection token if param used)

What's Changed

Full Changelog: v.1.8.3...v.1.8.4