FEAT: Modernized to support latest Pythons and DRF JSONAPI
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
# Changelog
|
||||
|
||||
## 1.1.0
|
||||
|
||||
- Support Python 3.10 through 3.14 and DRF JSON:API 7.1 through 8.1.
|
||||
- Add sanitized exception handling with opaque error identifiers.
|
||||
- Add explicit conflict exceptions instead of converting every database
|
||||
integrity failure to HTTP 409.
|
||||
- Add hardened model-viewset and generic-view base classes.
|
||||
- Make serializer relationship discovery safe without request context and
|
||||
avoid duplicate field names.
|
||||
- Add unit, packaging, lint, and compatibility-matrix verification.
|
||||
|
||||
## 1.0.6
|
||||
|
||||
- Add PATCH relationship-field handling.
|
||||
- Update the DRF JSON:API dependency to the 7.1 line.
|
||||
Reference in New Issue
Block a user