All Versions
65
Latest Version
Avg Release Cycle
21 days
Latest Release
1238 days ago

Changelog History
Page 6

  • v1.0.0-RC6 Changes

    September 09, 2019

    Major Changes

    • πŸ’₯ BREAKING CHANGE: Change to group id com.expediagroup (#326) @smyrick

    Patch Changes

    Non-version Changes

  • v1.0.0-RC5 Changes

    August 27, 2019

    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
  • v1.0.0-RC4 Changes

    August 12, 2019

    Major Changes

    Non-version Changes

    • chore: exclude the example app from code coverage (#297) @smyrick
    • πŸ›  fix readme link to the toFederatedSchema function (#296) @dkuc84
    • πŸ— build: 1.0.0-RC4-SNAPSHOT (Travis Build 899) (#295) @dkuc84
  • v1.0.0-RC3 Changes

    August 06, 2019

    Non-version Changes

    Patch Changes

    • πŸ›  fix: allow modifying GraphQLInterfaceType in the willAddGraphQLTypeToSchema hook (#293) @dkuc84
    • πŸ›  fix: properly cache GraphQL object/interfaces/union types (#291) @dkuc84
    • πŸ›  fix: directives with arguments should be created per declaration (#287) @dkuc84
    • πŸ›  Fix type resolvers for renamed polymorphic types and fix hooks signature (#282) @dkuc84
  • v1.0.0-RC2 Changes

    July 22, 2019

    πŸš€ There are no changes in this release - triggering new build as RC1 did not get released.

    Non-version Changes

    • πŸš€ exclude example app from release profile (#275) @dkuc84
    • πŸ— build: 1.0.0-RC2-SNAPSHOT (Travis Build 860) (#274) @smyrick
  • v1.0.0-RC11 Changes

    September 27, 2019

    Minor Changes

    • πŸ‘‰ Make FederatedSchemaGenerator open (#385) @de55

    Patch Changes

    • spring-server: include path in SimpleKotlinGraphQLError error message (#392) @dariuszkuc
    • 🌐 spring-server: context web filter should only apply on graphql routes (#386) @dariuszkuc
    • βœ‚ Remove custom directives from Federated GraphQL schema _service{sdl} (#374) @aarestu
    • include Playground IDE in graphql-kotlin-spring-server (#377) @aarestu
    • βš™ Run intellij code clean up on all source files (#379) @smyrick
    • ⬆️ Upgrade library versions and unit tests (#378) @smyrick

    Non-version Changes

    • ⚑️ Update company name in license (#391) @smyrick
    • βœ… federation: add tests to verify custom directive support (#388) @dariuszkuc
    • βœ‚ remove playground route configuration in example (#387) @aarestu
    • πŸ“¦ Rename examples package (#380) @smyrick
    • Increase code coverage (#376) @smyrick
    • πŸ— build: 1.0.0-RC11-SNAPSHOT (Travis Build 1101) (#375) @smyrick
  • v1.0.0-RC1 Changes

    July 19, 2019

    Non-version Changes

    Minor Changes

    • πŸ›  Fix built-in directive print strings to include arguments (#256) @dkuc84
    • feat: allow renaming of properties and functions (#272) @smyrick

    Major Changes

    • ⚑️ update library structure (#255) @dkuc84

    πŸš€ Library was updated to a multi-module project that will allow creating more specialized packages in the future. Project previously released as graphql-kotlin is now released as graphql-kotlin-schema-generator.

  • v0.6.1 Changes

    July 18, 2019

    Non-version Changes

    • πŸ›  fix travis branch regex (#264) @dkuc84
    • limit the branches for travis (#260) @dkuc84
    • πŸ”§ explicitly configure Travis with supported branches (#259) @dkuc84

    Minor Changes

    • πŸ›  fix: update built-in directives print strings to include arguments (#258
  • v0.6.0 Changes

    July 08, 2019

    Non-version Changes

    • πŸ— build: 0.5.1-SNAPSHOT (Travis Build 808) (#250) @dkuc84

    Minor Changes

    • βͺ Revert throwing exception on missing directive wiring (#251) @dkuc84
  • v0.5.0 Changes

    July 03, 2019

    Major Changes

    • ⬆️ upgrade to graphql-java 13 (#242) @dkuc84

    Minor Changes

    • πŸ—„ Explicit support for deprecated directive in the schema (#247) @dkuc84

    Non-version Changes

    • πŸ— build: 0.4.3-SNAPSHOT (Travis Build 783) (#241) @smyrick