Skip to content

Releases: ExpediaGroup/graphql-kotlin

0.0.26

18 Dec 14:52
Compare
Choose a tag to compare

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
Choose a tag to compare
  • 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
Choose a tag to compare

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
Choose a tag to compare
  • pushing out new release due to an issue with republishing of 0.0.22

0.0.22

13 Nov 17:18
Compare
Choose a tag to compare

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
40be73a
Compare
Choose a tag to compare

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
4817dc1
Compare
Choose a tag to compare

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
Choose a tag to compare

Changelog:

Add initial support for nested queries via datafetcher factories (#41)

0.0.18

08 Oct 23:08
f053b45
Compare
Choose a tag to compare

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

05 Oct 03:30
2c0294b
Compare
Choose a tag to compare

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