Releases: ExpediaGroup/graphql-kotlin
Releases · ExpediaGroup/graphql-kotlin
0.0.26
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
- 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)
Change log:
- directive support enhancement to allow runtime wiring configuration #69
- internal improvements #66, #68
- fix surefire configuration #70
0.0.23
- pushing out new release due to an issue with republishing of 0.0.22
0.0.22
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
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
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)
Changelog:
Add initial support for nested queries via datafetcher factories (#41)
0.0.18
Changelog:
- Prevent interfaces and unions to be used as input types
- Expose the deep name of a GraphQLType
- Add support for Klint and Detekt
0.0.17
Fixes:
#31 interface implementation type being recreated in the schema
#33 type mismatch between java array of primitives and kotlin array of primitives
Feature:
#17 add support for GraphQL union types
#18 Fail on empty schema