Skip to content

Releases: python-openapi/openapi-schema-validator

0.6.0a1

13 Jun 18:13

Choose a tag to compare

0.6.0a1 Pre-release
Pre-release

Changelog

  • Python 3.7 support dropped #84
  • OAS30Validator read write properties dropped #85
  • jsonschema 4.18 compatibility #72

Backward incompatibilities

  • OAS30Validator no longer accept read and write properties. Use OASReadValidator and OAS30WriteValidator instead.

0.5.0

12 Jun 09:36

Choose a tag to compare

Changelog

  • Formats raise error for other types fix #67

Backward incompatibilities

  • format validators ignore other types and pass (in accordance with the specification)

0.4.4

17 Mar 08:31

Choose a tag to compare

Changelog

  • Include tests in sdist archives #71
  • jsonschema 4.17 dependency limit #73
  • add python 3.11 support #74

0.4.3

01 Feb 07:11

Choose a tag to compare

Changelog

  • test required formats only #62

0.4.2

30 Jan 07:36

Choose a tag to compare

Changelog

  • Rely on jsonschema date date-time and uuid format checkers. Format checkers assigned to validators #60

Backward incompatibility

  • Missing format checker for format no longer raise FormatError

0.4.1

25 Jan 06:26

Choose a tag to compare

Changelog

  • OAS30 read write validators #59

0.4.0

12 Jan 03:33

Choose a tag to compare

Changelog

  • Drop no longer used runtime dependency on attrs #54
  • Re-implemented nullable based on OAS 3.0.3 definition. #57

0.3.4

12 Sep 11:33

Choose a tag to compare

Changelog

  • OASValidator 3.0 read write pass with evolve #52

0.3.3

02 Sep 06:14

Choose a tag to compare

Changelog

  • Static types and Mypy static type check #51

0.3.2

31 Aug 21:19

Choose a tag to compare

Changeling

  • type validator error msg formatting fix #50