Skip to content

0.19.3

Compare
Choose a tag to compare
@p1c2u p1c2u released this 14 Aug 09:13
· 59 commits to master since this release

Bug fixes

  • Fix resolver for jsonschema validator created by SchemaValidatorsFactory #853
  • Use base_uri from schema path for spec validation #859
  • Openapi 3.0 unmarshalling None with nullable subschema fix #876

Deprecations

  • spec_base_uri configuration is deprecated. Use base_uri parameter in OpenAPI.from_dict and OpenAPI.from_file if you want to define it. #859