Skip to content

Releases: kobylynskyi/graphql-java-codegen

2.2.0

05 Jul 22:09
Compare
Choose a tag to compare

Note: If you are migrating from version 1.x.x, please follow Migration Guide

2.1.0

27 Jun 22:20
Compare
Choose a tag to compare

Note: If you are migrating from version 1.x.x, please follow Migration Guide

2.0.0

18 Jun 17:17
Compare
Choose a tag to compare

New features

Bug-fixes

Migration guide

Breaking changes

This release has the following breaking changes:

  • All generated api classes will now have Resolver suffix by default (e.g.: Query.java => QueryResolver.java, CreatePersonMutation.java => CreatePersonMutationResolver.java)
  • All generated classes will now have java.util.List for GraphQL lists (instead of java.util.Collection) #185 #186
  • Remove deprecated methods #169 #170
    • GraphQLCodegenGradleTask.generateRequests replaced by GraphQLCodegenGradleTask.generateClient
    • GraphQLCodegenMojo.generateRequests replaced by GraphQLCodegenMojo.generateClient
    • GraphQLRequest.toString replaced by GraphQLRequest.toHttpJsonBody or GraphQLRequest.toQueryString
    • GraphQLRequestSerializer.serialize replaced by GraphQLRequestSerializer.toHttpJsonBody or GraphQLRequestSerializer.toQueryString
  • Bumped version of graphql-java version from 14.0 to 15.0

1.8.1

02 Jun 13:02
Compare
Choose a tag to compare

1.8.0

28 May 19:16
Compare
Choose a tag to compare

1.7.4

19 May 18:07
Compare
Choose a tag to compare

1.7.3

06 May 13:43
Compare
Choose a tag to compare

1.7.2

30 Apr 17:33
Compare
Choose a tag to compare

1.7.1

29 Apr 15:22
Compare
Choose a tag to compare

1.7.0

27 Apr 21:24
Compare
Choose a tag to compare