0.20.0
Bug fixes:
- Backwards-incompatible: Use
HTTPStatusnamerather thanphrase
to name error components. This fixes an issue due tophrasecontaining
spaces not being URL-encoded. Also changeDefaultErrorinto
DEFAULT_ERRORfor consistency. This change will break code referencing
one of those errors. (:issue:136).
Thanks :user:michelle-averyfor reporting.
Other changes:
- Backwards-incompatible: Remove
OPENAPI_REDOC_VERSIONand
OPENAPI_SWAGGER_UI_VERSION. Remove hardcoded CDNs. Users should modify
their code to useOPENAPI_REDOC_URLandOPENAPI_SWAGGER_UI_URL
instead. The docs provide examples of CDN URLs. (:issue:134).