Connexion 3.0.0 is out now! 🎉 #1775
Replies: 4 comments 2 replies
-
Congrats! |
Beta Was this translation helpful? Give feedback.
-
Is there some simplified guide (steps) to do to migrate from 2.x to 3? |
Beta Was this translation helpful? Give feedback.
-
Hey, I am looking into migrating our old connexion app (flask, no async) to connexion 3. we start add middleware to app like this:
where apply middleware is just this:
and connexion app is created like this:
From docs, I understood it should be either rewritten ASGI classes, or use
|
Beta Was this translation helpful? Give feedback.
-
Congrats 🥳! Is there any timeline for the deprecation of 2.x? |
Beta Was this translation helpful? Give feedback.
-
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:
App
and newAsyncApp
allow you to use Connexion as a stand-alone frameworkApp
interface was extended so you no longer have to care about the framework usedunderneath
with its spec-based functionality
with multiple content types and making it easy to add validation for additional content types
add support for additional security schemes.
our documentation
_For further details, check:
Beta Was this translation helpful? Give feedback.
All reactions