3.5.2 (2023-03-08)
3.5.1 (2023-03-08)
3.5.0 (2023-03-08)
3.4.1 (2023-02-21)
- import @inaccessible directive in Fed v2.3 (#220) (5d4d86e)
3.4.0 (2023-02-21)
- add support for the @interfaceObject directive (#218) (c7b987d)
3.3.1 (2023-01-05)
3.3.0 (2022-08-24)
3.2.0 (2022-08-15)
- allow custom namespace for linked directives (03fdfea)
3.1.0 (2022-06-21)
- Support Federation v2 (#196) (238736c), closes /www.apollographql.com/docs/federation/federation-2/moving-to-federation-2/#opt-in-to-federation-2
3.0.0 (2022-04-05)
- camelize string fields to match sym behavior (8f0382b)
- string fields will be camelized by default rather than passed as is.
2.2.4 (2022-04-01)
- add linux and darwin platforms to lockfile (#188) (fbbb856)
- bump circleci cache version (#189) (1b6c9d8)
- set env variables for release step (#191) (db0d1e6)
2.2.3 (2022-03-22)
2.2.2 (2022-03-15)
2.2.1 (2022-03-08)
- Remove to_graphql and make the interpreter runtime a requirement for older GraphQL versions (#177) (bfc3082)
2.2.0 (2022-02-04)
2.1.0 (2022-02-02)
- snake case field references (f5506ae)
2.0.3 (2022-02-02)
2.0.2 (2022-01-31)
2.0.1 (2022-01-27)
2.0.0 (2022-01-27)
- GraphQL 1.9.x support removed
1.1.5 (2020-10-29)
- pass context as a Hash to GraphQL::Schema.federation_sdl (c13a94e)
1.1.4 (2020-09-25)
1.1.4-beta.1 (2020-09-21)
1.1.3 (2020-07-16)
1.1.2 (2020-06-09)
1.1.1 (2020-05-29)
1.1.0 (2020-05-27)
1.0.4 (2020-04-06)
1.0.3 (2020-03-25)
1.0.2 (2020-02-19)
1.0.1 (2020-01-29)
1.0.0 (2019-12-09)
- Requires graphql ~> 1.9.8 and google-protobuf ~> 3.7
0.5.1 (2019-10-22)
0.5.0 (2019-10-22)
0.4.2 (2019-10-21)
0.4.1 (2019-10-12)
0.4.0 (2019-09-10)
0.3.2 (2019-09-03)
- run bundle-install before semantic-release (2f60912)
0.3.1 (2019-09-03)
- push up lockfile changes (4aaa827)
0.3.0 (2019-09-03)
- checkout before running semantic-release (cb67533)
- install before running semantic-release (0ebb5b5)
0.2.0 (2019-08-01)
- Add a description to the
_Service
type (b7f19b9)
- Fix an issue coercing the
_Any
scalar in a Rails app (39e9213)
- First release