Releases: spec-first/connexion
Releases · spec-first/connexion
1.1.4
- #384: ProblemExceptions should be caught by our common handler
1.1.3
- #383: Problem as exceptions should convert properly to problem responses
1.1.2
- #382: fix content-type header bug
1.1
Cumulative release with new minor version number due to broken build pipeline counter.
- #366: support problem exceptions
- #356: fix handling flask.Response objects
- #334: sanitize parameter names
1.0.129
- #304: add
--host
CLI option
1.0.128
- #309: update Swagger UI to version 2.2.5
1.0.125
- #298: allow specifying the host to listen on
- #287/#289: respect what the API consumes (do not always assume JSON)
1.0.124
- #294: add
--version
option to Connexion CLI (print current version)
- #297: add
--base-path
option to Connexion CLI (overwrite Swagger basePath
)