Releases: Gusto/apollo-federation-ruby
Releases · Gusto/apollo-federation-ruby
v2.2.1
2.2.1 (2022-03-08)
Bug Fixes
- Remove to_graphql and make the interpreter runtime a requirement for older GraphQL versions (#177) (bfc3082)
v2.2.0
2.2.0 (2022-02-04)
Features
- Get Apollo Federation to work with GraphQL 1.13.x (#160) (800001b), closes #147
v2.1.0
2.1.0 (2022-02-02)
Features
- snake case field references (f5506ae)
v2.0.3
2.0.3 (2022-02-02)
Bug Fixes
- Attempt to remove platform specific lock on google-protobuf (#171) (7898c28)
v2.0.2
2.0.2 (2022-01-31)
Bug Fixes
- Use
bundle install
to avoid bundle check
that changes our lockfiles (#170) (5c89ff1)
v2.0.1
2.0.1 (2022-01-27)
Bug Fixes
v2.0.0
2.0.0 (2022-01-27)
BREAKING CHANGES
- GraphQL 1.9.x support removed
v1.1.5
1.1.5 (2020-10-29)
Bug Fixes
- pass context as a Hash to GraphQL::Schema.federation_sdl (c13a94e)
v1.1.4
1.1.4 (2020-09-25)
Bug Fixes
v1.1.4-beta.1
Bug Fixes
- tracing: properly handle parsing and validation errors (#101) (6cf8202)