What's Changed * openapi: remove JSON body second validation and type casting by p4l1ly in https://github.com/spec-first/connexion/pull/1170 * **Connexion no longer casts numbers to float** * Fix OpenAPI parameters containing other parameters by rickpr in https://github.com/spec-first/connexion/pull/1523 * Only warn about the schema's x-body-name being deprecated if it's used. by lanzkron in https://github.com/spec-first/connexion/pull/1554
New Contributors * rickpr made their first contribution in https://github.com/spec-first/connexion/pull/1523 * lanzkron made their first contribution in https://github.com/spec-first/connexion/pull/1554
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
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
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
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