* Pin openapi-core dependency to a sub 0.12.0 version, to avoid regressions with validation. Details on https://github.com/p1c2u/openapi-core/issues/160 [zupo]
0.4.0
Not secure
------------------
* Fix handling parameters in Headers and Cookies. [gweis]
* Introduce RequestValidationError and ResponseValidationError exceptions in favor of pyramid_openapi3_validation_error_view directive. [gweis]
0.3.0
Not secure
------------------
* Added type hints. [zupo] * Added additional references to other packages covering the same problem-space. [zupo] * Moved repo to Pylons GitHub organization. [stevepiercy, zupo] * Added a more built-out TODO-app example. [zupo]
0.2.8
Not secure
------------------
* Fix for double-registering views. [zupo] * Added a single-file example. [zupo]