Skip to content

Releases: Vacasa/drf-jsonapi

0.5.1

21 Jan 19:58
Compare
Choose a tag to compare

Auto-set package version based on Git tags via setupstools_scm. This means all we have to do is git tag 1.2.3 or the like and the version bits are set automagically when the code is installed via pip or some such tool.

0.5.0

28 Nov 20:31
Compare
Choose a tag to compare
Feature/27 Nested Relationships (#30)

* Added support for nested relationships in Serializers

* Added validation for allowed_includes to avoid abusing nest relationships and triggering n+1 issues

* Fixes a bug related to empty include params

* Oops. Left a debug exception in there.

* Added tests for nested_includes

* Added missing dependency

* Removed whitespace

* factoring include validation out into its own function

* Added test for invalid includes

* added missing coma

0.4.0

14 Nov 16:54
ec08f2b
Compare
Choose a tag to compare

Included in this Release:

Added default implementations of relationship handler methods #31 - @chrisbrantley

0.3.2

09 Nov 21:59
d2a363f
Compare
Choose a tag to compare

Included in this Release:

Issue #37 Fix CreateMixin returns the incorrect status code #38 - @ddobson

0.3.1

18 Oct 20:54
1cc04ec
Compare
Choose a tag to compare

Included in this Release:

Added coverage settings #36 - @chrisbrantley

0.3.0

18 Oct 20:44
a3cfb2e
Compare
Choose a tag to compare

Included in this Release:

Fixes bug #33 #34 - @chrisbrantley

0.2.0

18 Oct 16:15
f3b2106
Compare
Choose a tag to compare

Included in this Release:

Bug/fixes 21 #24 - @chrisbrantley

0.1.6

25 Sep 20:27
892cb96
Compare
Choose a tag to compare

Included in this Release:

Issue #25: Relationships with no links are not included #26 - @chrisbrantley

0.1.5

25 Sep 20:23
2d76162
Compare
Choose a tag to compare

Included in this Release:

Issue #20: Sort fields that span relationships fail validation #23 - @chrisbrantley

0.1.4

25 Sep 20:20
8a9c38b
Compare
Choose a tag to compare

Included in this Release:

Issue #19: Filter params that span relationships have incorrect format #22 - @chrisbrantley