v1.3.2
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