Releases: spec-first/connexion
Releases · spec-first/connexion
1.5.3
- Fix error codes for bad Content-Types in body validator. (#629)
- Add validator kind to error logs extra in validators (#671)
- Improve metrics reporting (#672)
- Improve coroutine detection (#600)
- Add x-nullable support for body validators (#642)
1.5.2
Bugfix:
- Split FormData array parameters correctly (#638)
1.5.1
- Fix log line to wrong logger
1.5.0
- Update to swagger-spec-validator 2.3.1 (#611)
- URI parsing decorator (#613)
- Correct validator response on bad JSON (#610)
- Add capability to pass framework's request context to handler functions
1.4.2
This release contains no Python code changes!
1.4.1
- #583: make Connexion compatible with the latest gevent version
1.4
- #530: added aiohttp support
1.2
- #541: SECURITY: use
Authorization
header instead of URL params when trying to verify OAuth tokens against TokenInfo endpoint (this might be a BREAKING CHANGE for TokenInfo endpoints not supporting the Authorization
header)
- #523, #545: minor fixes / refactoring