0.14.0
openapi-core 0.14 is scheduled to be the last major version in the 0.x series.
This release introduces SpecPath
which reduces spec creation time and allows to get rid of big schema
package
Changes:
Spec
replaced withSpecPath
(#318)
Backward incompatibilities:
create_spec
shortcut returnsSpecPath
instead ofSpec
- removed Spec-related
schema
package - schema-related
exceptions
moved to top levelexceptions
module readOnly
/writeOnly
invalid properties raise error (before were ommitted)MediaTypeDeserializersFactory.create
expectsmimetype
string instead ofmedia_type
MediaTypeFinder.find
returnsmedia_type, mimetype
tuple instead of justmedia_type