Skip to content

Releases: axnsan12/drf-yasg

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)

1.21.0

15 Jul 10:57
Compare
Choose a tag to compare
  • IMPROVED: Add utf-8 support to yaml loaders (#692)

1.20.3

15 Jul 10:57
18bd6c5
Compare
Choose a tag to compare
  • FIXED: Source mapping in redoc.min.js (#778)
  • FIXED: Publish action tag pattern in publish.yml (#794)