Skip to content

Releases: spec-first/connexion

0.5

18 Jun 10:06
Compare
Choose a tag to compare
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

17 Jun 08:14
Compare
Choose a tag to compare

Connexion will now use the certifi ca bundle when verifying oauth tokens.

0.4.1

12 Jun 09:30
Compare
Choose a tag to compare

Fixed bad bug when parsing security objects in swagger specs.

0.4

12 Jun 07:34
Compare
Choose a tag to compare
0.4

Support dashes in the url routes.

0.3.1

08 Jun 07:28
Compare
Choose a tag to compare
v0.3.1

https://github.com/zalando/connexion/issues/1 Change version

0.3

07 Jun 19:55
Compare
Choose a tag to compare
0.3

Support parametrization with Jinja2.

0.2

21 May 07:17
Compare
Choose a tag to compare
0.2

Exposed more flask functions:

  • abort
  • send_file
  • send_from_directory
  • render_template
  • render_template_string
  • url_for

0.1

21 May 07:02
Compare
Choose a tag to compare
0.1

Initial Release