Skip to content

Releases: ExpediaGroup/graphql-kotlin

1.0.0-RC5

27 Aug 17:18
Compare
Choose a tag to compare

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

1.0.0-RC4

12 Aug 22:08
c393bb4
Compare
Choose a tag to compare

Major Changes

  • Implementing Apollo Federation spec (#280) @dkuc84

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

1.0.0-RC3

06 Aug 14:57
Compare
Choose a tag to compare

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

Non-version Changes

1.0.0-RC2

22 Jul 16:24
Compare
Choose a tag to compare

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

1.0.0-RC1

19 Jul 21:47
9660e59
Compare
Choose a tag to compare

Major Changes

  • BREAKING CHANGE: 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.

Minor Changes

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

Non-version Changes

0.6.1

18 Jul 19:40
Compare
Choose a tag to compare

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

0.6.0

08 Jul 20:29
Compare
Choose a tag to compare

Non-version Changes

  • build: 0.5.1-SNAPSHOT (Travis Build 808) (#250) @dkuc84

Minor Changes

  • Revert throwing exception on missing directive wiring (#251) @dkuc84

0.5.0

03 Jul 17:59
Compare
Choose a tag to compare

Major Changes

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

Minor Changes

  • Explicit support for deprecated directive in the schema (#247) @dkuc84

Non-version Changes

0.4.2

19 Jun 16:03
305cfa4
Compare
Choose a tag to compare

Minor Changes

Patch Changes

  • fix: update TypeNotSupportedException message (#236) @smyrick

Non-version Changes

0.4.1

06 Jun 19:20
81658da
Compare
Choose a tag to compare

Patch Changes

  • Update to latest kotlin and fix incorrect jackson version in the example (#233) @dkuc84

Non-version Changes