3.0.0-RC1
Pre-release
Pre-release
·
629 commits
to master
since this release
DID NOT RELEASE
NOTE : This is a pre-release that verifies whether publishing of new Gradle and Maven plugins works as expected. Final version of 3.0.0 might include other breaking changes.
Major Changes
- [server] GraphQL Error response type should allow null locations (#677) @dariuszkuc
Minor Changes
- [plugins] new gradle plugin with introspect schema task (#671) @dariuszkuc
- [plugins] new Maven plugin with introspect schema mojo (#674) @dariuszkuc
- [plugins] new download SDL task/mojo (#676) @dariuszkuc
- [client] new GraphQL Client module and code-generation logic (#683) @dariuszkuc
- [plugins] new generate client Gradle task and Maven mojo (#688) @dariuszkuc
Patch Changes
- Allow for trailing slashes on context filter (#673) @smyrick
- [generator] explicitly escape special characters in SDL (#678) @dariuszkuc
- Allow requires field set selection to be on lists (#685) @smyrick
- classgraph 4.8.78 (#686) @sullis
Non-version Changes
- Incorrect Execution Command for base-app (#679) @acidbluebriggs
- [build] dropping idea plugin as it keeps messing up my workspace (#681) @dariuszkuc
- [build] configure gradle publish plugin (#690) @dariuszkuc