Releases: maximdanilchenko/aiohttp-apispec
Releases · maximdanilchenko/aiohttp-apispec
v1.1.1 Bugfix
- Issue with paths for CSS and JS static files in SwaggerUI (both #42 and #43)
v1.1.0
- SwaggerUI 3.0 support out of the box!
setup_aiohttp_apispec
default url
param changed to /api/docs/swagger.json
v1.0.1
- Drop support of
request.data
param
- Drop support of old validation middleware function
- Some fixes for documenting responses
- Add more tests for documenting responses
- Renamed decorators from
use_kwargs
to request_schema
and from marshal_with
to response_schema
(#40)
v0.9.2
- Added
MANIFEST.in
file to project so some stupid issues like in #39 will not occur again.
v0.9.1
- Support of apispec>=1.0.0 (Also closes #37 and #34). Early versions are not supported because of backwards-incompatible changes in apispec api.
v0.8.0
- removed deprecated
apispec
interface (spec.setup_plugin
)
- removed old deprecetion warnings about
AiohttpApiSpec
class