2.0.0.RC1
Pre-release
Pre-release
·
713 commits
to master
since this release
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