Connexion

Latest version: v3.2.0

Safety actively analyzes 706267 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 24

3.2.0

What's Changed
* Remove duplicate log statement that was forgotten in the context of PR 1926. by alfechner in https://github.com/spec-first/connexion/pull/1935
* Split parsing from validation completely by RobbeSneyders in https://github.com/spec-first/connexion/pull/1934
* Can return HTTPStatus member when default response is declared by chbndrhnns in https://github.com/spec-first/connexion/pull/1918
* auth module documentation suggestion by edelagnier in https://github.com/spec-first/connexion/pull/1977
* Handle starlette/templating.py:161: DeprecationWarning: The `name` is… by mavwolverine in https://github.com/spec-first/connexion/pull/1976
* [1786] Address jsonschema format_checker deprecation by mavwolverine in https://github.com/spec-first/connexion/pull/1974
* Fix failing test by RobbeSneyders in https://github.com/spec-first/connexion/pull/1981
* Improve type hints nullable parameters by druizz90 in https://github.com/spec-first/connexion/pull/1972
* Add API-key scope checking by etvahala in https://github.com/spec-first/connexion/pull/1837
* Fix test to include scopes by RobbeSneyders in https://github.com/spec-first/connexion/pull/1984
* Add downloads badge to README by RobbeSneyders in https://github.com/spec-first/connexion/pull/1982
* fix: update scope when content-length changes by mfmarche in https://github.com/spec-first/connexion/pull/1955
* Add info-section to quickstart.rst by peso in https://github.com/spec-first/connexion/pull/1991
* Change response codes to strings (1112) by peso in https://github.com/spec-first/connexion/pull/1990
* Introducing Connexion Guru on Gurubase.io by kursataktas in https://github.com/spec-first/connexion/pull/1989
* Guru widget Introduced by kursataktas in https://github.com/spec-first/connexion/pull/1996
* import python_multipart instead of multipart by dotlambda in https://github.com/spec-first/connexion/pull/1995
* Correct pydoc to show swagger_ui_options param type SwaggerUIOptions by chrisinmtown in https://github.com/spec-first/connexion/pull/2001
* Fix swagger UI for split specs by RobbeSneyders in https://github.com/spec-first/connexion/pull/2002
* remove duplicate parameter `swagger_ui_options` in docstring for `FlaskApp` by FelixSchwarz in https://github.com/spec-first/connexion/pull/2007
* Fix name of `hello` module in v3 getting-started doc by chrisinmtown in https://github.com/spec-first/connexion/pull/2003
* use connexion logger instead of root logger by FelixSchwarz in https://github.com/spec-first/connexion/pull/2010
* Add example of split API specifications with relative references by chrisinmtown in https://github.com/spec-first/connexion/pull/2009
* Document how to install prerequisites in examples READMEs by chrisinmtown in https://github.com/spec-first/connexion/pull/1993
* Return NoContent when mocking HTTP 204 operations by julienschuermans in https://github.com/spec-first/connexion/pull/2000
* Update example for latest version of SQLAlchemy by chrisinmtown in https://github.com/spec-first/connexion/pull/2011

New Contributors
* chbndrhnns made their first contribution in https://github.com/spec-first/connexion/pull/1918
* edelagnier made their first contribution in https://github.com/spec-first/connexion/pull/1977
* mavwolverine made their first contribution in https://github.com/spec-first/connexion/pull/1976
* druizz90 made their first contribution in https://github.com/spec-first/connexion/pull/1972
* etvahala made their first contribution in https://github.com/spec-first/connexion/pull/1837
* mfmarche made their first contribution in https://github.com/spec-first/connexion/pull/1955
* peso made their first contribution in https://github.com/spec-first/connexion/pull/1991
* kursataktas made their first contribution in https://github.com/spec-first/connexion/pull/1989
* dotlambda made their first contribution in https://github.com/spec-first/connexion/pull/1995
* chrisinmtown made their first contribution in https://github.com/spec-first/connexion/pull/2001
* FelixSchwarz made their first contribution in https://github.com/spec-first/connexion/pull/2007

