Releases: axnsan12/drf-yasg
Releases · axnsan12/drf-yasg
1.21.10
FIXED: Fix type hints when using postponed evaluation of annotations (PEP-563) (#840)
IMPROVED: Update JSON & YAML renderers to not use a "." in their format string (#911)
FIXED: Fix lint errors when comparing types with == instead of is (#868)
IMPROVED: Update swagger-ui-dist to address CVE-2021-46708 (#904)
1.21.9
ADDED: Added support for zoneinfo object fields (#908)
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)