Skip to content

Releases: spec-first/connexion

2.13.0

22 Mar 21:25
f236c68
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.12.0...2.13.0

2.12.0

23 Feb 08:06
e163e9f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.11.2...2.12.0

2.11.2

18 Feb 16:36
166b3e1
Compare
Choose a tag to compare

What's Changed

  • Change deprecated aiohttp req.has_body to req.can_read_body by @cbosborn in #1296
  • Take into account (x-)nullable when validating defaults by @RobbeSneyders in #1463

New Contributors

Full Changelog: 2.11.1...2.11.2

2.11.1

09 Feb 11:31
0b916e9
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.11.0...2.11.1

2.11.0

08 Feb 13:27
6e5fa10
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.10.0...2.11.0

2.10.0

14 Nov 21:57
fc6803b
Compare
Choose a tag to compare

Note

Due to unavailability of maintainers with access to the connexion PyPi project, this version has been released under a new PyPi project connexion2 for now:
https://pypi.org/project/connexion2/

EDIT 15/01/2022: This version is now available under the main PyPi repository:
https://pypi.org/project/connexion/2.10.0/

Changelog

  • Bump Flask & Werkzeug major versions to 2.x #1402
  • Send request exception signal in common exception handler #1326
  • Render correct UI template when serving multiple APIs #1404
  • Use jsonschema for validation instead of openapi_spec_validator #936
  • Add Relative resolver #1419
  • Add keywords to the list of pythonic words #1425
  • Improved error 415 #1185

Full Changelog: 2.9.0...2.10.0

2.9.0

16 Jul 12:53
005d046
Compare
Choose a tag to compare

Release with new (backwards-compatible) features: https://pypi.org/project/connexion/2.9.0/

Notable changes:

  • support required: false for headers #1293
  • support multiple security schemes #1290
  • better handling of numerical path parameters in Flask #1290

Detailed list of changes: https://github.com/zalando/connexion/milestone/12

2.8.0

08 Jul 13:56
e30971c
Compare
Choose a tag to compare

2.7.0

25 Apr 16:28
bed4b95
Compare
Choose a tag to compare
  • Objects and Arrays recursively construct examples (#1148)
  • Added server_args parameter to AbstractApp (#1173)
  • AIOHTTP: get rid of @asyncio.coroutine (deprecated in Python 3.8) (#1186)
  • AIOHTTP: fix _framework_to_connexion_response for StreamResponse (#1217)

2.6.0

29 Jan 18:56
3fecd3e
Compare
Choose a tag to compare
  • Fix variable scoping (#1110)
  • Fix aiohttp access_log duplicated if passed as argument (#1113)
  • Fix pythonic params (#1116)
  • Fix extra formData (#1020)
  • Fix nested additionalProperties (#1138)
  • Allow empty security definition