Skip to content
This repository was archived by the owner on Oct 22, 2022. It is now read-only.

Update connexion to 2.14.0#377

Closed
pyup-bot wants to merge 1 commit intomasterfrom
pyup-update-connexion-2.4.0-to-2.14.0
Closed

Update connexion to 2.14.0#377
pyup-bot wants to merge 1 commit intomasterfrom
pyup-update-connexion-2.4.0-to-2.14.0

Conversation

@pyup-bot
Copy link
Collaborator

This PR updates connexion from 2.4.0 to 2.14.0.

Changelog

2.13.1

What's Changed
* Fix uri parsing for query parameter with empty brackets by RobbeSneyders in https://github.com/spec-first/connexion/pull/1501
* Update tests for changed werkzeug behavior in 2.1 by RobbeSneyders in https://github.com/spec-first/connexion/pull/1506
* Bugfix/async security check by Ruwann in https://github.com/spec-first/connexion/pull/1512


**Full Changelog**: https://github.com/spec-first/connexion/compare/2.13.0...2.13.1

2.13.0

What's Changed
* [FIX] MethodViewResolver CamelCase Methods by jdkent in https://github.com/spec-first/connexion/pull/1467
* Fix and add example for enforced defaults for aiohttp by p4l1ly in https://github.com/spec-first/connexion/pull/1163
* lifecycle: add cookies attribute to ConnexionRequest (1168) by noirbee in https://github.com/spec-first/connexion/pull/1209
* upgrade pyYAML supported versions in setup.py by jonasboecquaert in https://github.com/spec-first/connexion/pull/1478
* Move x-body-name to requestBody level by RobbeSneyders in https://github.com/spec-first/connexion/pull/1475
* Save memory on unused schema strings by vmarkovtsev in https://github.com/spec-first/connexion/pull/1482
* Add link to Flask JSONEncoder documentation by Ruwann in https://github.com/spec-first/connexion/pull/1484
* Remove obsolete code from basicauth example by a-a-abramov in https://github.com/spec-first/connexion/pull/1486
* Rework required_scopes checking by Ruwann in https://github.com/spec-first/connexion/pull/1474
* Drop pkg_resources by Ruwann in https://github.com/spec-first/connexion/pull/1499

New Contributors
* jdkent made their first contribution in https://github.com/spec-first/connexion/pull/1467
* p4l1ly made their first contribution in https://github.com/spec-first/connexion/pull/1163
* noirbee made their first contribution in https://github.com/spec-first/connexion/pull/1209
* jonasboecquaert made their first contribution in https://github.com/spec-first/connexion/pull/1478
* vmarkovtsev made their first contribution in https://github.com/spec-first/connexion/pull/1482
* a-a-abramov made their first contribution in https://github.com/spec-first/connexion/pull/1486

**Full Changelog**: https://github.com/spec-first/connexion/compare/2.12.0...2.13.0

2.12.0

What's Changed
* Fix for aiohttp and multipart/form-data uploads by ddurham2 in https://github.com/spec-first/connexion/pull/1222
* Don't validate streamed responses by cshorler in https://github.com/spec-first/connexion/pull/1259
* Fix version of Flask subdependencies by RobbeSneyders in https://github.com/spec-first/connexion/pull/1465
* Drop openapi-spec-validator for custom ref handler by RobbeSneyders in https://github.com/spec-first/connexion/pull/1455

New Contributors
* cshorler made their first contribution in https://github.com/spec-first/connexion/pull/1259

**Full Changelog**: https://github.com/spec-first/connexion/compare/2.11.2...2.12.0

2.11.2

What's Changed
* Change deprecated aiohttp req.has_body to req.can_read_body by cbosborn in https://github.com/spec-first/connexion/pull/1296
* Take into account (x-)nullable when validating defaults by RobbeSneyders in https://github.com/spec-first/connexion/pull/1463

New Contributors
* cbosborn made their first contribution in https://github.com/spec-first/connexion/pull/1296

**Full Changelog**: https://github.com/spec-first/connexion/compare/2.11.1...2.11.2

2.11.1

What's Changed
* Add Python 3.9 to supported versions in setup.py by RobbeSneyders in https://github.com/spec-first/connexion/pull/1459


**Full Changelog**: https://github.com/spec-first/connexion/compare/2.11.0...2.11.1

2.11.0

What's Changed
* Bump upperbound version for jsonschema to 5.0.0 by RobbeSneyders in https://github.com/spec-first/connexion/pull/1447
* Fix sanitization of function arguments by Ruwann in https://github.com/spec-first/connexion/pull/1442
* Reload Flask on API file changes by aparcar in https://github.com/spec-first/connexion/pull/1418
* Use both class docstring and init docstring for autoapi by Ruwann in https://github.com/spec-first/connexion/pull/1451
* Automate release process via github actions by RobbeSneyders in https://github.com/spec-first/connexion/pull/1441, https://github.com/spec-first/connexion/pull/1454, https://github.com/spec-first/connexion/pull/1456
* fix-square bracket : V1 by LeComptoirDesPharmacies in https://github.com/spec-first/connexion/pull/1408

New Contributors
* aparcar made their first contribution in https://github.com/spec-first/connexion/pull/1418
* LeComptoirDesPharmacies made their first contribution in https://github.com/spec-first/connexion/pull/1408

**Full Changelog**: https://github.com/spec-first/connexion/compare/2.10.0...2.11.0

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**: https://github.com/zalando/connexion/compare/2.9.0...2.10.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
* 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

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

2.7.0

* Objects and Arrays recursively construct examples (1148)
* Added `server_args` parameter to AbstractApp (1173) 
* AIOHTTP: get rid of `asyncio.coroutine` (deprecated in Python 3.8) (1186)
* AIOHTTP: fix `_framework_to_connexion_response` for StreamResponse (1217)

2.6.0

* Fix variable scoping (1110)
* Fix aiohttp access_log duplicated if passed as argument (1113)
* Fix pythonic params (1116)
* Fix extra formData (1020)
* Fix nested additionalProperties (1138)
* Allow empty security definition

2.5.1

* Require Python 3.6 for pip installation (1108)

2.5.0

* Drop Python 2.7 support, support Python 3.8
* Convert responses to raise `ProblemException` (955)
* Add error path to schema validation
* Do not sanitize body keys in OpenAPI 3 (1008)
* Date/time serialization (851)
* Forward options to AioHTTP app (885)
* Returning tuples supported in AioHTTP (849)
* Allow Swagger UI configuration options (948)
* Remove security parameter to pass query validation (470)
* Allow users to enable debug mode via environment variable
Links

@pyup-bot
Copy link
Collaborator Author

Closing this in favor of #386

@pyup-bot pyup-bot closed this Aug 23, 2022
@ljdursi ljdursi deleted the pyup-update-connexion-2.4.0-to-2.14.0 branch August 23, 2022 17:59
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants