Skip to content

Releases: ash-project/ash_json_api

v1.4.39

29 Jul 21:51
Compare
Choose a tag to compare

Bug Fixes:

  • remove default case for class: :forbidden (#367) by Philip Capel

v1.4.38

22 Jul 15:21
Compare
Choose a tag to compare

Bug Fixes:

  • check for impl for all classes of errors. (#365) by @barnabasJ

  • make composite primary key path param behavior opt-in by @zachdaniel

  • properly apply fetch/get logic on records w/ composite primary keys by @zachdaniel

v1.4.37

17 Jul 14:42
Compare
Choose a tag to compare

Bug Fixes:

  • uniq linkage for display, but only when necessary by @zachdaniel

  • explicit linkage of empty relationships (#357) by Cyprien Poisson

Improvements:

  • add always_include_linkage param to resources (#362) by Cyprien Poisson

v1.4.36

25 Jun 03:58
Compare
Choose a tag to compare

Bug Fixes:

  • expect fields in meta by @zachdaniel

  • handle relationship inputs w/o id in them by @zachdaniel

  • improve error handling around invalid relationship inputs by @zachdaniel

  • fix pattern match error while validating relationship inputs by @zachdaniel