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.3.3

04 Jul 09:13
Compare
Choose a tag to compare

Fixes

Full Changelog: v2.3.2...v2.3.3

v2.3.2

04 Jul 08:50
Compare
Choose a tag to compare

Fixes

New Contributors

Full Changelog: v2.3.1...v2.3.2

v2.3.1

02 Dec 08:36
Compare
Choose a tag to compare

What's Changed

Properly includes vnd.api+json content type fix by @darduf in #292

Full Changelog: v2.3.0...v2.3.1

v2.3.0

01 Dec 12:02
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.2.0...v2.3.0

v2.2.0

05 Nov 17:39
1929ad3
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.1.3...v2.2.0

v2.1.3

07 Oct 00:47
ef24951
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.2...v2.1.3

v2.1.2

25 Sep 16:12
Compare
Choose a tag to compare

What's Changed

  • Fix broken OpenAPI parsing for OpenAPI v3.0 schemas by @darduf in #274
  • Pin DRF to <3.14 until upstream issue is fixed in drf-yasg by @sondrelg in #268

New Contributors

Full Changelog: v2.1.1...v2.1.2

v2.1.1

28 Jun 13:34
Compare
Choose a tag to compare

Fixes

  • Fixed an issue where validators would fail from empty lists (#265).

Thanks @TheSuperiorStanislav 👍

v2.1.0

19 Apr 17:11
Compare
Choose a tag to compare

Features

  • Added OpenAPIClient which extends Django REST framework's APIClient class. (#262) See docs for implementation details.

Thanks @skarzi 👍

v2.0.1

10 Apr 08:21
d9f108d
Compare
Choose a tag to compare

Fixes

  • Adds dedicated handling for responses without data (#258). Thanks @radowit 👍