Skip to content

v1.3.2

Compare
Choose a tag to compare
@lucianjon lucianjon released this 11 Nov 21:46
· 375 commits to main since this release
9c75195

This is another small bug fix release, the change in #105 will mean that the reserved alias (now _bramble__typename) for the bramble injected __typename is less likely to conflict with a user defined alias. Now all reserved aliases begin with _bramble.

What's Changed

  • Fix data race in query execution by @nmaquet in #102
  • Replace mutex with atomic primitives by @nmaquet in #103
  • Fix: merge composite scopes in final selection by @gmac in #104
  • Use _bramble__typename alias for bramble injected __typename by @lucianjon in #105
  • Example of gateway operating in a docker compose environment by @suessflorian in #86

Full Changelog: v1.3.1...v1.3.2