Skip to content

Releases: ExpediaGroup/graphql-kotlin

1.2.1

17 Oct 20:56
Compare
Choose a tag to compare

Patch Changes

  • [spring-server] update to use SpringBoot 2.2.0.RELEASE (#435) @dariuszkuc

Non-version Changes

1.2.0

16 Oct 22:22
71900a6
Compare
Choose a tag to compare

Minor Changes

  • [spring-server] simplify schema configuration auto configuration (#433) @dariuszkuc
  • Throw exception on multi-level interface (#420) @smyrick

Patch Changes

  • [spring-server] fix: Exclude stacktraces when null values are specified for non-null parameters (#426) @tk26
  • Move spring-boot version to single location (#431) @smyrick
  • [spring-server] fix: handle graphql request with charset coding (#425) @dariuszkuc

Non-version Changes

1.1.0

04 Oct 15:35
4d51b9a
Compare
Choose a tag to compare

Minor Changes

Patch Changes

  • [federation] fix: SDL should be generated for non-federated schemas (#417) @dariuszkuc

Non-version Changes

1.0.0

01 Oct 20:19
Compare
Choose a tag to compare

Major Changes

  • BREAKING CHANGE: Change GraphQLID to only use strings (#345) @smyrick
  • Add new module graphql-kotlin-spring-server (#329) @dkuc84
  • BREAKING CHANGE: Change to group id com.expediagroup (#326) @smyrick
  • feature: batch support for resolving federation requests (#306) @dkuc84
  • Implementing Apollo Federation spec (#280) @dkuc84
  • BREAKING CHANGE: update library structure (#255) @dkuc84

Minor Changes

  • [spring-server] support for creating data loader registry per execution (#410) @dariuszkuc
  • [spring-server] SimplQueryHandler support for DataLoaderRegistry (#400) @dariuszkuc
  • Make FederatedSchemaGenerator open (#385) @de55
  • Fix Apollo subscription message handling (#371) @smyrick
  • Update default exception handler to use SimpleKotlinGraphQLError (#369) @dariuszkuc
  • spring server updates (#361) @dariuszkuc
  • feature: abstract away creation of GraphQL context (#346) @dkuc84
  • Allow data and errors to be returned with DataFetcherResult (#342) @smyrick
  • Fix built-in directive print strings to include arguments (#256) @dkuc84
  • feat: allow renaming of properties and functions (#272) @smyrick

Patch Changes

  • [federation] skip validation of nested objects under construction (#403) @dariuszkuc
  • [spring-server] enable support for specifying instrumentation order (#395) @dariuszkuc
  • 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
  • fix non nullable nested object marked as nullable (#368) @de55
  • Fix nested federation (#316) @smyrick
  • Directives on constructor args with no prefix (#320) @smyrick
  • Fix bugs with generating arguments (#319) @smyrick
  • Copyright header (#332) @smyrick
  • add more test coverage for federation (#327) @smyrick
  • Changes to sdl field of _service object to make it compliant with the… (#304) @tobias-f
  • fix: generateGraphQLType hooks are now called on interfaces (#303) @smyrick
  • fix: federated _service query SDL should not contain directives (#302) @dkuc84
  • 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-RC11

27 Sep 19:38
9fcaef7
Compare
Choose a tag to compare

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

1.0.0-RC10

24 Sep 23:21
bfbd1a9
Compare
Choose a tag to compare

Minor Changes

Patch Changes

  • Fix Apollo subscription message handling (#371) @smyrick
  • fix non nullable nested object marked as nullable (#368) @de55

Non-version Changes

1.0.0-RC9

18 Sep 21:56
997cb6b
Compare
Choose a tag to compare

Non-version Changes

🤞 Hopefully this is the real last release before 1.0

1.0.0-RC8

18 Sep 21:03
aef29ab
Compare
Choose a tag to compare

Non-version Changes

Last test release before 1.0.0

1.0.0-RC7

18 Sep 19:19
Compare
Choose a tag to compare

Major Changes

  • BREAKING CHANGE: Change GraphQLID to only use strings (#345) @smyrick

Minor Changes

  • Add new module graphql-kotlin-spring-server (#329) @dkuc84
  • Allow data and errors to be returned with DataFetcherResult (#342) @smyrick
  • feature: abstract away creation of GraphQL context (#346) @dkuc84

Non-version Changes

1.0.0-RC6

09 Sep 18:56
Compare
Choose a tag to compare

Major Changes

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

Patch Changes

Non-version Changes