Skip to content

Releases: python-openapi/openapi-schema-validator

0.3.1

26 Aug 10:27

Choose a tag to compare

Changelog

  • OpenAPI 3.1 validator's JSONSchema subclassing deprecation fix #47
  • OpenAPI 3.0 validator's JSONSchema subclassing deprecation workaround #49

0.3.0

23 Jun 07:50

Choose a tag to compare

Changelog

  • OpenAPI 3.1 validator #18
  • drop python 3.6 support #18
  • make jsonschema4 compatible (DeprecationWarning fix) reintroduced #38
  • 0.2.1 changes #37
    • Revert "make jsonschema4 compatible (DeprecationWarning fix)"
    • drop python 3.6 support part 2
    • Limit jsonschema dependency
  • Validate oneOf, anyOf and allOf with discriminator OAS30 #30 and OAS31 #39

0.2.3

29 Jan 05:50

Choose a tag to compare

Changelog

  • readOnly and writeOnly on jsonschema4 fix #41

0.3.0a2

27 Jan 09:40

Choose a tag to compare

0.3.0a2 Pre-release
Pre-release

Changelog

  • make jsonschema4 compatible (DeprecationWarning fix) reintroduced #38
  • 0.2.1 changes #37
    • Revert "make jsonschema4 compatible (DeprecationWarning fix)"
    • drop python 3.6 support part 2
    • Limit jsonschema dependency
  • Validate oneOf, anyOf and allOf with discriminator OAS30 #30 and OAS31 #39

0.2.2

27 Jan 07:54

Choose a tag to compare

Changelog

  • Validate oneOf, anyOf and allOf with discriminator (cherry-pick from 0.3.x) #30

0.2.1

25 Jan 15:55

Choose a tag to compare

Changelog

  • Revert "make jsonschema4 compatible (DeprecationWarning fix)" #34
  • Drop python 3.6 support (cherry-pick from 0.3.x and part 2) #35
  • Limit jsonschema dependency #36

0.3.0a1

11 Jan 06:03

Choose a tag to compare

0.3.0a1 Pre-release
Pre-release

Changelog

  • OpenAPI 3.1 validator #18
  • drop python 3.6 support #18

0.2.0

07 Jan 15:48

Choose a tag to compare

Changelog

  • switch to poetry #27
  • drop python 2.7 and 3.5 support #27 #28
  • make jsonschema4 compatible (DeprecationWarning fix) #25

0.1.6

28 Dec 11:29

Choose a tag to compare

Changelog

  • Fix required in composition #16
  • Prevent Schema Mutation #26

0.1.5

25 Mar 21:00

Choose a tag to compare

Changelog

  • Stop assigning a version to our Validator (#12)