Skip to content

Releases: ash-project/ash_graphql

v1.9.4

12 Apr 15:56

Choose a tag to compare

Bug Fixes:

  • Add missing usage_rules files to hex package by @Munksgaard (#429)

  • stabilize field ordering in embedded type inputs (#427) by Arjan Scherpenisse (#427)

  • deduplicate structurally identical types in blueprint (#426) by biantaishabi2 (#426)

  • scope AshTypes module to schema for multi-schema support (#424) by biantaishabi2 (#424)

v1.9.3

23 Mar 15:45

Choose a tag to compare

Improvements:

  • support field?: false calculations in graphql by @zachdaniel

v1.9.2

22 Mar 23:32

Choose a tag to compare

Bug Fixes:

  • Load read_action handling generic actions. (#421) by joshampton (#421)

v1.9.0

15 Mar 22:02

Choose a tag to compare

Features:

Bug Fixes:

  • resolve NewType subtype_of matching for filter args (#412) by @nallwhy (#412)

  • use default_limit instead of max_page_size when first/last/limit not provided (#408) by @nallwhy (#408)

  • map fields on error propagation correctly (#399) by lincolnhuls (#399)

  • pass opts to for_action for generic actions by @barnabasJ (#396)

Improvements:

v1.8.5

08 Dec 20:32
f86cd51

Choose a tag to compare

Bug Fixes:

  • filter evaluation for subscriptions by JVMartyns

  • clear out managed relationship requirements process variable once it's been used by Jesse Williams

  • subscriptions: prevent resource recompilation when endpoint changes by @barnabasJ (#385)

Improvements:

  • Add GraphQL tracer integration for AppSignal monitoring by @lukegalea

v1.8.4

05 Nov 00:54

Choose a tag to compare

Bug Fixes:

  • suppress embedded type warning in arrays when building unions by @zachdaniel

  • like/ilike not showing up on string calculations (#369) by Jesse Williams

  • structs, maps and typedstructs becoming orphans if only referenced in unions (#364) by olivermt

v1.8.2

07 Aug 02:02

Choose a tag to compare

Improvements:

  • Add support for relay_id_translation on GraphQL subscriptions (#349) by Mike Wilson

v1.8.1

29 Jul 21:46

Choose a tag to compare

Bug Fixes:

  • apply destroy loads on initial query (#346) by Daniel Gollings

v1.8.0

17 Jul 15:06

Choose a tag to compare

Features:

  • add domain-level pubsub configuration for subscriptions (#341) by @barnabasJ

v1.7.17

02 Jul 21:23

Choose a tag to compare

Bug Fixes:

  • fix :none relationship pagination strategy, and improve tests for it (#337) by Jesse Williams