All Versions
15
Latest Version
Avg Release Cycle
41 days
Latest Release
1626 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v2.7.0 Changes
April 25, 2020 -
v2.5.1 Changes
December 19, 2019- Require Python 3.6 for pip installation (#1108)
-
v2.5.0 Changes
December 16, 2019- โฌ๏ธ 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)
- ๐ Allow users to enable debug mode via environment variable
-
v2.3.0 Changes
June 14, 2019 -
v2.1.0 Changes
December 11, 2018- ๐ Proper debug logs for aiohttp's StreamResponse (#787)
- ๐ Fix cli --stub (#800)
- ๐ Fix handling additionalProperties in body (#789)
- Change can_read_body to body_exists in AioHttpApi.get_request (#738)
- โ Removed duplicated calls of get_response method of the Api classes (#809)
- ๐ Fix up array style defaults (#803)
-
v2.0.2 Changes
November 15, 2018- ๐ Enforce that spec has string keys (JSON does not support integer keys) (#763)
- โ Add connexion.operation dummy module for backwards compatability (#758)
- Only pass body on PATCH/POST/PUT request (#761)
- โ Add support for JWT authentication (#732)
- Don't let openapi_spec_validator tamper raw spec (#762)
- Simplify Operation class construction (#726)
-
v2.0.1 Changes
November 07, 2018