Releases: kolonialno/django-api-decorator
Releases · kolonialno/django-api-decorator
v0.6.0
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
0.5.2 (2025-01-10)
Bug Fixes
- Warn if API_DECORATOR_SCHEMA_IGNORED_RESOLVERS is used (#30) (6190ebd)
v0.5.1
0.5.1 (2025-01-08)
Bug Fixes
v0.5.0
- Set Django version to
">=4.2.16"
(Security fix)
v0.4.1
- Add ability to ignore resolvers on OpenAPI schema generation through the
API_DECORATOR_SCHEMA_IGNORED_RESOLVERS
setting.
v0.4.0
- Require Python 3.11+
- Support form encoded bodies
v0.3.1
Add hook for customizing formatting of validation errors
v0.3.0
Add x-reverse-path field to the generated openapi.json
v0.2.0a3
Adds support for serializing Pydantic models with field aliases, with the serialize_by_alias
argument.