Releases: spec-first/connexion
Releases · spec-first/connexion
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
1.1.15
- #500: preserve the multiplicity of array type query parameters (e.g.
?items=1&items=2&items=3|4
)