Skip to content

1.0.0-RC5

Compare
Choose a tag to compare
@release-drafter release-drafter released this 27 Aug 17:18
· 868 commits to master since this release

Major Changes

  • feature: batch support for resolving federation requests (#306) @dkuc84
    • NOTE: If you were using graphql-federation in the previous RC releases this is a non-backwards compatible change as FederatedTypeResolver resolve signature is changed to process list of representations at once. This allows resolver to either instantiate entities one by one or use some batch logic.

Patch Changes

  • fix: *generateGraphQLType hooks are now called on interfaces (#303) @smyrick
  • fix: federated _service query SDL should not contain directives (#302) @dkuc84
  • Changes to sdl field of _service object to make it compliant with the… (#304) @tobias-f

Non-version Changes

  • Spring boot example was missing the plugin to work correctly (#307) @Macarse
  • Update READMEs (#301) @smyrick
  • build: 1.0.0-RC5-SNAPSHOT (Travis Build 916) (#299) @dkuc84