GraphQL Kotlin v4.0.0-alpha.8 Release Notes

Release Date: 2020-12-03 // over 3 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