Skip to content

Releases: apollographql/federation-jvm

v2.3.0_alpha.0

03 Jan 21:07
6e564dd
Compare
Choose a tag to compare
v2.3.0_alpha.0 Pre-release
Pre-release

This is a pre-release that allows testing of new @interfaceObject feature of Federation v2.3 before it goes GA

Minor Changes

v2.2.0

03 Jan 19:29
6793c7f
Compare
Choose a tag to compare

Minor Changes

Other Changes

  • add federation compatibility test to the build pipeline (#265) @dariuszkuc
  • fix(deps): update protobuf to v3.21.9 (#252) @renovate
  • chore(deps): update dependency com.diffplug.spotless:spotless-plugin-gradle to v6.12.0 (#259) @renovate
  • chore(deps): update dependency gradle to v7.6 (#262) @renovate
  • chore: remove unused property from build script (#261) @aivantsov

v2.1.1

02 Nov 21:53
2e07363
Compare
Choose a tag to compare

Patch Changes

  • fix: fixed imports when both schema and extension are present (#258) @dariuszkuc

v2.1.0

11 Oct 15:54
ef48c48
Compare
Choose a tag to compare

Minor Changes

Other Changes

  • remove unnecessary protobuf config workaround (#251) @dariuszkuc
  • dependency updates
    • [deps] update to latest protobuf plugin (#250) @dariuszkuc
    • chore(deps): update dependency com.diffplug.spotless:spotless-plugin-gradle to v6.11.0 (#238) @renovate
    • fix(deps): update dependency org.junit.jupiter:junit-jupiter to v5.9.1 (#247) @renovate
    • fix(deps): update protobuf to v3.21.7 (#244) @renovate

v2.0.8

20 Sep 14:21
1c3671c
Compare
Choose a tag to compare

Patch Changes

v2.0.7

12 Sep 16:35
5d5093b
Compare
Choose a tag to compare

Patch Changes

Other Changes

  • Update dependency com.graphql-java:graphql-java to v19.2 (#242) @renovate

v2.0.6

30 Aug 16:49
c926002
Compare
Choose a tag to compare

Patch Changes

Other Changes

v2.0.5

02 Aug 03:19
fffa526
Compare
Choose a tag to compare

Patch Changes

  • enforce @inaccessible and @tag directive names in the subgraph (#234) @dariuszkuc

v2.0.4

28 Jul 15:05
7116f74
Compare
Choose a tag to compare

Patch Changes

  • update SDL generation logic to work with applied directives (#231) @dariuszkuc

Other Changes

v2.0.3

21 Jun 17:53
6d9a83d
Compare
Choose a tag to compare

Patch Changes

  • _service query should return SDL that contains schema imports (#217) @dariuszkuc