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

v1.3.2

21 Feb 16:01
df82793
Compare
Choose a tag to compare

Hotfix pk resolution

v1.3.1

21 Feb 08:34
Compare
Choose a tag to compare

Hotfix for regression due to PK resolution logic

v1.3.0

20 Feb 18:04
c1b7b40
Compare
Choose a tag to compare
  1. Added validators for the "format" keyword, handling the following format values generated by DRF and DRF derived libraries: "uuid", "base64", "email", "uri", "url", "ipv4", "ipv6" and "time" validator
  2. Added support for dynamic url parameters (DRF feature) in schemas
  3. Added an option to pass a map of custom url parameters and values
  4. Fixed handling of byte format to test for base64 string instead of bytes
    Refactored error messages to be more concise and precise

v1.2.0

14 Feb 18:38
Compare
Choose a tag to compare
  • updated keyword handling (anyOf, oneOf, allOf)
  • updated utils
  • updated testing setup
  • updated readme

v1.1.0

12 Feb 07:35
Compare
Choose a tag to compare
  • fixed allOf iteration
  • fixed handling of path parameters that are not strings

v1.0.0

11 Feb 09:06
809fbb9
Compare
Choose a tag to compare
  • Initial release
  • Has full validation for OpenAPI types, formats, and other OAS features
  • Supports anyOf, oneOf, allOf reference handling explicitly and the not keyword implicitly
  • Includes additional case checking for schema and response keys