All Versions
15
Latest Version
Avg Release Cycle
41 days
Latest Release
1626 days ago

Changelog History
Page 1

  • v2.7.0 Changes

    April 25, 2020
    • 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)
  • v2.6.0 Changes

    January 29, 2020
    • ๐Ÿ›  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
  • 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.4.0 Changes

    October 18, 2019
    • ๐Ÿ– Handle deepObject and explode: true (#971)
    • ๐Ÿ‘Œ Support jsonschema > 3.0.0 (#1050)
    • โฌ‡๏ธ Drop Python 3.4 and 3.5. Add Python 3.8 (#1056)
    • ๐Ÿ›  Fix deprecated import (#1044)
    • โฌ†๏ธ Bump Flask version (#995)
  • v2.3.0 Changes

    June 14, 2019
    • AioHttpApi oauth middleware catches all OAuth problems (#830)
    • Serve YAML spec (#842)
    • โž• Added MethodViewResolver (#847)
    • ๐Ÿ›  Fix swagger console backslash redirect for aiohttp (#843)
    • ๐Ÿ›  Fix uwsgi metric collection (#972)
    • 0๏ธโƒฃ Respond with problems by default in aiohttp (#952)
  • v2.2.0 Changes

    December 24, 2018
    • ๐Ÿ›  Fix case sensitive headers in aiohttp (#825)
    • ๐Ÿ›  Fix passing empty object body (#815)
    • ๐Ÿ›  Fix openapi3 path and query validation (#821)
    • โž• Add path to API only for HTTP operations (#817)
    • โž• Added OpenAPI 3 getting API Key from cookie support (#794)
  • 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
    • Pass files to handler if filename in arguments or has_kwargs (#753)
    • ๐Ÿ– Handle TypeValidationError in form-data (#749)
    • ๐Ÿ—„ Get rid of deprecation warning when using connexion run ... (#745)