Releases: axnsan12/drf-yasg
Releases · axnsan12/drf-yasg
1.21.8
ADDED: Python 3.11 and 3.12 support (#891)
FIXED: Fix pkg_resources version lookups for Python 3.9+ (#891)
1.21.7
ADDED: Added drf_yasg.inspectors.query.DrfAPICompatInspector
(#857)
ADDED: Added DrfAPICompatInspector
to serve as a replacement CoreAPICompatInspector
(#857)
ADDED: Allow DEFAULT_SPEC_RENDERERS
default renderers to be overriden in the settings (#857)
FIXED: Fixed redoc source mapping (#859)
1.21.6
IMPROVED: Remove required coreapi dependency (#854)
IMPROVED: Feature: Migrate to PyYAML for yaml generator (#845)
FIXED: Keep path parameters in their given order (#841)
FIXED: Provide support for enums in codecs (#837)
1.21.5
ADDED: Python 3.10 support (#818)
DEPRECATED: Python 3.6 support as it's been deprecated by swagger-spec-validator
FIXED: RecursiveField resolver (#822)
1.21.4
FIXED: Remove NullBooleanFields if the django-rest-framework version >= 3.14.0 (#814)
1.21.3
FIXED: Set generator url for swagger_settings.DEFAULT_API_URL (#682)
FIXED: Check fields for allow_null attribute (#688)
FIXED: Encode pytz object field as a string by default (#717)
FIXED: Handle errors rendering with TemplateHTMLRenderer (#742)
1.21.2
FIXED: Fixed code block rst syntax in README.rst
(#797)
1.21.1
FIXED: Refer to permission_classes as a tuple (#678)
IMPROVED: Document drf-extra-fields base64 integration (#445)
ADDED: Added many support to example code (#695)
ADDED: Allow specifying response as a reference (#757)
FIXED: Fix old spelling errors and add a cspell configuration (#796)
FIXED: Remove universal wheel, python 2 is unsupported (#782)
FIXED: Fix duration field inspector (#549)
1.21.0
- IMPROVED: Add utf-8 support to yaml loaders (#692)
1.20.3
- FIXED: Source mapping in
redoc.min.js
(#778)
- FIXED: Publish action tag pattern in
publish.yml
(#794)