Skip to content

Releases: spec-first/connexion

1.5.2

26 Jul 06:46
1.5.2
Compare
Choose a tag to compare

Bugfix:

  • Split FormData array parameters correctly (#638)

1.5.1

23 Jul 14:06
Compare
Choose a tag to compare
  • Fix log line to wrong logger

1.5.0

23 Jul 11:34
Compare
Choose a tag to compare
  • Update to swagger-spec-validator 2.3.1 (#611)
  • URI parsing decorator (#613)
  • Correct validator response on bad JSON (#610)
  • Add capability to pass framework's request context to handler functions

1.4.2

16 May 08:51
Compare
Choose a tag to compare

This release contains no Python code changes!

1.4.1

15 May 17:37
Compare
Choose a tag to compare
  • #583: make Connexion compatible with the latest gevent version

1.4

09 Apr 19:44
Compare
Choose a tag to compare
1.4
  • #530: added aiohttp support

1.3

13 Jan 18:55
Compare
Choose a tag to compare
1.3

1.2

17 Nov 07:42
Compare
Choose a tag to compare
1.2
  • #541: SECURITY: use Authorization header instead of URL params when trying to verify OAuth tokens against TokenInfo endpoint (this might be a BREAKING CHANGE for TokenInfo endpoints not supporting the Authorization header)
  • #523, #545: minor fixes / refactoring

1.1.16

11 Oct 20:05
Compare
Choose a tag to compare

1.1.15

08 Sep 13:50
1.1.15
Compare
Choose a tag to compare
  • #500: preserve the multiplicity of array type query parameters (e.g. ?items=1&items=2&items=3|4)