Skip to content

Releases: wundergraph/graphql-go-tools

v2.0.0-rc.158

22 Feb 00:17
f2cd174
Compare
Choose a tag to compare

2.0.0-rc.158 (2025-02-22)

Bug Fixes

  • fix node selections do not select external parents of unique node (#1087) (6adc0f6)

v2.0.0-rc.157

20 Feb 21:49
71c2a7e
Compare
Choose a tag to compare

2.0.0-rc.157 (2025-02-20)

Features

  • engine: mutex free subscription handling (#1076) (21be4ab)

Bug Fixes

  • fix values validation list compatibility check (#1082) (541be0d)

v2.0.0-rc.156

18 Feb 10:07
ffae4ba
Compare
Choose a tag to compare

2.0.0-rc.156 (2025-02-18)

Features

  • apollo-router-like non-ok http status errors (#1072) (e685c29)

v2.0.0-rc.155

15 Feb 21:28
dd0a121
Compare
Choose a tag to compare

2.0.0-rc.155 (2025-02-15)

Bug Fixes

  • deadlock when waiting on inflight events of a trigger (#1073) (8a2b33c)

v2.0.0-rc.154

14 Feb 13:20
eb45cc5
Compare
Choose a tag to compare

2.0.0-rc.154 (2025-02-14)

Bug Fixes

v2.0.0-rc.153

14 Feb 12:06
b3cd860
Compare
Choose a tag to compare

2.0.0-rc.153 (2025-02-14)

Features

  • add apollo router compat flag for invalid variable rendering (#1067) (e87961f)

v2.0.0-rc.152

13 Feb 15:25
32ff9e4
Compare
Choose a tag to compare

2.0.0-rc.152 (2025-02-13)

Bug Fixes

  • fix printing object value with optional fields (#1065) (5730d72)

v2.0.0-rc.151

12 Feb 17:41
3ca637f
Compare
Choose a tag to compare

2.0.0-rc.151 (2025-02-12)

Bug Fixes

  • get typename from upstream schema in abstract field rewriter (#1062) (59f0a51)

v2.0.0-rc.150

11 Feb 18:34
ee2ee6c
Compare
Choose a tag to compare

2.0.0-rc.150 (2025-02-11)

Bug Fixes

  • interface objects (#1055) (858d929)
  • re-walking operation on stopped walker after rewriting abstract selection set; prevent adding __typename field suggestion for the datasource which do not have a union defined (cf50a60)
  • use of arguments on interface object when jumping from type to interface object (850bd6c)
  • use of arguments on jump to interface object from concrete type (#1061) (9f7180e)

v2.0.0-rc.149

07 Feb 19:39
d49a6f3
Compare
Choose a tag to compare

2.0.0-rc.149 (2025-02-07)

Bug Fixes

  • extracting object input with optional variable values (#1056) (3325eac)