Skip to content

Releases: axnsan12/drf-yasg

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)

1.20.0

25 Oct 22:16
Compare
Choose a tag to compare
  • IMPROVED: updated swagger-ui to version 3.36.0
  • IMPROVED: updated ReDoc to version 2.0.0-rc.40
  • FIXED: fixed compatibility with Django Rest Framework 3.12
  • FIXED: fixed compatibility with Python 3.9 typing generics
  • FIXED: dropped support for obsolete django.conf.settings.LOGOUT_URL (#646)

Support was dropped for Python 2.7, DRF 3.8, DRF 3.9.
Requirements are now: Python>=3.6, Django>=2.2, DRF>=3.10

The 1.18 and 1.19 series was skipped to avoid confusion with the drf-yasg2 fork. I would also like to take this
opportunity to extend my apologies to the community at large for the large gap in the maintenance of drf-yasg
and the problems it has caused.

1.17.1

25 Oct 22:17
Compare
Choose a tag to compare

Release date: Feb 17, 2020

  • FIXED: fixed compatibility issue with CurrentUserDefault in Django Rest Framework 3.11
  • FIXED: respect USERNAME_FIELD in generate_swagger command (#486)

Support was dropped for Python 3.5, Django 2.0, Django 2.1, DRF 3.7

1.17.0

02 Oct 23:14
Compare
Choose a tag to compare
  • ADDED: added JSONFieldInspector for JSONField support (#417)
  • IMPROVED: updated swagger-ui to version 3.23.11
  • IMPROVED: updated ReDoc to version 2.0.0-rc.14 (#398)
  • FIXED: fixed a type hint support issue (#428, #450)
  • FIXED: fixed packaging issue caused by a missing requirement (#412)