Releases: unbekanntes-pferd/dracoon-python-api
Releases · unbekanntes-pferd/dracoon-python-api
DRACOON Python 1.4.0
- proxy upload refactoring (dracoon.nodes)
- DRACOON Server tests
- Fixed url encoding in search string (search nodes)
- Refactored and updated event log endpoints
- Extended type hints
What's Changed
- V.1.4.0 by @unbekanntes-pferd in #44
Full Changelog: v.1.3.1...v.1.4.0
DRACOON Python 1.3.1
- Updated S3 status polling (increasing waiting time)
- Bug fixes (public key encryption)
DRACOON Python 1.2.0
- Custom errors
- Improved error handling
- Helper to improve batch processing async requests
- Minor bug fixes
What's Changed
- V1.2.0 by @unbekanntes-pferd in #41
- V1.2.0 by @unbekanntes-pferd in #42
Full Changelog: v1.1.0...v.1.2.0
DRACOON Python 1.1.0
- Added full S3 direct up- and download support
- Major module refactor
DRACOON Python 1.0.3
Bugfix (nodes bool values)
DRACOON Python 1.0.2
Initial 1.0 release on PyPi (fixed dependencies)
DRACOON Python 1.0.0-alpha2
Added upload and download methods.
DRACOON Python 1.0.0-alpha1
Initial release with full async client support, full crypto support and new examples.
DRACOON Python 0.4.3
- Bugfixes for node models (updated lists)
- Added new examples
DRACOON Python 0.4.0
Version 0.4.0 adds
- full typing model support (payload validation for requests)
- Crypto implementation
- RSA keypair generation
- encrypted file download (decryption)
- encrypted file upload (encryption)
Added pydantic as module to validate payloads as dependency.
Added cryptography as module to implement crypto operations.