Releases: sanic-org/sanic-openapi
Releases · sanic-org/sanic-openapi
0.5.3
0.5.2
0.5.1
0.5.0
- updated the swagger UI to version v3.9.2
- added decorator to provide reponse documentation for non-200 status codes
- now possible to configure security/authorization for swagger
- now possible to set the host and basepath parameters
- fixed the issue where swagger always expects the openapi/spec.json path to be at the root of the url path
- added doc field-type specifically for post endpoints that consumes a json body (the openapi spec is invalid when using a standard dictionary for this)
- removed the openapi blueprint and put everything under the swagger blueprint
- fixed some other openapi spec validation issues
0.4.0
0.3.0
Swagger 3.0
Added swagger UI 3.0 and query string support for GET requests
Fixed URI replacement
0.1.5 Update __init__.py
Added UI lib folder
0.1.4 repository far too republican. needed some libs.
Fixed content types
0.1.3 Fix content type and spiced up readme