- Add `DJANGO_JSON_API_CACHE_KEY_VERSION` as optional setting config, as a way to invalidate cache
0.2.4
- Fix manager's `.prefetch_jsonapi(...)` to be silently ignored when using `.values(...)` or `.values_list(...)`. - It used to raise an exception
0.2.3
- **Fix `_fetch_iterate`** - With `x-no-count` true we collected only first page and stopped. - Better handle pagination
0.2.2
- **Improvement on prefetch_json_api** - Better handle nested relations
0.2.1
- **Improvement on prefetch_json_api** - Bear missing relations in lookups
0.2.0
- **Quality of life** - Bumping the project's version through `VERSION` resource will not require changes in test cases - **Requirements Changes** - djangorestframework -> 3.12.2 - djangorestframework-jsonapi -> 4.1.0