Skip to content

Commit cb023fc

Browse files
authored
Release 4.2.1 (#958)
1 parent b49aa6e commit cb023fc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: CHANGELOG.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
Note that in line with [Django REST Framework policy](http://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+
## [4.2.1] - 2021-07-06
1212

1313
### Fixed
1414

15-
* Include `PreloadIncludesMixin` in `ReadOnlyModelViewSet` to enable the usage of [performance utilities](https://django-rest-framework-json-api.readthedocs.io/en/stable/usage.html#performance-improvements) on read only views (regression since 2.8.0)
16-
* Remove invalid validation of default `included_resources` (regression since 4.2.0)
15+
* Included `PreloadIncludesMixin` in `ReadOnlyModelViewSet` to enable the usage of [performance utilities](https://django-rest-framework-json-api.readthedocs.io/en/stable/usage.html#performance-improvements) on read only views (regression since 2.8.0)
16+
* Removed invalid validation of default `included_resources` (regression since 4.2.0)
1717

1818
## [4.2.0] - 2021-05-12
1919

Diff for: rest_framework_json_api/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- coding: utf-8 -*-
22

33
__title__ = "djangorestframework-jsonapi"
4-
__version__ = "4.2.0"
4+
__version__ = "4.2.1"
55
__author__ = ""
66
__license__ = "BSD"
77
__copyright__ = ""

0 commit comments

Comments
 (0)