Releases: snok/drf-openapi-tester
Releases · snok/drf-openapi-tester
v2.0.0
Compare
Sorry, something went wrong.
No results found
Breaking changes
Removes Internal library properties from the module's __init__.py. Don't expect this to impact anyone, but is a breaking change.
Drops Django 2.2 support officially (but might still work)
Drops Python 3.6 support officially (but might still work)
We currently support Django 3.0 - 4.0, and Python 3.7 - 3.10.
Improvements
Adopted flake8-type-checking and cleaned up imports considerably (#251 )
v1.3.11
Compare
Sorry, something went wrong.
No results found
Corrects handling of additionalProperties (#246 ). By @idesoto-rover 👏
v1.3.10
Compare
Sorry, something went wrong.
No results found
Fixes an issue where allowed additional-properties were raising KeyErrors (#239 ). Thanks @alexpaulzor 👏
v1.3.9
Compare
Sorry, something went wrong.
No results found
Add fix to allow empty response contents (#243 ). Thanks @radowit 👍
v1.3.8
Compare
Sorry, something went wrong.
No results found
Route parsing bug fixed in #242 by @igormaraujo . Thanks!
v1.3.7
Compare
Sorry, something went wrong.
No results found
v1.3.6
Compare
Sorry, something went wrong.
No results found
v1.3.5
Compare
Sorry, something went wrong.
No results found
Reworks schema reference logic, to improve handling of nested structures.
v1.3.4
Compare
Sorry, something went wrong.
No results found
resolved issue with parsing drf-spectacular use of "oneOf" to handle null enums
v1.3.3
Compare
Sorry, something went wrong.
No results found
Removes a 3.8 functools feature that accidentally broke the package on earlier Python versions. Replaced it with a built-in Django equivalent (#222 )