fix(deps): update dependency connexion to v3#1496
Open
renovate-bot wants to merge 1 commit intomozilla-releng:masterfrom
Open
fix(deps): update dependency connexion to v3#1496renovate-bot wants to merge 1 commit intomozilla-releng:masterfrom
renovate-bot wants to merge 1 commit intomozilla-releng:masterfrom
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #1496 +/- ##
===========================================
+ Coverage 76.25% 92.00% +15.75%
===========================================
Files 17 1 -16
Lines 1777 838 -939
Branches 122 0 -122
===========================================
- Hits 1355 771 -584
+ Misses 360 67 -293
+ Partials 62 0 -62 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
30c8123 to
263c529
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
<3→<4Release Notes
spec-first/connexion (connexion)
v3.3.0Compare Source
What's Changed
connexion.ConnexionMiddleware.add_apiby @bastantoine in #2030testpathsand {posargs} in poetry-pytest invocation by @chrisinmtown in #2067New Contributors
Full Changelog: spec-first/connexion@3.2.0...3.3.0
v3.2.0Compare Source
What's Changed
nameis… by @mavwolverine in #1976swagger_ui_optionsin docstring forFlaskAppby @FelixSchwarz in #2007hellomodule in v3 getting-started doc by @chrisinmtown in #2003New Contributors
Full Changelog: spec-first/connexion@3.1.0...3.2.0
v3.1.0Compare Source
What's Changed
New Contributors
Full Changelog: spec-first/connexion@3.0.6...3.1.0
v3.0.6Compare Source
What's Changed
New Contributors
Full Changelog: spec-first/connexion@3.0.5...3.0.6
v3.0.5Compare Source
Highlights
Fix broken swagger_ui when using Swagger 2 specification with references.
What's Changed
Full Changelog: spec-first/connexion@3.0.4...3.0.5
v3.0.4Compare Source
Highlights
Set Starlette upperbound version to <0.33 until https://redirect.github.com/encode/starlette/discussions/2361 is resolved.
What's Changed
Full Changelog: spec-first/connexion@3.0.3...3.0.4
v3.0.3Compare Source
Highlights
What's Changed
New Contributors
Full Changelog: spec-first/connexion@3.0.2...3.0.3
v3.0.2Compare Source
Highlights
What's Changed
New Contributors
Full Changelog: spec-first/connexion@3.0.1...3.0.2
v3.0.1Compare Source
Highlights
FlaskAppto match documented behaviorWhat's Changed
Full Changelog: spec-first/connexion@3.0.0...3.0.1
v3.0.0Compare Source
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:
Full changelog
add_middlewareinterface by @RobbeSneyders in #1683New Contributors
Full Changelog: spec-first/connexion@2.13.0...3.0.0
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 06:59 AM, only on Thursday ( * 0-6 * * 4 ) in timezone UTC, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.