Releases: hh-h/aiohttp-swagger3
Releases · hh-h/aiohttp-swagger3
Release 0.9.0
Release 0.8.0
Changelog
- Added aiohttp 3.9.x support
- Dropped aiohttp 3.6.x and 3.7.x
- Dropped python 3.7
Release 0.7.4
Release 0.7.2
Release 0.7.1
Changelog
- requestBody can be optional (#97)
Release 0.7.0
Release 0.6.0
Changelog
- fixed bug that empty security raises an Exception (#88)
- added the ability to set global security in SwaggerDocs via security parameter
- added decorator swagger_doc, it can be used to add swagger schema from yaml file, see examples/docs_decorator_and_docstrings
- bump swagger ui to 3.50.0
- bump redoc ui to v2.0.0-rc.54
Release 0.5.6
Changelog
- bump attrs version
Release 0.5.4
Changelog
- detailed error info for allOf
- bump rapidoc ui to 8.4.9
- bump redoc ui to v2.0.0-rc.50
- bump swagger ui to 3.45.1
Release 0.5.3
Changelog
- allOf, oneOf, anyOf can be nullable
- readOnly should affect only properties