Skip to content

0.11.0

Compare
Choose a tag to compare
@p1c2u p1c2u released this 18 Jun 21:44
· 1166 commits to master since this release

openapi-core 0.11 is the last major version with schema validation based on internal validators (object validators). Next major versions is scheduled to be based on jsonschema validators (OAS Validator).

Changelog

  • End of Python 3.4 support (#136)
  • Add support for one-of with any type (#133)
  • Modify FlaskOpenAPIRequest to accommodate path variables (#141)
  • Primitive types unmarshallers (#138)
  • attr errors hashable fix (#143)
  • Parameters on path item object support (#144)