Skip to content

Latest commit

 

History

History
321 lines (139 loc) · 14.5 KB

CHANGELOG.md

File metadata and controls

321 lines (139 loc) · 14.5 KB

3.5.2 (2023-03-08)

Reverts

  • Revert "chore: use Github App for authentication (#216)" (#227) (f503704), closes #216 #227

3.5.1 (2023-03-08)

Bug Fixes

3.5.0 (2023-03-08)

Features

  • add tag directive from federation v2 (#210) (8c6e112)

3.4.1 (2023-02-21)

Bug Fixes

3.4.0 (2023-02-21)

Bug Fixes

Features

3.3.1 (2023-01-05)

Bug Fixes

  • address SNYK-RUBY-GOOGLEPROTOBUF-3167775 (#212) (c36b51e)

3.3.0 (2022-08-24)

Features

  • introduce optional resolve_references method (#206) (1e3b631)

3.2.0 (2022-08-15)

Features

  • allow custom namespace for linked directives (03fdfea)

3.1.0 (2022-06-21)

Features

3.0.0 (2022-04-05)

Bug Fixes

  • camelize string fields to match sym behavior (8f0382b)

BREAKING CHANGES

  • string fields will be camelized by default rather than passed as is.

2.2.4 (2022-04-01)

Bug Fixes

2.2.3 (2022-03-22)

Bug Fixes

2.2.2 (2022-03-15)

Bug Fixes

2.2.1 (2022-03-08)

Bug Fixes

  • Remove to_graphql and make the interpreter runtime a requirement for older GraphQL versions (#177) (bfc3082)

2.2.0 (2022-02-04)

Features

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

2.1.0 (2022-02-02)

Features

  • snake case field references (f5506ae)

2.0.3 (2022-02-02)

Bug Fixes

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

2.0.2 (2022-01-31)

Bug Fixes

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

2.0.1 (2022-01-27)

Bug Fixes

2.0.0 (2022-01-27)

BREAKING CHANGES

  • GraphQL 1.9.x support removed

1.1.5 (2020-10-29)

Bug Fixes

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

1.1.4 (2020-09-25)

Bug Fixes

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

Bug Fixes

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

1.1.3 (2020-07-16)

Bug Fixes

  • tracing: Properly handle tracing fields that resolve an array of lazy values (#87) (a9eed77)

1.1.2 (2020-06-09)

Bug Fixes

1.1.1 (2020-05-29)

Bug Fixes

  • lazy resolve: Handle problem with sync resolve (#58) (e66c22b)

1.1.0 (2020-05-27)

Features

  • Add support for interpreter runtime (#65) (1957da0)

1.0.4 (2020-04-06)

Bug Fixes

  • Fix spec to account for breaking change to graphql-ruby 1.10.0 (#62) (a631441)

1.0.3 (2020-03-25)

Bug Fixes

  • Make the tracer work with the new interpreter runtime (#59) (de4caf0)

1.0.2 (2020-02-19)

Bug Fixes

1.0.1 (2020-01-29)

Bug Fixes

  • Send context to SDL generation / don't cache (#45) (9a29be1)

1.0.0 (2019-12-09)

Bug Fixes

BREAKING CHANGES

  • Requires graphql ~> 1.9.8 and google-protobuf ~> 3.7

0.5.1 (2019-10-22)

Bug Fixes

  • drop actionpack from runtime dependencies (#34) (64acd27)

0.5.0 (2019-10-22)

Features

0.4.2 (2019-10-21)

Bug Fixes

0.4.1 (2019-10-12)

Bug Fixes

0.4.0 (2019-09-10)

Features

0.3.2 (2019-09-03)

Bug Fixes

  • run bundle-install before semantic-release (2f60912)

0.3.1 (2019-09-03)

Bug Fixes

  • push up lockfile changes (4aaa827)

0.3.0 (2019-09-03)

Bug Fixes

  • checkout before running semantic-release (cb67533)
  • install before running semantic-release (0ebb5b5)

Features

0.2.0 (2019-08-01)

Features

  • Add a description to the _Service type (b7f19b9)

Bug Fixes

  • Fix an issue coercing the _Any scalar in a Rails app (39e9213)

0.1.0 (2019-06-21)

  • First release