-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Renovate Update dependency connexion to v3 #139
Conversation
fc4b3be
to
6279701
Compare
6279701
to
f456672
Compare
d46dd97
to
14b4732
Compare
a4ab0b8
to
96c2cfc
Compare
c9726ae
to
30ee327
Compare
28326b5
to
5de7a11
Compare
0d271f3
to
afac68c
Compare
be2d101
to
a8e88b9
Compare
204aea7
to
754543a
Compare
05f5f4f
to
4b93ada
Compare
4b93ada
to
5538c8e
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
Close for now to reduce resource contention caused by many renovate PRs building simultaneously. come back to this later |
Renovate Ignore NotificationBecause you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR. |
This PR contains the following updates:
==2.7.0
->==3.0.6
==2.14.2
->==3.0.6
Release Notes
spec-first/connexion (connexion)
v3.0.6
Compare Source
What's Changed
New Contributors
Full Changelog: spec-first/connexion@3.0.5...3.0.6
v3.0.5
Compare 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.4
Compare Source
Highlights
Set Starlette upperbound version to <0.33 until https://github.com/encode/starlette/discussions/2361 is resolved.
What's Changed
Full Changelog: spec-first/connexion@3.0.3...3.0.4
v3.0.3
Compare Source
Highlights
What's Changed
New Contributors
Full Changelog: spec-first/connexion@3.0.2...3.0.3
v3.0.2
Compare Source
Highlights
What's Changed
New Contributors
Full Changelog: spec-first/connexion@3.0.1...3.0.2
v3.0.1
Compare Source
Highlights
FlaskApp
to match documented behaviorWhat's Changed
Full Changelog: spec-first/connexion@3.0.0...3.0.1
v3.0.0
Compare 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:
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:
Full changelog
add_middleware
interface by @RobbeSneyders in https://github.com/spec-first/connexion/pull/1683New Contributors
Full Changelog: spec-first/connexion@2.13.0...3.0.0
v2.14.2
Compare Source
What's Changed
Full Changelog: spec-first/connexion@2.14.1...2.14.2
v2.14.1
Compare Source
What's Changed
New Contributors
Full Changelog: spec-first/connexion@2.14.0...2.14.1
v2.14.0
Compare Source
What's Changed
New Contributors
Full Changelog: spec-first/connexion@2.13.1...2.14.0
v2.13.1
Compare Source
What's Changed
Full Changelog: spec-first/connexion@2.13.0...2.13.1
v2.13.0
Compare Source
What's Changed
New Contributors
Full Changelog: spec-first/connexion@2.12.0...2.13.0
v2.12.0
Compare Source
What's Changed
New Contributors
Full Changelog: spec-first/connexion@2.11.2...2.12.0
v2.11.2
Compare Source
What's Changed
New Contributors
Full Changelog: spec-first/connexion@2.11.1...2.11.2
v2.11.1
Compare Source
What's Changed
Full Changelog: spec-first/connexion@2.11.0...2.11.1
v2.11.0
Compare Source
What's Changed
New Contributors
Full Changelog: spec-first/connexion@2.10.0...2.11.0
v2.10.0
Compare Source
Note
~Due to unavailability of maintainers with access to the
connexion
PyPi project, this version has been released under a new PyPi projectconnexion2
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
Full Changelog: spec-first/connexion@2.9.0...2.10.0
v2.9.0
Compare Source
Release with new (backwards-compatible) features: https://pypi.org/project/connexion/2.9.0/
Notable changes:
required: false
for headers #1293Detailed list of changes: https://github.com/zalando/connexion/milestone/12
v2.8.0
Compare Source
New maintenance/bugfix release https://pypi.org/project/connexion/2.8.0/
See https://github.com/zalando/connexion/milestone/11 for list of changes
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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 these updates again.
This PR has been generated by Mend Renovate. View repository job log here.