Skip to content

Releases: kolonialno/django-api-decorator

v0.5.0

25 Oct 12:45
6e83a51
Compare
Choose a tag to compare
  • Set Django version to ">=4.2.16" (Security fix)

v0.4.1

08 Aug 09:11
a670979
Compare
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
Compare
Choose a tag to compare
  • Require Python 3.11+
  • Support form encoded bodies

v0.3.1

19 Apr 09:35
Compare
Choose a tag to compare

Add hook for customizing formatting of validation errors

v0.3.0

21 Nov 11:46
Compare
Choose a tag to compare

Add x-reverse-path field to the generated openapi.json

v0.2.0a3

03 Aug 13:50
5a7129e
Compare
Choose a tag to compare
v0.2.0a3 Pre-release
Pre-release

Adds support for serializing Pydantic models with field aliases, with the serialize_by_alias argument.

v0.2.0a1

18 Jul 10:45
Compare
Choose a tag to compare
v0.2.0a1 Pre-release
Pre-release

Upgrade to Pydantic v2

v0.1.7

14 Jul 14:26
Compare
Choose a tag to compare

Support encoding pydantic models inside typed dicts and other data structures

v0.1.5

03 Feb 15:16
Compare
Choose a tag to compare

Fix parsing of false boolean values

v0.1.4

11 Jan 14:59
Compare
Choose a tag to compare
Simplify method_router types