Skip to content
This repository has been archived by the owner on Nov 19, 2023. It is now read-only.

Releases: snok/drf-openapi-tester

v2.0.0

29 Dec 13:14
d0dd312
Compare
Choose a tag to compare

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

18 Dec 22:58
bdf3957
Compare
Choose a tag to compare

Corrects handling of additionalProperties (#246). By @idesoto-rover 👏

v1.3.10

09 Nov 07:56
Compare
Choose a tag to compare

Fixes an issue where allowed additional-properties were raising KeyErrors (#239). Thanks @alexpaulzor 👏

v1.3.9

02 Nov 21:44
Compare
Choose a tag to compare

Add fix to allow empty response contents (#243). Thanks @radowit 👍

v1.3.8

31 Oct 18:02
Compare
Choose a tag to compare

Route parsing bug fixed in #242 by @igormaraujo. Thanks!

v1.3.7

20 May 07:11
Compare
Choose a tag to compare

updated dependencies

v1.3.6

20 May 06:51
72d7899
Compare
Choose a tag to compare

updated dependencies

v1.3.5

28 Feb 12:15
Compare
Choose a tag to compare

Reworks schema reference logic, to improve handling of nested structures.

v1.3.4

27 Feb 10:03
Compare
Choose a tag to compare
  • resolved issue with parsing drf-spectacular use of "oneOf" to handle null enums

v1.3.3

25 Feb 21:15
eca2fb2
Compare
Choose a tag to compare
  • Removes a 3.8 functools feature that accidentally broke the package on earlier Python versions. Replaced it with a built-in Django equivalent (#222)