Connexion 3.0.0 is out now! 馃帀 #1775
Replies: 5 comments 3 replies
|
Congrats! |
|
Is there some simplified guide (steps) to do to migrate from 2.x to 3? |
|
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 |
|
Congrats 馃コ! Is there any timeline for the deprecation of 2.x? |
|
@RobbeSneyders Is this project still being actively maintained? I note issues are not being responded to. There are outstanding bugs that have not even been tagged let alone worked on. There are 26 PRs in a variety of states too. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
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:
Appand newAsyncAppallow you to use Connexion as a stand-alone frameworkAppinterface 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:
All reactions