Releases: spec-first/connexion
Releases · spec-first/connexion
0.5.1
Fix bug where global produces and security objects where removed after the first endpoint.
0.5
- New jsonfier that allows the serialization of more objects (for example lists);
- Connexion will now set the content-type from the specification if the application doesn't do it explicitly.
- Support application/problem+json errors.
0.4.2
Connexion will now use the certifi ca bundle when verifying oauth tokens.
0.4.1
Fixed bad bug when parsing security objects in swagger specs.
0.4
Support dashes in the url routes.
0.3.1
v0.3.1
https://github.com/zalando/connexion/issues/1 Change version
0.3
Support parametrization with Jinja2.
0.2
Exposed more flask functions:
- abort
- send_file
- send_from_directory
- render_template
- render_template_string
- url_for