Skip to content

Releases: apollographql/federation-subgraph-compatibility

v2.1.0

06 Feb 00:20
Compare
Choose a tag to compare

Minor Changes

Update to latest @apollo/federation-subgraph-compatibility-tests v2.2.0 package that uses latest router (v1.39.0) and composition version (v2.7.1).

v2.0.0

05 Sep 23:12
Compare
Choose a tag to compare

Breaking Changes

Use Node 20 as default runtime environment.

Minor Changes

Update to latest @apollo/federation-subgraph-compatibility-tests v2.0.0 package that uses latest router (v1.29.1) and composition version (v2.5.1).

v1.3.4

05 May 19:38
Compare
Choose a tag to compare

Update to latest @apollo/federation-subgraph-compatibility-tests package that uses latest router (v1.18.0) and composition version (v2.4.3).

v1.3.3

07 Mar 23:52
Compare
Choose a tag to compare

Patch Changes

v1.3.2

05 Mar 21:04
Compare
Choose a tag to compare

Patch Changes

  • chore: update to latest compatibility script version (#24) @dariuszkuc

v1.3.1

24 Feb 19:21
Compare
Choose a tag to compare

Patch Changes

v1.3.0

24 Feb 16:18
Compare
Choose a tag to compare

Minor Changes

  • new feature: allow specifying working directory
- uses: apollographql/federation-subgraph-compatibility@v1
  with:
    # [Required] Docker Compose file to start up the subgraph
    compose: 'path/to/docker-compose.yaml'
    # [Required] Path to the GraphQL schema file
    schema: 'path/to/schema.graphql'
    workingDirectory: 'myDirectory'
  • logging updates
    • Jest test results will be included by default (previously they were only included when using debug: true flag)
    • Subgraph error responses are now included in Router responses

v1.2.0

14 Feb 20:33
Compare
Choose a tag to compare

Minor Changes

v1.1.1

19 Jan 23:25
Compare
Choose a tag to compare

Patch Changes

  • chore: update to latest compatibility script version by @dariuszkuc in #12

v1.1.0

13 Jan 17:37
Compare
Choose a tag to compare

Features

  • feat: allow GH action to post job summary by @dariuszkuc in #9
  • feat: action can now fail if compatibility tests fail by @dariuszkuc in #11

Other Changes

New Contributors

Full Changelog: v1.0.4...v1.1.0