Skip to content

Commit 369a229

Browse files
committed
Release 8.0.0
1 parent 8d209d9 commit 369a229

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
Note that in line with [Django REST framework policy](https://www.django-rest-framework.org/topics/release-notes/),
99
any parts of the framework not mentioned in the documentation should generally be considered private API, and may be subject to change.
1010

11-
## [Unreleased]
11+
## [8.0.0] - 2025-07-24
1212

1313
### Added
1414

@@ -17,9 +17,8 @@ any parts of the framework not mentioned in the documentation should generally b
1717

1818
### Fixed
1919

20-
* Ensured that interpreting `include` query parameter is done in internal Python naming.
21-
This adds full support for using multipart field names for includes while configuring `JSON_API_FORMAT_FIELD_NAMES`.
22-
* Ensured that sparse fieldset fully supports `JSON_API_FORMAT_FIELD_NAMES`.
20+
* Ensured that compound documents' `include` query parameter fully support `JSON_API_FORMAT_FIELD_NAMES`.
21+
* Ensured that sparse fieldset's `fields` query parameter fully supports `JSON_API_FORMAT_FIELD_NAMES`.
2322

2423
### Changed
2524

rest_framework_json_api/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
__title__ = "djangorestframework-jsonapi"
2-
__version__ = "7.1.0"
2+
__version__ = "8.0.0"
33
__author__ = ""
44
__license__ = "BSD"
55
__copyright__ = ""

0 commit comments

Comments
 (0)