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

Choose a tag to compare

@sondrelg sondrelg released this 04 Jul 09:13

Fixes

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

v2.3.2

Choose a tag to compare

@sondrelg sondrelg released this 04 Jul 08:50

Fixes

New Contributors

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

v2.3.1

Choose a tag to compare

@sondrelg sondrelg released this 02 Dec 08:36

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

Choose a tag to compare

@sondrelg sondrelg released this 01 Dec 12:02

What's Changed

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

v2.2.0

Choose a tag to compare

@sondrelg sondrelg released this 05 Nov 17:39
1929ad3

What's Changed

New Contributors

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

v2.1.3

Choose a tag to compare

@sondrelg sondrelg released this 07 Oct 00:47
ef24951

What's Changed

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

v2.1.2

Choose a tag to compare

@sondrelg sondrelg released this 25 Sep 16:12

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

Choose a tag to compare

@sondrelg sondrelg released this 28 Jun 13:34

Fixes

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

Thanks @TheSuperiorStanislav 👍

v2.1.0

Choose a tag to compare

@sondrelg sondrelg released this 19 Apr 17:11

Features

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

Thanks @skarzi 👍

v2.0.1

Choose a tag to compare

@sondrelg sondrelg released this 10 Apr 08:21
d9f108d

Fixes

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