zalando/connexion
### [`v2.14.1`](https://togithub.com/spec-first/connexion/releases/tag/2.14.1)
[Compare Source](https://togithub.com/zalando/connexion/compare/2.14.0...2.14.1)
#### What's Changed
- Don't interpret simple parameter as deepObject by [@fgreinacher](https://togithub.com/fgreinacher) in [https://github.com/spec-first/connexion/pull/1570](https://togithub.com/spec-first/connexion/pull/1570)
#### New Contributors
- [@fgreinacher](https://togithub.com/fgreinacher) made their first contribution in [https://github.com/spec-first/connexion/pull/1570](https://togithub.com/spec-first/connexion/pull/1570)
**Full Changelog**: https://github.com/spec-first/connexion/compare/2.14.0...2.14.1
### [`v2.14.0`](https://togithub.com/spec-first/connexion/releases/tag/2.14.0)
[Compare Source](https://togithub.com/zalando/connexion/compare/2.13.1...2.14.0)
#### What's Changed
- openapi: remove JSON body second validation and type casting by [@p4l1ly](https://togithub.com/p4l1ly) in [https://github.com/spec-first/connexion/pull/1170](https://togithub.com/spec-first/connexion/pull/1170)
- **Connexion no longer casts numbers to float**
- Fix OpenAPI parameters containing other parameters by [@rickpr](https://togithub.com/rickpr) in [https://github.com/spec-first/connexion/pull/1523](https://togithub.com/spec-first/connexion/pull/1523)
- Only warn about the schema's x-body-name being deprecated if it's used. by [@lanzkron](https://togithub.com/lanzkron) in [https://github.com/spec-first/connexion/pull/1554](https://togithub.com/spec-first/connexion/pull/1554)
#### New Contributors
- [@rickpr](https://togithub.com/rickpr) made their first contribution in [https://github.com/spec-first/connexion/pull/1523](https://togithub.com/spec-first/connexion/pull/1523)
- [@lanzkron](https://togithub.com/lanzkron) made their first contribution in [https://github.com/spec-first/connexion/pull/1554](https://togithub.com/spec-first/connexion/pull/1554)
**Full Changelog**: https://github.com/spec-first/connexion/compare/2.13.1...2.14.0
### [`v2.13.1`](https://togithub.com/spec-first/connexion/releases/tag/2.13.1)
[Compare Source](https://togithub.com/zalando/connexion/compare/2.13.0...2.13.1)
#### What's Changed
- Fix uri parsing for query parameter with empty brackets by [@RobbeSneyders](https://togithub.com/RobbeSneyders) in [https://github.com/spec-first/connexion/pull/1501](https://togithub.com/spec-first/connexion/pull/1501)
- Update tests for changed werkzeug behavior in 2.1 by [@RobbeSneyders](https://togithub.com/RobbeSneyders) in [https://github.com/spec-first/connexion/pull/1506](https://togithub.com/spec-first/connexion/pull/1506)
- Bugfix/async security check by [@Ruwann](https://togithub.com/Ruwann) in [https://github.com/spec-first/connexion/pull/1512](https://togithub.com/spec-first/connexion/pull/1512)
**Full Changelog**: https://github.com/spec-first/connexion/compare/2.13.0...2.13.1
### [`v2.13.0`](https://togithub.com/spec-first/connexion/releases/tag/2.13.0)
[Compare Source](https://togithub.com/zalando/connexion/compare/2.12.0...2.13.0)
#### What's Changed
- \[FIX] MethodViewResolver CamelCase Methods by [@jdkent](https://togithub.com/jdkent) in [https://github.com/spec-first/connexion/pull/1467](https://togithub.com/spec-first/connexion/pull/1467)
- Fix and add example for enforced defaults for aiohttp by [@p4l1ly](https://togithub.com/p4l1ly) in [https://github.com/spec-first/connexion/pull/1163](https://togithub.com/spec-first/connexion/pull/1163)
- lifecycle: add cookies attribute to ConnexionRequest ([#1168](https://togithub.com/zalando/connexion/issues/1168)) by [@noirbee](https://togithub.com/noirbee) in [https://github.com/spec-first/connexion/pull/1209](https://togithub.com/spec-first/connexion/pull/1209)
- upgrade pyYAML supported versions in setup.py by [@jonasboecquaert](https://togithub.com/jonasboecquaert) in [https://github.com/spec-first/connexion/pull/1478](https://togithub.com/spec-first/connexion/pull/1478)
- Move x-body-name to requestBody level by [@RobbeSneyders](https://togithub.com/RobbeSneyders) in [https://github.com/spec-first/connexion/pull/1475](https://togithub.com/spec-first/connexion/pull/1475)
- Save memory on unused schema strings by [@vmarkovtsev](https://togithub.com/vmarkovtsev) in [https://github.com/spec-first/connexion/pull/1482](https://togithub.com/spec-first/connexion/pull/1482)
- Add link to Flask JSONEncoder documentation by [@Ruwann](https://togithub.com/Ruwann) in [https://github.com/spec-first/connexion/pull/1484](https://togithub.com/spec-first/connexion/pull/1484)
- Remove obsolete code from basicauth example by [@a-a-abramov](https://togithub.com/a-a-abramov) in [https://github.com/spec-first/connexion/pull/1486](https://togithub.com/spec-first/connexion/pull/1486)
- Rework required_scopes checking by [@Ruwann](https://togithub.com/Ruwann) in [https://github.com/spec-first/connexion/pull/1474](https://togithub.com/spec-first/connexion/pull/1474)
- Drop pkg_resources by [@Ruwann](https://togithub.com/Ruwann) in [https://github.com/spec-first/connexion/pull/1499](https://togithub.com/spec-first/connexion/pull/1499)
#### New Contributors
- [@jdkent](https://togithub.com/jdkent) made their first contribution in [https://github.com/spec-first/connexion/pull/1467](https://togithub.com/spec-first/connexion/pull/1467)
- [@p4l1ly](https://togithub.com/p4l1ly) made their first contribution in [https://github.com/spec-first/connexion/pull/1163](https://togithub.com/spec-first/connexion/pull/1163)
- [@noirbee](https://togithub.com/noirbee) made their first contribution in [https://github.com/spec-first/connexion/pull/1209](https://togithub.com/spec-first/connexion/pull/1209)
- [@jonasboecquaert](https://togithub.com/jonasboecquaert) made their first contribution in [https://github.com/spec-first/connexion/pull/1478](https://togithub.com/spec-first/connexion/pull/1478)
- [@vmarkovtsev](https://togithub.com/vmarkovtsev) made their first contribution in [https://github.com/spec-first/connexion/pull/1482](https://togithub.com/spec-first/connexion/pull/1482)
- [@a-a-abramov](https://togithub.com/a-a-abramov) made their first contribution in [https://github.com/spec-first/connexion/pull/1486](https://togithub.com/spec-first/connexion/pull/1486)
**Full Changelog**: https://github.com/spec-first/connexion/compare/2.12.0...2.13.0
### [`v2.12.0`](https://togithub.com/spec-first/connexion/releases/tag/2.12.0)
[Compare Source](https://togithub.com/zalando/connexion/compare/2.11.2...2.12.0)
#### What's Changed
- Fix for aiohttp and multipart/form-data uploads by [@ddurham2](https://togithub.com/ddurham2) in [https://github.com/spec-first/connexion/pull/1222](https://togithub.com/spec-first/connexion/pull/1222)
- Don't validate streamed responses by [@cshorler](https://togithub.com/cshorler) in [https://github.com/spec-first/connexion/pull/1259](https://togithub.com/spec-first/connexion/pull/1259)
- Fix version of Flask subdependencies by [@RobbeSneyders](https://togithub.com/RobbeSneyders) in [https://github.com/spec-first/connexion/pull/1465](https://togithub.com/spec-first/connexion/pull/1465)
- Drop openapi-spec-validator for custom ref handler by [@RobbeSneyders](https://togithub.com/RobbeSneyders) in [https://github.com/spec-first/connexion/pull/1455](https://togithub.com/spec-first/connexion/pull/1455)
#### New Contributors
- [@cshorler](https://togithub.com/cshorler) made their first contribution in [https://github.com/spec-first/connexion/pull/1259](https://togithub.com/spec-first/connexion/pull/1259)
**Full Changelog**: https://github.com/spec-first/connexion/compare/2.11.2...2.12.0
### [`v2.11.2`](https://togithub.com/spec-first/connexion/releases/tag/2.11.2)
[Compare Source](https://togithub.com/zalando/connexion/compare/2.11.1...2.11.2)
#### What's Changed
- Change deprecated aiohttp req.has_body to req.can_read_body by [@cbosborn](https://togithub.com/cbosborn) in [https://github.com/spec-first/connexion/pull/1296](https://togithub.com/spec-first/connexion/pull/1296)
- Take into account (x-)nullable when validating defaults by [@RobbeSneyders](https://togithub.com/RobbeSneyders) in [https://github.com/spec-first/connexion/pull/1463](https://togithub.com/spec-first/connexion/pull/1463)
#### New Contributors
- [@cbosborn](https://togithub.com/cbosborn) made their first contribution in [https://github.com/spec-first/connexion/pull/1296](https://togithub.com/spec-first/connexion/pull/1296)
**Full Changelog**: https://github.com/spec-first/connexion/compare/2.11.1...2.11.2
### [`v2.11.1`](https://togithub.com/spec-first/connexion/releases/tag/2.11.1)
[Compare Source](https://togithub.com/zalando/connexion/compare/2.11.0...2.11.1)
#### What's Changed
- Add Python 3.9 to supported versions in setup.py by [@RobbeSneyders](https://togithub.com/RobbeSneyders) in [https://github.com/spec-first/connexion/pull/1459](https://togithub.com/spec-first/connexion/pull/1459)
**Full Changelog**: https://github.com/spec-first/connexion/compare/2.11.0...2.11.1
### [`v2.11.0`](https://togithub.com/spec-first/connexion/releases/tag/2.11.0)
[Compare Source](https://togithub.com/zalando/connexion/compare/2.10.0...2.11.0)
#### What's Changed
- Bump upperbound version for jsonschema to 5.0.0 by [@RobbeSneyders](https://togithub.com/RobbeSneyders) in [https://github.com/spec-first/connexion/pull/1447](https://togithub.com/spec-first/connexion/pull/1447)
- Fix sanitization of function arguments by [@Ruwann](https://togithub.com/Ruwann) in [https://github.com/spec-first/connexion/pull/1442](https://togithub.com/spec-first/connexion/pull/1442)
- Reload Flask on API file changes by [@aparcar](https://togithub.com/aparcar) in [https://github.com/spec-first/connexion/pull/1418](https://togithub.com/spec-first/connexion/pull/1418)
- Use both class docstring and init docstring for autoapi by [@Ruwann](https://togithub.com/Ruwann) in [https://github.com/spec-first/connexion/pull/1451](https://togithub.com/spec-first/connexion/pull/1451)
- Automate release process via github actions by [@RobbeSneyders](https://togithub.com/RobbeSneyders) in [https://github.com/spec-first/connexion/pull/1441](https://togithub.com/spec-first/connexion/pull/1441), [https://github.com/spec-first/connexion/pull/1454](https://togithub.com/spec-first/connexion/pull/1454), [https://github.com/spec-first/connexion/pull/1456](https://togithub.com/spec-first/connexion/pull/1456)
- fix-square bracket : V1 by [@LeComptoirDesPharmacies](https://togithub.com/LeComptoirDesPharmacies) in [https://github.com/spec-first/connexion/pull/1408](https://togithub.com/spec-first/connexion/pull/1408)
#### New Contributors
- [@aparcar](https://togithub.com/aparcar) made their first contribution in [https://github.com/spec-first/connexion/pull/1418](https://togithub.com/spec-first/connexion/pull/1418)
- [@LeComptoirDesPharmacies](https://togithub.com/LeComptoirDesPharmacies) made their first contribution in [https://github.com/spec-first/connexion/pull/1408](https://togithub.com/spec-first/connexion/pull/1408)
**Full Changelog**: https://github.com/spec-first/connexion/compare/2.10.0...2.11.0
### [`v2.10.0`](https://togithub.com/spec-first/connexion/releases/tag/2.10.0)
[Compare Source](https://togithub.com/zalando/connexion/compare/2.9.0...2.10.0)
#### 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](https://togithub.com/zalando/connexion/issues/1402)
- Send request exception signal in common exception handler [#1326](https://togithub.com/zalando/connexion/issues/1326)
- Render correct UI template when serving multiple APIs [#1404](https://togithub.com/zalando/connexion/issues/1404)
- Use jsonschema for validation instead of openapi_spec_validator [#936](https://togithub.com/zalando/connexion/issues/936)
- Add Relative resolver [#1419](https://togithub.com/zalando/connexion/issues/1419)
- Add keywords to the list of pythonic words [#1425](https://togithub.com/zalando/connexion/issues/1425)
- Improved error 415 [#1185](https://togithub.com/zalando/connexion/issues/1185)
**Full Changelog**: https://github.com/zalando/connexion/compare/2.9.0...2.10.0
### [`v2.9.0`](https://togithub.com/spec-first/connexion/releases/tag/2.9.0)
[Compare Source](https://togithub.com/zalando/connexion/compare/2.8.0...2.9.0)
Release with new (backwards-compatible) features: https://pypi.org/project/connexion/2.9.0/
Notable changes:
- support `required: false` for headers [#1293](https://togithub.com/zalando/connexion/issues/1293)
- support multiple security schemes [#1290](https://togithub.com/zalando/connexion/issues/1290)
- better handling of numerical path parameters in Flask [#1290](https://togithub.com/zalando/connexion/issues/1290)
Detailed list of changes: https://github.com/zalando/connexion/milestone/12
### [`v2.8.0`](https://togithub.com/spec-first/connexion/releases/tag/2.8.0)
[Compare Source](https://togithub.com/zalando/connexion/compare/2.7.0...2.8.0)
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: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
==2.7.0
->==2.14.1
Release Notes
zalando/connexion
### [`v2.14.1`](https://togithub.com/spec-first/connexion/releases/tag/2.14.1) [Compare Source](https://togithub.com/zalando/connexion/compare/2.14.0...2.14.1) #### What's Changed - Don't interpret simple parameter as deepObject by [@fgreinacher](https://togithub.com/fgreinacher) in [https://github.com/spec-first/connexion/pull/1570](https://togithub.com/spec-first/connexion/pull/1570) #### New Contributors - [@fgreinacher](https://togithub.com/fgreinacher) made their first contribution in [https://github.com/spec-first/connexion/pull/1570](https://togithub.com/spec-first/connexion/pull/1570) **Full Changelog**: https://github.com/spec-first/connexion/compare/2.14.0...2.14.1 ### [`v2.14.0`](https://togithub.com/spec-first/connexion/releases/tag/2.14.0) [Compare Source](https://togithub.com/zalando/connexion/compare/2.13.1...2.14.0) #### What's Changed - openapi: remove JSON body second validation and type casting by [@p4l1ly](https://togithub.com/p4l1ly) in [https://github.com/spec-first/connexion/pull/1170](https://togithub.com/spec-first/connexion/pull/1170) - **Connexion no longer casts numbers to float** - Fix OpenAPI parameters containing other parameters by [@rickpr](https://togithub.com/rickpr) in [https://github.com/spec-first/connexion/pull/1523](https://togithub.com/spec-first/connexion/pull/1523) - Only warn about the schema's x-body-name being deprecated if it's used. by [@lanzkron](https://togithub.com/lanzkron) in [https://github.com/spec-first/connexion/pull/1554](https://togithub.com/spec-first/connexion/pull/1554) #### New Contributors - [@rickpr](https://togithub.com/rickpr) made their first contribution in [https://github.com/spec-first/connexion/pull/1523](https://togithub.com/spec-first/connexion/pull/1523) - [@lanzkron](https://togithub.com/lanzkron) made their first contribution in [https://github.com/spec-first/connexion/pull/1554](https://togithub.com/spec-first/connexion/pull/1554) **Full Changelog**: https://github.com/spec-first/connexion/compare/2.13.1...2.14.0 ### [`v2.13.1`](https://togithub.com/spec-first/connexion/releases/tag/2.13.1) [Compare Source](https://togithub.com/zalando/connexion/compare/2.13.0...2.13.1) #### What's Changed - Fix uri parsing for query parameter with empty brackets by [@RobbeSneyders](https://togithub.com/RobbeSneyders) in [https://github.com/spec-first/connexion/pull/1501](https://togithub.com/spec-first/connexion/pull/1501) - Update tests for changed werkzeug behavior in 2.1 by [@RobbeSneyders](https://togithub.com/RobbeSneyders) in [https://github.com/spec-first/connexion/pull/1506](https://togithub.com/spec-first/connexion/pull/1506) - Bugfix/async security check by [@Ruwann](https://togithub.com/Ruwann) in [https://github.com/spec-first/connexion/pull/1512](https://togithub.com/spec-first/connexion/pull/1512) **Full Changelog**: https://github.com/spec-first/connexion/compare/2.13.0...2.13.1 ### [`v2.13.0`](https://togithub.com/spec-first/connexion/releases/tag/2.13.0) [Compare Source](https://togithub.com/zalando/connexion/compare/2.12.0...2.13.0) #### What's Changed - \[FIX] MethodViewResolver CamelCase Methods by [@jdkent](https://togithub.com/jdkent) in [https://github.com/spec-first/connexion/pull/1467](https://togithub.com/spec-first/connexion/pull/1467) - Fix and add example for enforced defaults for aiohttp by [@p4l1ly](https://togithub.com/p4l1ly) in [https://github.com/spec-first/connexion/pull/1163](https://togithub.com/spec-first/connexion/pull/1163) - lifecycle: add cookies attribute to ConnexionRequest ([#1168](https://togithub.com/zalando/connexion/issues/1168)) by [@noirbee](https://togithub.com/noirbee) in [https://github.com/spec-first/connexion/pull/1209](https://togithub.com/spec-first/connexion/pull/1209) - upgrade pyYAML supported versions in setup.py by [@jonasboecquaert](https://togithub.com/jonasboecquaert) in [https://github.com/spec-first/connexion/pull/1478](https://togithub.com/spec-first/connexion/pull/1478) - Move x-body-name to requestBody level by [@RobbeSneyders](https://togithub.com/RobbeSneyders) in [https://github.com/spec-first/connexion/pull/1475](https://togithub.com/spec-first/connexion/pull/1475) - Save memory on unused schema strings by [@vmarkovtsev](https://togithub.com/vmarkovtsev) in [https://github.com/spec-first/connexion/pull/1482](https://togithub.com/spec-first/connexion/pull/1482) - Add link to Flask JSONEncoder documentation by [@Ruwann](https://togithub.com/Ruwann) in [https://github.com/spec-first/connexion/pull/1484](https://togithub.com/spec-first/connexion/pull/1484) - Remove obsolete code from basicauth example by [@a-a-abramov](https://togithub.com/a-a-abramov) in [https://github.com/spec-first/connexion/pull/1486](https://togithub.com/spec-first/connexion/pull/1486) - Rework required_scopes checking by [@Ruwann](https://togithub.com/Ruwann) in [https://github.com/spec-first/connexion/pull/1474](https://togithub.com/spec-first/connexion/pull/1474) - Drop pkg_resources by [@Ruwann](https://togithub.com/Ruwann) in [https://github.com/spec-first/connexion/pull/1499](https://togithub.com/spec-first/connexion/pull/1499) #### New Contributors - [@jdkent](https://togithub.com/jdkent) made their first contribution in [https://github.com/spec-first/connexion/pull/1467](https://togithub.com/spec-first/connexion/pull/1467) - [@p4l1ly](https://togithub.com/p4l1ly) made their first contribution in [https://github.com/spec-first/connexion/pull/1163](https://togithub.com/spec-first/connexion/pull/1163) - [@noirbee](https://togithub.com/noirbee) made their first contribution in [https://github.com/spec-first/connexion/pull/1209](https://togithub.com/spec-first/connexion/pull/1209) - [@jonasboecquaert](https://togithub.com/jonasboecquaert) made their first contribution in [https://github.com/spec-first/connexion/pull/1478](https://togithub.com/spec-first/connexion/pull/1478) - [@vmarkovtsev](https://togithub.com/vmarkovtsev) made their first contribution in [https://github.com/spec-first/connexion/pull/1482](https://togithub.com/spec-first/connexion/pull/1482) - [@a-a-abramov](https://togithub.com/a-a-abramov) made their first contribution in [https://github.com/spec-first/connexion/pull/1486](https://togithub.com/spec-first/connexion/pull/1486) **Full Changelog**: https://github.com/spec-first/connexion/compare/2.12.0...2.13.0 ### [`v2.12.0`](https://togithub.com/spec-first/connexion/releases/tag/2.12.0) [Compare Source](https://togithub.com/zalando/connexion/compare/2.11.2...2.12.0) #### What's Changed - Fix for aiohttp and multipart/form-data uploads by [@ddurham2](https://togithub.com/ddurham2) in [https://github.com/spec-first/connexion/pull/1222](https://togithub.com/spec-first/connexion/pull/1222) - Don't validate streamed responses by [@cshorler](https://togithub.com/cshorler) in [https://github.com/spec-first/connexion/pull/1259](https://togithub.com/spec-first/connexion/pull/1259) - Fix version of Flask subdependencies by [@RobbeSneyders](https://togithub.com/RobbeSneyders) in [https://github.com/spec-first/connexion/pull/1465](https://togithub.com/spec-first/connexion/pull/1465) - Drop openapi-spec-validator for custom ref handler by [@RobbeSneyders](https://togithub.com/RobbeSneyders) in [https://github.com/spec-first/connexion/pull/1455](https://togithub.com/spec-first/connexion/pull/1455) #### New Contributors - [@cshorler](https://togithub.com/cshorler) made their first contribution in [https://github.com/spec-first/connexion/pull/1259](https://togithub.com/spec-first/connexion/pull/1259) **Full Changelog**: https://github.com/spec-first/connexion/compare/2.11.2...2.12.0 ### [`v2.11.2`](https://togithub.com/spec-first/connexion/releases/tag/2.11.2) [Compare Source](https://togithub.com/zalando/connexion/compare/2.11.1...2.11.2) #### What's Changed - Change deprecated aiohttp req.has_body to req.can_read_body by [@cbosborn](https://togithub.com/cbosborn) in [https://github.com/spec-first/connexion/pull/1296](https://togithub.com/spec-first/connexion/pull/1296) - Take into account (x-)nullable when validating defaults by [@RobbeSneyders](https://togithub.com/RobbeSneyders) in [https://github.com/spec-first/connexion/pull/1463](https://togithub.com/spec-first/connexion/pull/1463) #### New Contributors - [@cbosborn](https://togithub.com/cbosborn) made their first contribution in [https://github.com/spec-first/connexion/pull/1296](https://togithub.com/spec-first/connexion/pull/1296) **Full Changelog**: https://github.com/spec-first/connexion/compare/2.11.1...2.11.2 ### [`v2.11.1`](https://togithub.com/spec-first/connexion/releases/tag/2.11.1) [Compare Source](https://togithub.com/zalando/connexion/compare/2.11.0...2.11.1) #### What's Changed - Add Python 3.9 to supported versions in setup.py by [@RobbeSneyders](https://togithub.com/RobbeSneyders) in [https://github.com/spec-first/connexion/pull/1459](https://togithub.com/spec-first/connexion/pull/1459) **Full Changelog**: https://github.com/spec-first/connexion/compare/2.11.0...2.11.1 ### [`v2.11.0`](https://togithub.com/spec-first/connexion/releases/tag/2.11.0) [Compare Source](https://togithub.com/zalando/connexion/compare/2.10.0...2.11.0) #### What's Changed - Bump upperbound version for jsonschema to 5.0.0 by [@RobbeSneyders](https://togithub.com/RobbeSneyders) in [https://github.com/spec-first/connexion/pull/1447](https://togithub.com/spec-first/connexion/pull/1447) - Fix sanitization of function arguments by [@Ruwann](https://togithub.com/Ruwann) in [https://github.com/spec-first/connexion/pull/1442](https://togithub.com/spec-first/connexion/pull/1442) - Reload Flask on API file changes by [@aparcar](https://togithub.com/aparcar) in [https://github.com/spec-first/connexion/pull/1418](https://togithub.com/spec-first/connexion/pull/1418) - Use both class docstring and init docstring for autoapi by [@Ruwann](https://togithub.com/Ruwann) in [https://github.com/spec-first/connexion/pull/1451](https://togithub.com/spec-first/connexion/pull/1451) - Automate release process via github actions by [@RobbeSneyders](https://togithub.com/RobbeSneyders) in [https://github.com/spec-first/connexion/pull/1441](https://togithub.com/spec-first/connexion/pull/1441), [https://github.com/spec-first/connexion/pull/1454](https://togithub.com/spec-first/connexion/pull/1454), [https://github.com/spec-first/connexion/pull/1456](https://togithub.com/spec-first/connexion/pull/1456) - fix-square bracket : V1 by [@LeComptoirDesPharmacies](https://togithub.com/LeComptoirDesPharmacies) in [https://github.com/spec-first/connexion/pull/1408](https://togithub.com/spec-first/connexion/pull/1408) #### New Contributors - [@aparcar](https://togithub.com/aparcar) made their first contribution in [https://github.com/spec-first/connexion/pull/1418](https://togithub.com/spec-first/connexion/pull/1418) - [@LeComptoirDesPharmacies](https://togithub.com/LeComptoirDesPharmacies) made their first contribution in [https://github.com/spec-first/connexion/pull/1408](https://togithub.com/spec-first/connexion/pull/1408) **Full Changelog**: https://github.com/spec-first/connexion/compare/2.10.0...2.11.0 ### [`v2.10.0`](https://togithub.com/spec-first/connexion/releases/tag/2.10.0) [Compare Source](https://togithub.com/zalando/connexion/compare/2.9.0...2.10.0) #### 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](https://togithub.com/zalando/connexion/issues/1402) - Send request exception signal in common exception handler [#1326](https://togithub.com/zalando/connexion/issues/1326) - Render correct UI template when serving multiple APIs [#1404](https://togithub.com/zalando/connexion/issues/1404) - Use jsonschema for validation instead of openapi_spec_validator [#936](https://togithub.com/zalando/connexion/issues/936) - Add Relative resolver [#1419](https://togithub.com/zalando/connexion/issues/1419) - Add keywords to the list of pythonic words [#1425](https://togithub.com/zalando/connexion/issues/1425) - Improved error 415 [#1185](https://togithub.com/zalando/connexion/issues/1185) **Full Changelog**: https://github.com/zalando/connexion/compare/2.9.0...2.10.0 ### [`v2.9.0`](https://togithub.com/spec-first/connexion/releases/tag/2.9.0) [Compare Source](https://togithub.com/zalando/connexion/compare/2.8.0...2.9.0) Release with new (backwards-compatible) features: https://pypi.org/project/connexion/2.9.0/ Notable changes: - support `required: false` for headers [#1293](https://togithub.com/zalando/connexion/issues/1293) - support multiple security schemes [#1290](https://togithub.com/zalando/connexion/issues/1290) - better handling of numerical path parameters in Flask [#1290](https://togithub.com/zalando/connexion/issues/1290) Detailed list of changes: https://github.com/zalando/connexion/milestone/12 ### [`v2.8.0`](https://togithub.com/spec-first/connexion/releases/tag/2.8.0) [Compare Source](https://togithub.com/zalando/connexion/compare/2.7.0...2.8.0) New maintenance/bugfix release https://pypi.org/project/connexion/2.8.0/ See https://github.com/zalando/connexion/milestone/11 for list of changesConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.