Releases: maximdanilchenko/aiohttp-apispec
Releases · maximdanilchenko/aiohttp-apispec
v3.0.0b2
v2.2.3
v3.0.0b1
Added in 3.0.0b1:
- Webargs 8 support (@pzhang65) - #112
- apispec 5 support (@kiforchuk) - #115
Changes compared to 2.2.1 version:
- Update swagger-ui static files to version 4.1.0 (@slymit) - 727d2c1
- Fixes response validation error when description is not provided (@mat-work) - e96db8b
- Relative url param (Artur Gwiazda) - 0ebdc86
- Added url_for usage to support nested apps (@AivanF) - 0c72d94
- Add custom schema name resolver for MarshmallowPlugin (@va-dev) - ba786ba
- Described in README semver is supported (@alvassin) - ef6c215
- Pass example to request schema (@Niccolum) - #90
v2.2.2
- Update swagger-ui static files to version 4.1.0 (@slymit) - 727d2c1
- Fixes response validation error when description is not provided (@mat-work) - e96db8b
- Relative url param (Artur Gwiazda) - 0ebdc86
- Added url_for usage to support nested apps (@AivanF) - 0c72d94
- Add custom schema name resolver for MarshmallowPlugin (@va-dev) - ba786ba
- Described in README semver is supported (@alvassin) - ef6c215
- Pass example to request schema (@Niccolum) - #90
v2.2.1 Bugfix
- Set upper bounds for major releases of dependencies - 3915f21
v2.2.0
Changes from v1.5.0 to v2.2.0:
v1.5.0
prefix
andin_place
params. commit 5aec5e1- Specified read encoding to allow pip install on Windows. commit be3c071
- Compatibility with
apispec
3.0 and drops support of <3.0. Closes #63. commit 4e76b52 - Compatibility with
marshmallow
3.0 in tests.
v1.3.0
v1.2.1
- custom-error-handling
- swagger-ui static files update to latest version
v1.1.2 Bugfix
- Call
open()
with string instead ofPath
, for compatibility with python 3.5 (#45).