Skip to content

Releases: spec-first/connexion

1.0.84

31 Mar 21:33
Compare
Choose a tag to compare
  • #192: allow file uploads
  • #197: support nullable parameters
  • #199: allow JSON encoder customization

1.0.81

30 Mar 17:46
Compare
Choose a tag to compare
  • #198: allow disabling swagger.json
  • #187: global response definitions
  • #186: better error handling for response validation

1.0.76

09 Mar 21:33
Compare
Choose a tag to compare
  • #160: Only support valid OpenAPI/Swagger 2.0 specifications
  • #104: type casting in path parameters
  • documentation
  • code cleanup

1.0.67

02 Mar 21:09
Compare
Choose a tag to compare
  • #155: improve error handling (e.g. import errors for referenced operations)

1.0.61

17 Feb 08:46
Compare
Choose a tag to compare
  • #152: support parameters in path level

1.0.58

13 Feb 17:51
Compare
Choose a tag to compare
  • #146: use TOKENINFO_URL env var instead of HTTP_TOKENINFO_URL

1.0.57

11 Feb 21:33
Compare
Choose a tag to compare
  • #143: add option to authenticate even when the path is not found
  • #145: support setting headers on 204 response status code

1.0.54

08 Feb 21:40
Compare
Choose a tag to compare
  • #139: fix boolean query parameters (e.g. "False" should evaluate to False)

1.0.53

05 Feb 16:36
Compare
Choose a tag to compare
  • #126: added support for circular references and additionalProperties

1.0.52

03 Feb 15:09
Compare
Choose a tag to compare
  • #137: allow using flask.redirect() as response
  • #136: fix parameter validation