GraphQL Kotlin v4.0.0-alpha.8 Release Notes
Release Date: 2020-12-03 // almost 4 years ago-
Major Changes
- โก๏ธ [server] update default GraphQLContext (#955) @dariuszkuc
- ๐ fixes typo and adds tests for subscription (context) (#950) @gerald24
Minor Changes
- ๐ [plugins] allow renaming of the downloaded/introspected schema (#956) @dariuszkuc
- โก๏ธ update to graphql java 16 (#943) @dariuszkuc
- ๐ fix(spring-server): adding credentials by default (#937) @libetl
Patch Changes
- ๐ [plugin] fix generation of self referencing types (#948) @dariuszkuc
- โก๏ธ [federation] Update error message for invalid field selection (#932) @smyrick
- feat: catching field name collision on schema generation (#928) @dragonazz
- [generator] Only add directives with valid locations (#925) @smyrick
Non-version Changes
Previous changes from v4.0.0-alpha.7
-
Major Changes
- โก๏ธ [plugin] Update Gradle extension to accept immutable lists (#909) @dariuszkuc
Patch Changes
- ๐ [plugin] improve client generation exception handling (#915) @dariuszkuc
- ๐ [plugin] support query file directory in Gradle extension (#914) @dariuszkuc
- ๐ [plugin] fix client generation when selecting custom scalars (#916) @dariuszkuc
- โก๏ธ [client] update parameterizedType cache to use concurrent hash map (#913) @dariuszkuc
Non-version Changes
- ๐ [docs] add SpringOne 2020 presentation (#918) @dariuszkuc
- โฌ๏ธ Bump object-path from 0.11.4 to 0.11.5 in /examples/federation/gateway (#912) @dependabot
- ๐ [docs] fix small typo (#904) @xetra11
- ๐จ refactor(doc): change to intended syntax usage (#907) @xetra11