2.0.0
Breaking changes:
- The API error response now always includes the keys:
title,detail, andinvalid_param. Thetitlekey is always populated, whiledetailandinvalid_parammay benulldepending 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