Skip to content

Commit

Permalink
Release 4.2.1 (#958)
Browse files Browse the repository at this point in the history
  • Loading branch information
sliverc authored Jul 6, 2021
1 parent b49aa6e commit cb023fc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
Note that in line with [Django REST Framework policy](http://www.django-rest-framework.org/topics/release-notes/),
any parts of the framework not mentioned in the documentation should generally be considered private API, and may be subject to change.

## [Unreleased]
## [4.2.1] - 2021-07-06

### Fixed

* 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)
* Remove invalid validation of default `included_resources` (regression since 4.2.0)
* 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)
* Removed invalid validation of default `included_resources` (regression since 4.2.0)

## [4.2.0] - 2021-05-12

Expand Down
2 changes: 1 addition & 1 deletion rest_framework_json_api/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-

__title__ = "djangorestframework-jsonapi"
__version__ = "4.2.0"
__version__ = "4.2.1"
__author__ = ""
__license__ = "BSD"
__copyright__ = ""
Expand Down

0 comments on commit cb023fc

Please sign in to comment.