Releases: ExpediaGroup/graphql-kotlin
Releases · ExpediaGroup/graphql-kotlin
2.0.0-RC5
2.0.0-RC4.3
2.0.0-RC4.2
No changes since last release. Testing Sonatype access.
2.0.0-RC4.1
No changes since RC4. Just creating another release to test the GH actions that failed last time
2.0.0-RC4
2.0.0.RC3
This is a non-functional test release that verifies Gradle based build and release process using Github Actions.
Non-version Changes
- [build] apply nexus-publish plugin on ALL projects #567 @dariuszkuc
- [build] use proper npm command for docs PR check (#562) @dariuszkuc
- [build] enforce jacoco coverage (#564) @dariuszkuc
[DID NOT RELEASE] 2.0.0.RC2
This is a non-functional test release verifying our new gradle based build process using Github Actions.
Patch Changes
- Restructured configuration properties to work properly with kapt (#556) @Goregius
- [build] migrate to Gradle (#547) @dariuszkuc
Non-version Changes
- [build] explicitly configure nexus-publish-plugin on root project (#563) @dariuszkuc
- [build] apply nexus-publish plugin to explicitly create sonatype staging (#561) @dariuszkuc
- [build] explicitly set package group on nexus staging plugin (#560) @dariuszkuc
- [build] add missing credentials to nexus-staging plugin config (#559) @dariuszkuc
- [build] configure nexus-staging plugin (#558) @dariuszkuc
- [build] add missing sonatype information (#557) @dariuszkuc
- Changed annotation processor to use kapt (#555) @Goregius
- [build] attempt to explicitly read tag version (#554) @dariuszkuc
- [build] fix release workflow (#553) @dariuszkuc
- [build] fix release workflow (#552) @dariuszkuc
- [build] split GH continuous integration action in PR and master build (#551) @dariuszkuc
2.0.0.RC1
Major Changes
- BREAKING CHANGE: Refactor graphQLTypeOf to top level function (#535) @smyrick
- BREAKING CHANGE: empty complex types should fail schema generation (#541) @dariuszkuc
- BREAKING CHANGE: Refactor schema generator to remove cyclic dependencies (#532) @smyrick
- BREAKING CHANGE: [generator] update generator hooks to include target kclass info (#530) @dariuszkuc
- BREAKING CHANGE: [spring-server] default data fetcher should use Jackson object mapper from spring context (#525) @dariuszkuc
- BREAKING CHANGE: [federation] federated type resolvers should have access to environment (#473) @dariuszkuc
- BREAKING CHANGE: Remove DataFetcherExecutionPredicate (#478) @smyrick
- Update to next major release (#480) @dariuszkuc
Minor Changes
Patch Changes
- [federation] federated directives integration tests (#548) @dariuszkuc
- [generator] Rename internal files (#545) @smyrick
- Refactor federation validation unit tests (#540) @smyrick
- Prevent starting second subscription with the same id (#520) @gklijs
- Fix subscription caching logic (#515) @smyrick
- Add perf tests to validate subscription performance (#514) @smyrick
- Do not close session on subscription GQL_STOP (#513) @smyrick
- fix subscriptions by not removing the ak subscription when one of the… (#510) @gklijs
- Log schema with starting newline (#502) @smyrick
- Add unit tests for renaming input type fields (#501) @smyrick
- Allow for subscription request on the same endpoint (#487) @smyrick
Non-version Changes
- [docs] information about execution and how to return partial data (#542) @dariuszkuc
- Update spring server overview page (#539) @smyrick
- GitHub Actions checkout v2 (#536) @sullis
- Add Slack badge link (#528) @smyrick
- Update subscription documentation (#522) @smyrick
- [build] enforce jacoco coverage check at build time (#519) @dariuszkuc
- Add integration tests for Spring Boot application example (#516) @lykims
- Revert "Update publish-docs to use github tokens" (#511) @smyrick
- Update documenting-fields.md (#505) @smyrick
- Update publish-docs to use github tokens (#504) @smyrick
- Update interface docs (#503) @smyrick
- Update PR check formatting (#497) @smyrick
- Enable Github Action for PR checks (#495) @dariuszkuc
- Update the spring server docs (#491) @smyrick
- Add slack info to README (#490) @smyrick
- Update website depencies and license notice (#488) @smyrick
- Update doc links (#486) @smyrick
- Updated broken links in the doc (#485) @Macarse
1.4.2
Patch Changes
- Validate subscription return type (#476) @smyrick
- [spring-server] upgrade to SpringBoot 2.2.1.RELEASE (#474) @dariuszkuc
- Update dependency versions (#466) @smyrick
Non-version Changes
- Create publish GH Packages action (#469) @smyrick
- Update mvn wrapper version (#467) @smyrick
- [docs] Add GraphQL Summit 2019 video (#465) @smyrick
- [docs] Add new blogs & videos page (#464) @smyrick
- build: 1.4.1-SNAPSHOT (Travis Build 1303) (#463) @smyrick
-
Added after 1.4.1
- Delete publish package GH Action (#482) @smyrick
- [chore] move dokka configuration to release profile (#481) @dariuszkuc
[DID NOT RELEASE] 1.4.1
This release did not complete successfully. All below changes were released included in 1.4.2 release.
Patch Changes
- Validate subscription return type (#476) @smyrick
- [spring-server] upgrade to SpringBoot 2.2.1.RELEASE (#474) @dariuszkuc
- Update dependency versions (#466) @smyrick