2021-08-17 12:47:07 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Aug 16 13:17:44 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
|
|
|
|
|
|
|
|
|
- Update to version 0.14.2
|
|
|
|
|
* Non required request body fix (#325)
|
|
|
|
|
* Parameter simple scenarion for any schema type fix (#323)
|
|
|
|
|
- Release notes for 0.14.0
|
|
|
|
|
Changes:
|
|
|
|
|
* Spec replaced with SpecPath (#318)
|
|
|
|
|
Backward incompatibilities:
|
|
|
|
|
* create_spec shortcut returns SpecPath instead of Spec
|
|
|
|
|
* removed Spec-related schema package
|
|
|
|
|
* schema-related exceptions moved to top level exceptions module
|
|
|
|
|
* readOnly/writeOnly invalid properties raise error (before were
|
|
|
|
|
ommitted)
|
|
|
|
|
* MediaTypeDeserializersFactory.create expects mimetype string
|
|
|
|
|
instead of media_type
|
|
|
|
|
* MediaTypeFinder.find returns media_type, mimetype tuple instead
|
|
|
|
|
of just media_type
|
|
|
|
|
- Changelog between 0.13.3 and 0.14.0:
|
|
|
|
|
https://github.com/p1c2u/openapi-core/releases
|
|
|
|
|
- Edit out mock test requirement for Python 3
|
|
|
|
|
|
2020-03-31 07:29:00 +00:00
|
|
|
-------------------------------------------------------------------
|
2020-05-29 09:25:05 +00:00
|
|
|
Tue May 5 12:21:53 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
|
|
|
|
- Skip one test so we can use pytest5
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2020-03-31 07:29:00 +00:00
|
|
|
Fri Mar 27 14:07:28 UTC 2020 - pgajdos@suse.com
|
|
|
|
|
|
|
|
|
|
- version update to 0.13.3
|
|
|
|
|
* lot of changes, see
|
|
|
|
|
https://github.com/p1c2u/openapi-core/releases
|
|
|
|
|
|
2020-01-10 14:51:19 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Jan 10 14:50:55 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
|
|
|
|
- Properly conditionalize the python2 drop so it lets us backport
|
|
|
|
|
the packages
|
|
|
|
|
|
2020-01-09 18:17:24 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Jan 9 18:01:55 UTC 2020 - Todd R <toddrme2178@gmail.com>
|
|
|
|
|
|
|
|
|
|
- Drop python2 subpackage due to dropping backports dependencies.
|
|
|
|
|
|
2019-09-26 14:08:17 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Sep 26 14:02:50 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
|
|
|
|
- Update to 0.12.0:
|
|
|
|
|
* OAS validation with JSONSchema (#157)
|
|
|
|
|
|
2019-09-11 08:42:24 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Sep 11 08:40:59 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
|
|
|
|
- Update to 0.11.1:
|
|
|
|
|
* Path item parameter override (#145)
|
|
|
|
|
* Separate cast and unmarshal (#156)
|
|
|
|
|
|
2019-07-23 13:46:16 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Jul 23 13:45:01 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
|
|
|
|
- Update to 0.11.0:
|
|
|
|
|
* 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)
|
|
|
|
|
|
2019-06-03 11:20:36 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Jun 3 11:20:00 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
|
|
|
|
- Update to 0.10.0:
|
|
|
|
|
* Various tests and support updates
|
|
|
|
|
- Update requirements to match up upstream
|
|
|
|
|
|
2018-08-08 15:14:23 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Aug 8 14:45:32 UTC 2018 - tchvatal@suse.com
|
|
|
|
|
|
|
|
|
|
- Switch to github tarball to get tests
|
|
|
|
|
- Run the tests
|
|
|
|
|
|
2018-08-02 07:10:10 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Jul 30 21:05:25 UTC 2018 - sean.marlow@suse.com
|
|
|
|
|
|
|
|
|
|
- Initial release v0.5.0
|