Skip to content

Releases: unbekanntes-pferd/dracoon-python-api

DRACOON Python 1.4.0

13 May 16:26
aeeab5f
Compare
Choose a tag to compare
  • 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

Full Changelog: v.1.3.1...v.1.4.0

DRACOON Python 1.3.1

06 Apr 06:52
b6a4796
Compare
Choose a tag to compare
  • Updated S3 status polling (increasing waiting time)
  • Bug fixes (public key encryption)

DRACOON Python 1.2.0

19 Mar 21:31
8e0be52
Compare
Choose a tag to compare
  • Custom errors
  • Improved error handling
  • Helper to improve batch processing async requests
  • Minor bug fixes

What's Changed

Full Changelog: v1.1.0...v.1.2.0

DRACOON Python 1.1.0

12 Mar 12:36
c670727
Compare
Choose a tag to compare
  • Added full S3 direct up- and download support
  • Major module refactor

DRACOON Python 1.0.3

19 Nov 15:39
511b472
Compare
Choose a tag to compare

Bugfix (nodes bool values)

DRACOON Python 1.0.2

19 Nov 11:21
2f311ba
Compare
Choose a tag to compare

Initial 1.0 release on PyPi (fixed dependencies)

DRACOON Python 1.0.0-alpha2

08 Nov 08:52
c2f2f3f
Compare
Choose a tag to compare
Pre-release

Added upload and download methods.

DRACOON Python 1.0.0-alpha1

05 Nov 21:46
dd46378
Compare
Choose a tag to compare
Pre-release

Initial release with full async client support, full crypto support and new examples.

DRACOON Python 0.4.3

03 Aug 15:21
Compare
Choose a tag to compare
  • Bugfixes for node models (updated lists)
  • Added new examples

DRACOON Python 0.4.0

14 Jun 04:54
Compare
Choose a tag to compare

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.