Skip to content

Releases: axnsan12/drf-yasg

1.21.15

24 Feb 18:10
d40c97f

Choose a tag to compare

IMPROVED: Use Python's native dict instead of OrderedDict (#954)
FIXED: Fix Python 3.12 type parameter syntax with from __future__ import annotations (#921)

1.21.14

15 Jan 11:41
7dceb27

Choose a tag to compare

FIXED: Fix missing swagger-ui sourcemaps (#950)

1.21.12

14 Jan 14:16
2bf74d0

Choose a tag to compare

FIXED: Bring the bundled swagger ui up to date (#944)
IMPROVED: Update the logout button to use a POST request. (#945)
ADDED: Add a live demo domain (#946)
ADDED: Handle annotations that are not available at runtime (#941)

1.21.11

26 Sep 22:20
f8cb2db

Choose a tag to compare

FIXED: Fix list views with parameters in last path segment not named "list" views (#917)
ADDED: Allow overriding produces/consumes with @swagger_auto_schema decorator (#916)
FIXED: Fix filter parameters not appearing in swagger with django-filter>=25 (#926)
IMPROVED: Update Python, Django, and DRF versions and packaging configuration (#922)
IMPROVED: Remove usage of pkg_resources (#928)
FIXED: Fix call_view_method warning to include the method name again (#923)
ADDED: Add a hide download button option (#848)
ADDED: Add ruff linters (#903)

1.21.10

10 Mar 11:24
2896eaf

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

Choose a tag to compare

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

1.21.8

17 Oct 13:31
433b43e

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

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

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

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)