Skip to content

Releases: spec-first/connexion

3.1.0

27 May 11:44
810a980
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.0.6...3.1.0

3.0.6

14 Feb 08:34
211bdb0
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.0.5...3.0.6

3.0.5

07 Dec 14:34
6dc9436
Compare
Choose a tag to compare

Highlights

Fix broken swagger_ui when using Swagger 2 specification with references.

What's Changed

Full Changelog: 3.0.4...3.0.5

3.0.4

06 Dec 11:01
dbca048
Compare
Choose a tag to compare

Highlights

Set Starlette upperbound version to <0.33 until encode/starlette#2361 is resolved.

What's Changed

Full Changelog: 3.0.3...3.0.4

3.0.3

30 Nov 23:11
0082d7a
Compare
Choose a tag to compare

Highlights

  • Fix regression in app startup time
  • Fix CORS headers on error responses

What's Changed

New Contributors

Full Changelog: 3.0.2...3.0.3

3.0.2

20 Nov 12:41
004f12f
Compare
Choose a tag to compare

Highlights

  • Fix multiple file upload
  • Add migration guide for migrating from Connexion 2 to 3

What's Changed

New Contributors

Full Changelog: 3.0.1...3.0.2

3.0.1

06 Nov 20:38
70084bc
Compare
Choose a tag to compare

Highlights

  • Fix error handlers on FlaskApp to match documented behavior
  • Multiple documentation improvements

What's Changed

Full Changelog: 3.0.0...3.0.1

3.0.0

02 Nov 12:41
d972eae
Compare
Choose a tag to compare

Connexion 3.0: API-first for all

We are excited to announce the release of Connexion 3.0! 🎉

Connexion 3 fundamentally changes how Connexion is designed and implemented, and how it
fits into the wider Python API ecosystem. We adopted the ASGI interface, which makes Connexion both
modular and well-integrated with most modern Python API tooling.

It brings some major changes compared to 2.X:

  • The improved App and new AsyncApp allow you to use Connexion as a stand-alone framework
    • The App interface was extended so you no longer have to care about the framework used
      underneath
  • Connexion can now be used as middleware to supercharge any ASGI or WSGI-compatible framework
    with its spec-based functionality
  • Connexion is now pluggable in many dimensions:
    • All Connexion functionality is pluggable by adding or removing middleware from its stack
    • Validation is now pluggable by content type, solving longstanding issues regarding endpoints
      with multiple content types and making it easy to add validation for additional content types
    • Authentication is now pluggable by security scheme, making it easy to customize the behavior or
      add support for additional security schemes.
  • Aiohttp support has been dropped due to lack of ASGI support
  • We spent a lot of effort on extending and improving our documentation_

For further details, check:

Full changelog

Read more

3.0.0a8

30 Oct 09:49
99c7a13
Compare
Choose a tag to compare
3.0.0a8 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 3.0.0a7...3.0.0a8

3.0.0a7

29 Aug 08:12
3fa9f3b
Compare
Choose a tag to compare
3.0.0a7 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 3.0.0a6...3.0.0a7