Skip to content

Releases: maximdanilchenko/aiohttp-apispec

v1.1.1 Bugfix

07 Mar 13:15
2da645a
Compare
Choose a tag to compare
  • Issue with paths for CSS and JS static files in SwaggerUI (both #42 and #43)

v1.1.0

06 Mar 16:58
Compare
Choose a tag to compare
  • SwaggerUI 3.0 support out of the box!
  • setup_aiohttp_apispec default url param changed to /api/docs/swagger.json

v1.0.2

19 Feb 07:48
Compare
Choose a tag to compare

v1.0.1

16 Feb 16:44
Compare
Choose a tag to compare
  • 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

12 Feb 15:32
Compare
Choose a tag to compare
  • Added MANIFEST.in file to project so some stupid issues like in #39 will not occur again.

v0.9.1

11 Feb 15:39
Compare
Choose a tag to compare
  • 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

04 Feb 07:29
Compare
Choose a tag to compare
  • removed deprecated apispec interface (spec.setup_plugin)
  • removed old deprecetion warnings about AiohttpApiSpec class

v0.7.7

09 Jan 12:09
Compare
Choose a tag to compare

v0.7.6

12 Nov 10:04
Compare
Choose a tag to compare