Skip to content

1.0.0

Choose a tag to compare

@release-drafter release-drafter released this 01 Oct 20:19
· 810 commits to master since this release

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