Releases: unbekanntes-pferd/dracoon-python-api
Releases · unbekanntes-pferd/dracoon-python-api
DRACOON Python 1.13.0
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
- Bugfix/update user attributes by @semtisem in #132
- maintenance/v1.13.0 by @unbekanntes-pferd in #133
Full Changelog: v1.12.2...v1.13.0
DRACOON Python 1.12.2
remove trailing slashes from requests (error 500)
What's Changed
- Bump cryptography from 41.0.4 to 41.0.6 by @dependabot in #125
- remove trailing slashes by @semtisem in #126
New Contributors
- @dependabot made their first contribution in #125
Full Changelog: v1.12.1...v1.12.2
DRACOON Python 1.12.1
DRACOON Python 1.12.0
- update dependencies
- several bug fixes
- migrate to pydantic 2.x
What's Changed
- Fix a typo by @timotheeMM in #119
- fix type by @stsch9 in #120
- features/1.12.0 by @unbekanntes-pferd in #122
- Several small fixes by @stsch9 in #121
New Contributors
- @timotheeMM made their first contribution in #119
- @stsch9 made their first contribution in #120
Full Changelog: v1.11.2...v1.12.0
DRACOON Python 1.11.2
- add file key distribution (fixed amount) to upload
What's Changed
- add file key distribution to encrypted uploads by @unbekanntes-pferd in #117
Full Changelog: v1.11.1...v1.11.2
DRACOON Python 1.11.1
- bug fixes
- added params to get_users
What's Changed
- datetime conversion report filter by @semtisem in #115
- feature/1.11.1 by @unbekanntes-pferd in #116
New Contributors
Full Changelog: v1.11.0...v1.11.1
DRACOON Python 1.11.0
- bug fix (enum serialization in report creation)
- add additional params for get users
What's Changed
- add example by @unbekanntes-pferd in #112
- add additional params to get_users by @unbekanntes-pferd in #113
- version bump by @unbekanntes-pferd in #114
Full Changelog: v1.10.0...v1.11.0
DRACOON Python 1.10.0
- retry on connection errors
- refactoring
What's Changed
- features/1.10.0 by @unbekanntes-pferd in #111
Full Changelog: v.1.9.0...v1.10.0
DRACOON Python 1.9.0
- add rate limiting handling (retry on HTTP 429, exponential wait)
- remove tqdm dependency and progress bar
- minor bug fixes
What's Changed
- features/1.9.0 by @unbekanntes-pferd in #106
Full Changelog: v.1.8.4...v.1.9.0
DRACOON Python 1.8.4
Fix bug in refresh token auth (do not use connection token if param used)
What's Changed
- bugs/1.8.4 by @unbekanntes-pferd in #103
- version bump by @unbekanntes-pferd in #104
Full Changelog: v.1.8.3...v.1.8.4