Skip to content
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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 19, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
connexion ==2.7.0 -> ==3.0.6 age adoption passing confidence
connexion ==2.14.2 -> ==3.0.6 age adoption passing confidence

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

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

What's Changed

New Contributors

Full Changelog: spec-first/connexion@3.0.2...3.0.3

v3.0.2

Compare Source

Highlights

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

What's Changed

New Contributors

Full Changelog: spec-first/connexion@3.0.1...3.0.2

v3.0.1

Compare Source

Highlights

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

What'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:

  • 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

New 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 project connexion2 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

  • Bump Flask & Werkzeug major versions to 2.x #​1402
  • Send request exception signal in common exception handler #​1326
  • Render correct UI template when serving multiple APIs #​1404
  • Use jsonschema for validation instead of openapi_spec_validator #​936
  • Add Relative resolver #​1419
  • Add keywords to the list of pythonic words #​1425
  • Improved error 415 #​1185

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:

  • support required: false for headers #​1293
  • support multiple security schemes #​1290
  • better handling of numerical path parameters in Flask #​1290

Detailed 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added dependencies Pull requests that update a dependency file Renovate labels Jan 19, 2024
@renovate renovate bot force-pushed the renovate-connexion-3.x branch 6 times, most recently from fc4b3be to 6279701 Compare January 22, 2024 12:54
@renovate renovate bot force-pushed the renovate-connexion-3.x branch 4 times, most recently from d46dd97 to 14b4732 Compare February 28, 2024 16:56
@renovate renovate bot force-pushed the renovate-connexion-3.x branch 2 times, most recently from a4ab0b8 to 96c2cfc Compare March 6, 2024 18:07
@renovate renovate bot requested review from a team as code owners March 6, 2024 18:07
@renovate renovate bot force-pushed the renovate-connexion-3.x branch 10 times, most recently from c9726ae to 30ee327 Compare March 13, 2024 14:02
@renovate renovate bot force-pushed the renovate-connexion-3.x branch 3 times, most recently from 28326b5 to 5de7a11 Compare March 25, 2024 09:33
@renovate renovate bot force-pushed the renovate-connexion-3.x branch 3 times, most recently from 0d271f3 to afac68c Compare March 28, 2024 11:32
@renovate renovate bot force-pushed the renovate-connexion-3.x branch 3 times, most recently from be2d101 to a8e88b9 Compare April 10, 2024 13:52
@renovate renovate bot force-pushed the renovate-connexion-3.x branch 6 times, most recently from 204aea7 to 754543a Compare April 25, 2024 08:47
@renovate renovate bot force-pushed the renovate-connexion-3.x branch 2 times, most recently from 05f5f4f to 4b93ada Compare April 30, 2024 11:44
@renovate renovate bot force-pushed the renovate-connexion-3.x branch from 4b93ada to 5538c8e Compare May 7, 2024 13:03
Copy link
Contributor Author

renovate bot commented May 7, 2024

Edited/Blocked Notification

Renovate 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.

⚠️ Warning: custom changes will be lost.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file Renovate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant