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

Releases: snok/drf-openapi-tester

v2.0.0

Choose a tag to compare

@sondrelg sondrelg released this 29 Dec 13:14
d0dd312

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

Choose a tag to compare

@sondrelg sondrelg released this 18 Dec 22:58
bdf3957

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

v1.3.10

Choose a tag to compare

@sondrelg sondrelg released this 09 Nov 07:56

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

v1.3.9

Choose a tag to compare

@sondrelg sondrelg released this 02 Nov 21:44

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

v1.3.8

Choose a tag to compare

@sondrelg sondrelg released this 31 Oct 18:02

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

v1.3.7

Choose a tag to compare

@Goldziher Goldziher released this 20 May 07:11

updated dependencies

v1.3.6

Choose a tag to compare

@Goldziher Goldziher released this 20 May 06:51
72d7899

updated dependencies

v1.3.5

Choose a tag to compare

@sondrelg sondrelg released this 28 Feb 12:15

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

v1.3.4

Choose a tag to compare

@Goldziher Goldziher released this 27 Feb 10:03
  • resolved issue with parsing drf-spectacular use of "oneOf" to handle null enums

v1.3.3

Choose a tag to compare

@sondrelg sondrelg released this 25 Feb 21:15
eca2fb2
  • Removes a 3.8 functools feature that accidentally broke the package on earlier Python versions. Replaced it with a built-in Django equivalent (#222)