Releases: ExpediaGroup/graphql-kotlin
Releases · ExpediaGroup/graphql-kotlin
1.3.0
Minor Changes
- [spring-server] make sdl endpoint customizable (#457) @dariuszkuc
- New configuration properties:
graphql.sdl.enabled
- Boolean flag to indicate whether SDL endpoint should be enabled, defaults to truegraphql.sdl.endpoint
- SDL endpoint, defaults to /sdl
- New configuration properties:
Patch Changes
- Fix GH actions PR check (#451) @smyrick
- Remove reflections lib in favor of ClassGraph (#450) @smyrick
Non-version Changes
- [docs] spring-server documentation updates (#456) @dariuszkuc
- [docs] update federation docs with more detail (#455) @dariuszkuc
- Add Algolia doc search to the website (#453) @smyrick
- Update examples.md (#448) @smyrick
- build: 1.2.3-SNAPSHOT (Travis Build 1265) (#447) @smyrick
1.2.2
Patch Changes
- [spring-server] use data classes for configuration properties (#445) @dariuszkuc
- Upgrade dokka version (#444) @smyrick
Non-version Changes
- [docs] updating docs to be more discoverable (#446) @dariuszkuc
- build: 1.2.2-SNAPSHOT (Travis Build 1253) (#442) @dariuszkuc
1.2.1
Patch Changes
- [spring-server] update to use SpringBoot 2.2.0.RELEASE (#435) @dariuszkuc
Non-version Changes
- [chore] CI configuration updates #438 #441 @dariuszkuc
- [chore] cleanup of the federation example root pom (#437) @dariuszkuc
- [docs] update spring-server configuration details (#436) @dariuszkuc
- build: 1.2.1-SNAPSHOT (Travis Build 1239) (#434) @dariuszkuc
1.2.0
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
- Fixed link to Gateway Readme (#428) @sundeep-expedia
- docs: update spring server documentation to match latest code (#424) @dariuszkuc
- build: 1.1.1-SNAPSHOT (Travis Build 1212) (#422) @dariuszkuc
1.1.0
Minor Changes
- [spring-server] update to use Spring Boot RC1 (#421) @dariuszkuc
Patch Changes
- [federation] fix: SDL should be generated for non-federated schemas (#417) @dariuszkuc
Non-version Changes
1.0.0
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
- Example of DataLoaders. (#396) @neetkee
- github pages setup (#411 #409 #408 #406 #405 #404 #402 #401) @smyrick
- Missing @component in ReadMe example (#394) @tapaderster
- 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
- Add example of CustomFederationSchemaGeneratorHook (#364) @de55
- tool update: latest detekt and ktlint (#357) @dariuszkuc
- another attempt to fix update-version.sh script (#356) @dariuszkuc
- docs: Query and Mutation should be marker interfaces (#355) @rickfast
- Update update-version.sh (#354) @smyrick
- Delete build.yml (#352) @smyrick
- Fix travis script to update versions (#351) @smyrick
- examples README.md (#349) @dkuc84
- Update CONTRIBUTING.md with license header (#348) @smyrick
- federation documentation cleanup (#347) @dkuc84
- Fixing typo (#344) @lasanthak
- Add usage in the main README (#343) @smyrick
- Create PULL_REQUEST_TEMPLATE.md (#341) @smyrick
- Mark junit as test scoped dependency (#340) @larslorenzen
- Create build.yml (#339) @smyrick
- Fix the copyright header (#338) @smyrick
- Update READMEs with new maven central link (#336) @smyrick
- Github action for PR check (#335) @smyrick
- Update contributors to generic EG (#333) @smyrick
- Create CODE_OF_CONDUCT.md (#330) @smyrick
- Remove all other references to ExpediaDotCom (#324) @smyrick
- Update .travis.yml (#323) @gscheibel
- Update repo refs after the change of organization (#322) @gscheibel
- Federation example (#315) @smyrick
- Update badges (#311) @smyrick
- Spring boot example was missing the plugin to work correctly (#307) @Macarse
- chore: exclude the example app from code coverage (#297) @smyrick
- fix readme link to the toFederatedSchema function (#296) @dkuc84
- fix some compile warnings (#285) @smyrick
- Add debug logging to update-versions.sh (#279) @smyrick
- exclude example app from release profile (#275) @dkuc84
- travis configuration fixes (#259 #260 #264 #266 #268 #269 #270 #273) @dkuc84
- upgrade maven wrapper version (#271) @smyrick
1.0.0-RC11
Minor Changes
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
1.0.0-RC10
Minor Changes
- Update default exception handler to use SimpleKotlinGraphQLError (#369) @dariuszkuc
- spring server updates (#361) @dariuszkuc
Patch Changes
- Fix Apollo subscription message handling (#371) @smyrick
- fix non nullable nested object marked as nullable (#368) @de55
Non-version Changes
- Add example of CustomFederationSchemaGeneratorHook (#364) @de55
- tool update: latest detekt and ktlint (#357) @dariuszkuc
- another attempt to fix update-version.sh script (#356) @dariuszkuc
- docs: Query and Mutation should be marker interfaces (#355) @rickfast