Skip to content

Releases: graphql-java-kickstart/graphql-spring-webclient

2.1.0

04 Jan 15:56
Compare
Choose a tag to compare

What's Changed

  • fix(deps): update dependency spring boot to v3.0.1 by @renovate in #113
  • chore(deps): update plugin org.springframework.boot to v3.0.2 by @renovate in #115
  • fix(deps): update dependency spring boot to v3.0.3 by @renovate in #119
  • fix(deps): update dependency spring boot to v3.0.4 by @renovate in #120
  • chore(deps): update all non-major dependencies by @renovate in #118
  • chore(deps): update plugin org.sonarqube to v4 by @renovate in #117
  • chore(deps): update plugin org.springframework.boot to v3.0.5 by @renovate in #121
  • chore(deps): update plugin org.springframework.boot to v3.0.6 by @renovate in #123
  • chore(deps): update dependency gradle to v8 by @renovate in #116
  • chore(deps): update plugin org.springframework.boot to v3.0.7 by @renovate in #126
  • chore(deps): update all non-major dependencies by @renovate in #127
  • fix(deps): update dependency spring boot to v3.1.0 - autoclosed by @renovate in #125
  • chore(deps): update plugin org.springframework.boot to v3.1.1 by @renovate in #128
  • fix(deps): update spring boot to v3.1.2 by @renovate in #131
  • chore(deps): update all non-major dependencies by @renovate in #130
  • fix(deps): update spring boot to v3.1.4 by @renovate in #133
  • chore(deps): update actions/checkout action to v4 by @renovate in #134
  • chore(deps): update all non-major dependencies by @renovate in #132
  • fix(deps): update spring boot to v3.1.5 by @renovate in #135
  • fix(deps): update dependency com.graphql-java-kickstart:graphql-java-tools to v13.1.1 by @renovate in #140
  • chore(deps): update actions/setup-java action to v4 by @renovate in #143
  • fix(deps): update spring boot to v3.2.0 by @renovate in #141
  • chore(deps): update all non-major dependencies - autoclosed by @renovate in #142
  • feat: added retry options by @bsara in #139
  • feat: added json path features to GraphQLResponse by @bsara in #138
  • feat: exposed raw response string in GraphQLResponse by @bsara in #137
  • fix(deps): update spring boot to v3.2.1 by @renovate in #144

New Contributors

Full Changelog: v2.0.1...v2.1.0

2.0.1

04 Jan 15:48
Compare
Choose a tag to compare

Update to Spring Boot 3

Full Changelog: v1.0.0...v2.0.1

1.0.0

29 Dec 08:18
Compare
Choose a tag to compare
  • Customized result mapping and error handling #11
  • Replace deprecated UnAuthenticatedServerOAuth2AuthorizedClientRepository #17

0.2.0

05 Sep 09:21
Compare
Choose a tag to compare
  • Possibility to manually create a GraphQLWebClient instance by calling
GraphQLWebClient.newInstance(WebClient webClient, ObjectMapper objectMapper)
  • Downgraded JDK version from 11 to 8

v0.1.2

19 May 12:02
Compare
Choose a tag to compare
  • Changed spring-boot-starter-webflux dependency to api instead of forcing users to add that dependency manually.
  • Added support for the spring.codec.max-in-memory-size property by using the WebClient.Builder as auto-configured by Spring Boot instead of manually creating an instance.