Skip to content

Releases: spec-first/connexion

1.0.22

05 Dec 18:46
Compare
Choose a tag to compare
  • #101: support operationIds pointing to instance, class or static methods

1.0.20

05 Dec 17:56
Compare
Choose a tag to compare
  • #103: fix source distribution (.tar.gz) to include requirements.txt

1.0.19

04 Dec 08:56
Compare
Choose a tag to compare
  • #102: add support for extension properties in problem JSON responses

1.0.9

18 Nov 20:40
Compare
Choose a tag to compare
  • #94: support "x-swagger-router-controller" property

1.0.8

18 Nov 11:09
Compare
Choose a tag to compare
  • #96: fix swagger.json generation when mixing str/int dict keys

1.0.5

12 Nov 22:42
Compare
Choose a tag to compare
  • #90: fix handling of "array" query params (csv, pipes)

0.13

06 Nov 07:44
Compare
Choose a tag to compare
  • #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

29 Oct 12:56
Compare
Choose a tag to compare
  • #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

13 Oct 07:18
Compare
Choose a tag to compare
  • #72 Allow passing options to the underlying server in app.run()

0.11.3

07 Oct 07:42
Compare
Choose a tag to compare
  • Fixed setting request.user when the token doesn't have uid scope