Releases: ExpediaGroup/graphql-kotlin
Releases · ExpediaGroup/graphql-kotlin
0.0.27
19 Dec 20:33
Compare
Sorry, something went wrong.
No results found
Features
Force manual wirings to take precedence over wiring factory (#96 )
Keep custom directive names if they are specified (#103 )
feat: move and label all exceptions (#101 )
build: change group id to com.expedia (#105 )
Internal
Fix deployment of tags (#96 )
simplify directive name selection by removing unnecessary check (#104 )
0.0.26
18 Dec 14:52
Compare
Sorry, something went wrong.
No results found
Notable Changes
Remove requirement for @property:GraphQL* annotation prefix (#97 )
Add support for Kotlin builtin arrays of primitives (#94 )
Update to GraphQL Java 11 (#93 )
Internal Changes
0.0.25
28 Nov 18:44
Compare
Sorry, something went wrong.
No results found
add missing description and deprecation info to enums #76
remove directive information from description information #79
0.0.24: Additional SchemaGeneratorHook that allows modifying GraphQLTypes. (#69)
19 Nov 22:48
Compare
Sorry, something went wrong.
No results found
Change log:
directive support enhancement to allow runtime wiring configuration #69
internal improvements #66 , #68
fix surefire configuration #70
0.0.23
13 Nov 17:34
Compare
Sorry, something went wrong.
No results found
pushing out new release due to an issue with republishing of 0.0.22
0.0.22
13 Nov 17:18
Compare
Sorry, something went wrong.
No results found
Change log:
Add support for GraphQLID via @GraphQLID: #54 #55
Fix issue with mixed polymorphic types: #62
Introduce Jacoco: #61
Internal improvements: #58 #59
0.0.21
22 Oct 20:34
Compare
Sorry, something went wrong.
No results found
Changelog:
Fixes & updates:
Fix issue with recursive polymorphic types: #46
Non impacting refactoring #47 , #48
Features:
Introduce DataFetcher Execution predicate to hook custom validation: #45
0.0.20
16 Oct 16:24
Compare
Sorry, something went wrong.
No results found
Changelog:
base scanned package accepts a list of path instead of single value (see #39 )
prevent type for being recreated when used in interface and union (see #42 )
support recursive types (see #43 )
0.0.19: Data fetcher factory (#41)
09 Oct 14:30
Compare
Sorry, something went wrong.
No results found
Changelog:
Add initial support for nested queries via datafetcher factories (#41 )
0.0.18
08 Oct 23:08
Compare
Sorry, something went wrong.
No results found
Changelog:
Prevent interfaces and unions to be used as input types
Expose the deep name of a GraphQLType
Add support for Klint and Detekt