Skip to content

Releases: apollographql/federation-jvm

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

v2.0.2

15 Jun 20:27
165c8b3
Compare
Choose a tag to compare

NOTE: This version requires graphql-java version 18+

Patch Changes

  • fix: SchemaTransformer entity lookup should look at applied directives (#214) @dariuszkuc

Other Changes

v2.0.1

31 May 17:02
a9249fc
Compare
Choose a tag to compare

THIS RELEASE DOES NOT CONTAIN ANY FUNCTIONAL CHANGES. IT IS A TEST RELEASE VERIFYING NEW BUILD LOGIC (GRADLE + GITHUB ACTIONS).

Other Changes

v2.0.0

25 May 14:08
Compare
Choose a tag to compare

Adds Federation 2.0 support.