Skip to content

2.0.0

Choose a tag to compare

@gripep gripep released this 16 Jul 18:28
· 2 commits to master since this release
0473268

Breaking changes:

  • The API error response now always includes the keys: title, detail, and invalid_param. The title key is always populated, while detail and invalid_param may be null depending on the error source.
  • Drop support for python 3.8

Changes:

  • Improve code modularity and readability
  • Split tests in unittest and integration tests
  • Improve test coverage
  • Update Makefile
  • Update README