Skip to content

Releases: axnsan12/drf-yasg

1.21.10

10 Mar 11:24
2896eaf
Compare
Choose a tag to compare

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

07 Mar 15:58
c53b4b6
Compare
Choose a tag to compare

ADDED: Added support for zoneinfo object fields (#908)

1.21.8

17 Oct 13:31
433b43e
Compare
Choose a tag to compare

ADDED: Python 3.11 and 3.12 support (#891)
FIXED: Fix pkg_resources version lookups for Python 3.9+ (#891)

1.21.7

17 Oct 13:05
Compare
Choose a tag to compare

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

17 Oct 13:04
Compare
Choose a tag to compare

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

09 Feb 13:50
Compare
Choose a tag to compare

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

27 Sep 16:01
Compare
Choose a tag to compare

FIXED: Remove NullBooleanFields if the django-rest-framework version >= 3.14.0 (#814)

1.21.3

18 Jul 16:21
Compare
Choose a tag to compare

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

18 Jul 14:54
f4bf7ba
Compare
Choose a tag to compare

FIXED: Fixed code block rst syntax in README.rst (#797)

1.21.1

17 Jul 20:08
Compare
Choose a tag to compare

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)