Skip to content

Releases: Gusto/apollo-federation-ruby

v2.2.1

08 Mar 17:32
Compare
Choose a tag to compare

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

04 Feb 16:27
Compare
Choose a tag to compare

2.2.0 (2022-02-04)

Features

  • Get Apollo Federation to work with GraphQL 1.13.x (#160) (800001b), closes #147

v2.1.0

02 Feb 23:19
Compare
Choose a tag to compare

2.1.0 (2022-02-02)

Features

  • snake case field references (f5506ae)

v2.0.3

02 Feb 19:41
Compare
Choose a tag to compare

2.0.3 (2022-02-02)

Bug Fixes

  • Attempt to remove platform specific lock on google-protobuf (#171) (7898c28)

v2.0.2

31 Jan 22:23
Compare
Choose a tag to compare

2.0.2 (2022-01-31)

Bug Fixes

  • Use bundle install to avoid bundle check that changes our lockfiles (#170) (5c89ff1)

v2.0.1

27 Jan 18:03
Compare
Choose a tag to compare

2.0.1 (2022-01-27)

Bug Fixes

v2.0.0

27 Jan 14:20
Compare
Choose a tag to compare

2.0.0 (2022-01-27)

BREAKING CHANGES

  • GraphQL 1.9.x support removed

v1.1.5

29 Oct 17:35
Compare
Choose a tag to compare

1.1.5 (2020-10-29)

Bug Fixes

  • pass context as a Hash to GraphQL::Schema.federation_sdl (c13a94e)

v1.1.4

25 Sep 22:10
Compare
Choose a tag to compare

1.1.4 (2020-09-25)

Bug Fixes

v1.1.4-beta.1

21 Sep 20:02
Compare
Choose a tag to compare
v1.1.4-beta.1 Pre-release
Pre-release

1.1.4-beta.1 (2020-09-21)

Bug Fixes

  • tracing: properly handle parsing and validation errors (#101) (6cf8202)