| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 3.2.0 source code.tar.gz | 2024-12-11 | 2.1 MB | |
| 3.2.0 source code.zip | 2024-12-11 | 2.2 MB | |
| README.md | 2024-12-11 | 4.3 kB | |
| Totals: 3 Items | 4.3 MB | 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
nameis… 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_optionsin docstring forFlaskAppby @FelixSchwarz in https://github.com/spec-first/connexion/pull/2007 - Fix name of
hellomodule 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