**Full Changelog**: https://github.com/spec-first/connexion/compare/3.1.0...3.2.0

3.1.0

What's Changed
* Allow the specification to be specified as a URL. by mjp4 in https://github.com/spec-first/connexion/pull/1871
* Inject current request in security handlers by RobbeSneyders in https://github.com/spec-first/connexion/pull/1883
* Fix lifespan example by fcollonval in https://github.com/spec-first/connexion/pull/1893
* Fix docs build for Poetry >=1.8 by RobbeSneyders in https://github.com/spec-first/connexion/pull/1900
* Generate examples with jsf by mjp4 in https://github.com/spec-first/connexion/pull/1891
* fix: uneven quotes by LukeHagar in https://github.com/spec-first/connexion/pull/1906
* Fix openapi spec in quickstart doc by psegedy in https://github.com/spec-first/connexion/pull/1922
* Fix typo in example pip install command by avivace in https://github.com/spec-first/connexion/pull/1929
* Log handled errors to warning by alfechner in https://github.com/spec-first/connexion/pull/1926

New Contributors
* fcollonval made their first contribution in https://github.com/spec-first/connexion/pull/1893
* LukeHagar made their first contribution in https://github.com/spec-first/connexion/pull/1906
* psegedy made their first contribution in https://github.com/spec-first/connexion/pull/1922
* avivace made their first contribution in https://github.com/spec-first/connexion/pull/1929

**Full Changelog**: https://github.com/spec-first/connexion/compare/3.0.6...3.1.0

3.0.6

What's Changed
* Bugfix/starlette root path by Ruwann in https://github.com/spec-first/connexion/pull/1833
* Fix quickstart WSGI example typo by rparini in https://github.com/spec-first/connexion/pull/1845
* Fix ReverseProxied middleware and add docs by RobbeSneyders in https://github.com/spec-first/connexion/pull/1873
* Fix two broken links in the docs. by Julian in https://github.com/spec-first/connexion/pull/1854
* Fix for JSON array parsing in multipart/form-data (1869) by alfechner in https://github.com/spec-first/connexion/pull/1872
* Fix file upload for base64 encoded files by RobbeSneyders in https://github.com/spec-first/connexion/pull/1843

New Contributors
* rparini made their first contribution in https://github.com/spec-first/connexion/pull/1845
* Julian made their first contribution in https://github.com/spec-first/connexion/pull/1854
* alfechner made their first contribution in https://github.com/spec-first/connexion/pull/1872

**Full Changelog**: https://github.com/spec-first/connexion/compare/3.0.5...3.0.6

3.0.5

Highlights

Fix broken swagger_ui when using Swagger 2 specification with references.

What's Changed
* Specification use raw spec on clone by nielsbox in https://github.com/spec-first/connexion/pull/1830


**Full Changelog**: https://github.com/spec-first/connexion/compare/3.0.4...3.0.5

3.0.4

Highlights

Set Starlette upperbound version to <0.33 until https://github.com/encode/starlette/discussions/2361 is resolved.

What's Changed
* Set starlette upperbound version to <0.33 by RobbeSneyders in https://github.com/spec-first/connexion/pull/1828


**Full Changelog**: https://github.com/spec-first/connexion/compare/3.0.3...3.0.4

3.0.3

Highlights
* Fix regression in app startup time
* Fix CORS headers on error responses

What's Changed
* Fix missing colons in request docs; rename /path to /foo for consistency with other examples by danielbprice in https://github.com/spec-first/connexion/pull/1818
* Only instantiate specification once by RobbeSneyders in https://github.com/spec-first/connexion/pull/1819
* Fix CORS headers not set on exceptions by nielsbox in https://github.com/spec-first/connexion/pull/1821

New Contributors
* danielbprice made their first contribution in https://github.com/spec-first/connexion/pull/1818
* nielsbox made their first contribution in https://github.com/spec-first/connexion/pull/1821

**Full Changelog**: https://github.com/spec-first/connexion/compare/3.0.2...3.0.3

Page 1 of 24

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.