Skip to content

Releases: kolonialno/django-api-decorator

v0.9.0

12 Mar 09:39
4d4c1c7

Choose a tag to compare

0.9.0 (2025-03-12)

Features

  • use serialization mode when dumping response schemas (#41) (1711b32)

v0.8.0

06 Feb 09:03
7ae78db

Choose a tag to compare

0.8.0 (2025-02-06)

Features

  • Add possibility to add "servers" key to schema via settings (#38) (51f8f45)

v0.7.0

04 Feb 14:05
9b2289e

Choose a tag to compare

0.7.0 (2025-02-03)

Features

  • Make sure tags flow from OpenApiOperation to path tags (#36) (a26bb37)

v0.6.0

30 Jan 14:15
6942c44

Choose a tag to compare

0.6.0 (2025-01-30)

Features

  • Add request_serialize_by_alias override from request (#35) (4a34e3b)
  • Make it possible to disable by_alias for schema generation (#33) (e061fe4)

v0.5.2

10 Jan 09:42
a9e05cd

Choose a tag to compare

0.5.2 (2025-01-10)

Bug Fixes

  • Warn if API_DECORATOR_SCHEMA_IGNORED_RESOLVERS is used (#30) (6190ebd)

v0.5.1

08 Jan 14:23
c9efe50

Choose a tag to compare

0.5.1 (2025-01-08)

Bug Fixes

  • Bump django from 4.2.16 to 4.2.17 (#26) (f7d569e)

v0.5.0

25 Oct 12:45
6e83a51

Choose a tag to compare

  • Set Django version to ">=4.2.16" (Security fix)

v0.4.1

08 Aug 09:11
a670979

Choose a tag to compare

  • Add ability to ignore resolvers on OpenAPI schema generation through the API_DECORATOR_SCHEMA_IGNORED_RESOLVERS setting.

v0.4.0

26 Apr 16:00

Choose a tag to compare

  • Require Python 3.11+
  • Support form encoded bodies

v0.3.1

19 Apr 09:35

Choose a tag to compare

Add hook for customizing formatting of validation errors