Releases: spec-first/connexion
Releases · spec-first/connexion
1.0.22
- #101: support operationIds pointing to instance, class or static methods
1.0.20
- #103: fix source distribution (.tar.gz) to include requirements.txt
1.0.19
- #102: add support for extension properties in problem JSON responses
1.0.9
- #94: support "x-swagger-router-controller" property
1.0.8
- #96: fix swagger.json generation when mixing str/int dict keys
1.0.5
- #90: fix handling of "array" query params (csv, pipes)
0.13
- #84 Option to validate the responses
- #85 Allow adding headers to problem responses
- #83 Saner log message severity on client side errors
0.12.1
- #77: allow adding custom headers by returning a tuple with 3 elements
- #79: return Api object from add_api call
- Minor refactorings and added unit tests
0.12.0
- #72 Allow passing options to the underlying server in app.run()
0.11.3
- Fixed setting
request.user
when the token doesn't have uid
scope