0.23.0
Features:
-
Backwards-incompatible: Make API title and version mandatory parameters.
Before this change, the version would default to"1"and the title would
beapp.name. Those two parameters can be passed at init or as application
configuration parametersTITLEandAPI_VERSION. Also rename
OpenAPIVersionNotSpecifiedasMissingAPIParameterError. (:pr:169).
Thanks :user:playpauseandstopfor the help on this. -
Backwards-incompatible: Rework pagination documentation to allow more
customization. This change will break code overriding
PAGINATION_HEADER_DOC,_make_pagination_headeror
_prepare_pagination_doc(:pr:153).