Skip to content

Releases: sanic-org/sanic-openapi

0.5.3

05 May 12:22
Compare
Choose a tag to compare
Bump to 0.5.3

0.5.2

05 May 12:15
Compare
Choose a tag to compare
Bump to v 0.5.2

0.5.1

07 Apr 19:07
3b3410d
Compare
Choose a tag to compare
  • Upgrade Swagger-UI to 3.22.0
  • redirect for non slash route to fix relative links in index.html

0.5.0

27 Mar 18:10
44e692d
Compare
Choose a tag to compare
  • 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

05 Sep 07:36
Compare
Choose a tag to compare
  • Added location to doc.consumes() defaults to in query
  • Supports headers now in doc.consumes(location='header')

0.3.0

27 Aug 06:53
Compare
Choose a tag to compare
  • Added Float Support
  • Added Basic Enum Support
  • Fixed issues with css import in index.html
  • Changed endpoint from /swagger/ to /swagger
  • Fixed date types

Swagger 3.0

07 Apr 02:04
Compare
Choose a tag to compare

Added swagger UI 3.0 and query string support for GET requests

Fixed URI replacement

30 Jan 23:03
Compare
Choose a tag to compare
0.1.5

Update __init__.py

Added UI lib folder

30 Jan 21:53
Compare
Choose a tag to compare
0.1.4

repository far too republican.  needed some libs.

Fixed content types

30 Jan 11:11
Compare
Choose a tag to compare
0.1.3

Fix content type and spiced up readme