GraphQL Kotlin v1.0.0-RC5 Release Notes

Release Date: 2019-08-27 // over 4 years ago
  • 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