Skip to content

Releases: ExpediaGroup/graphql-kotlin

0.4.0

28 May 16:26
Compare
Choose a tag to compare

Major Changes

  • Typo, "subsciptions" -> "subscriptions" (#227) @rharriso
    • The argument name for toSchema has a typo. This will be a breaking change since you can reference arguments by name in Kotlin

Patch Changes

  • FunctionDataFetch throws InvocationException.cause property when available (#225) @rharriso

Non-version Changes

0.3.2

17 May 19:06
7a81306
Compare
Choose a tag to compare

Patch Changes

  • fix: abstract classes as input are invalid (#223) @smyrick

Non-version Changes

  • build: 0.3.2-SNAPSHOT (Travis Build 743) (#222) @dkuc84

0.3.1

13 May 20:19
Compare
Choose a tag to compare

Patch Changes

  • fix: abstract classes should generate interface (#221) @dkuc84

Non-version Changes

0.3.0

07 May 17:29
Compare
Choose a tag to compare

Minor Changes

Non-version Changes

0.2.13

10 Apr 22:48
Compare
Choose a tag to compare

Minor Changes

  • Support custom names via @GraphQLName (#211) @sgeb

Non-version Changes

0.2.12

08 Apr 17:02
Compare
Choose a tag to compare

Minor Changes

  • FunctionBuilder ignores parameters annotated with GraphQLIgnore (#207) @sgeb

Non-version Changes

0.2.11

05 Apr 21:02
ea509cc
Compare
Choose a tag to compare

Patch Changes

  • fix: allow for abstract properties and functions (#205) @smyrick

Non-version Changes

0.2.10

04 Apr 20:18
Compare
Choose a tag to compare

Patch Changes

Non-version Changes

  • build: 0.2.10-SNAPSHOT (Travis Build 700) (#200) @dkuc84

0.2.9

01 Apr 13:33
Compare
Choose a tag to compare

Patch Changes

  • Remove the dependency on object instances so the schema can be genera… (#198) @gscheibel

Non-version Changes

0.2.8

11 Mar 21:03
Compare
Choose a tag to compare

Patch Changes

Non-version Changes

  • Update example app to use Spring Webflux and GraphQL Playground (#190) @dkuc84
  • docs: update example app information in README (#193) @dkuc84
  • build: 0.2.8-SNAPSHOT (Travis Build 668) (#189) @smyrick