Skip to content
This repository has been archived by the owner on Aug 26, 2024. It is now read-only.

Latest commit

 

History

History
447 lines (195 loc) · 21 KB

CHANGELOG.md

File metadata and controls

447 lines (195 loc) · 21 KB

3.8.5 (2024-04-02)

Bug Fixes

3.8.4 (2023-10-30)

3.8.3 (2023-07-20)

3.8.2 (2023-07-11)

3.8.1 (2023-06-20)

3.8.0 (2023-06-02)

Features

3.7.1 (2023-06-01)

Bug Fixes

  • handle lazy resolve_references return values (#250) (e29b155)
  • handle lazy resolve_references return values (#250) (1614440)
  • handle lazy resolve_references return values (#250) (fa72465)

3.7.0 (2023-05-26)

Features

3.6.9 (2023-05-23)

Bug Fixes

  • visibility checks should handle duplicate types and fields (#245) (6401feb)

3.6.8 (2023-05-22)

Bug Fixes

  • include inherited types in generated _Entity union (#247) (c377785)

3.6.7 (2023-05-18)

Bug Fixes

  • call resolve_references once per __typename (#244) (c21715d)

3.6.6 (2023-04-26)

Bug Fixes

  • ApolloFederation::Tracing.should_add_traces() looks for correct headers (#240) (d609977)

3.6.5 (2023-04-25)

Bug Fixes

3.6.4 (2023-04-19)

Bug Fixes

  • inherit Query type from schema superclass (#241) (0efb37e)

3.6.3 (2023-04-12)

Bug Fixes

  • ensure correct ordering of resolve_references (#239) (f9948a7)

3.6.2 (2023-03-27)

3.6.1 (2023-03-24)

Bug Fixes

  • run w/ multiple ruby versions in CI to ensure compatibility (#232) (978c941)

3.6.1 (2023-03-24)

Bug Fixes

  • run w/ multiple ruby versions in CI to ensure compatibility (#232) (978c941)

3.6.0 (2023-03-17)

Features

  • attempt to fix missing CHANGELOG entries (07170d3)

3.5.3 (2023-03-17)

Features

  • Support @inaccessible on remaining types (#230) (b62e6d9)

Bug Fixes

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

NOTES

  • Schemas which are opted into federation 2.0 will now extend the federation v2.3 spec. This is not compatible with graphs which are configured to be built using federation version 2.0 or 2.1. If using Apollo GraphOS, follow the guide for updating your graph safely before upgrading to this version.

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