Skip to content

Version 2.0.3 - Minor Fixes & Unit Tests

Compare
Choose a tag to compare
@martejj martejj released this 17 Dec 04:09
· 250 commits to master since this release

This release fixes some features of the API and adds comprehensive unit testing.

  • Fixes request serialisation issues related to #5.
  • Adds a lightweight RFC3339 parser to ensure timestamps are correctly parsed relating to #6.
  • Adds unit tests for the archive and orders API as well as the RFC3339 parser.
  • Fixes issues with setting webhooks and emails on OrderRequest objects.
  • Ensures that files returned by OrderAPI.get_resource_as_file() are seeked to the beginning of the file and open for read and write.