Releases: apollographql/federation-subgraph-compatibility
Releases · apollographql/federation-subgraph-compatibility
v2.1.0
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
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
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
Patch Changes
- fix: wrap action summary steps in try/catch (#25) @dariuszkuc
v1.3.2
Patch Changes
- chore: update to latest compatibility script version (#24) @dariuszkuc
v1.3.1
Patch Changes
- fix: enable correct debug loggers (#22) @dariuszkuc
v1.3.0
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
- Jest test results will be included by default (previously they were only included when using
v1.2.0
Minor Changes
- federation v2.3 support by @dariuszkuc in #17
v1.1.1
Patch Changes
- chore: update to latest compatibility script version by @dariuszkuc in #12
v1.1.0
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
- chore: update action icon by @dariuszkuc in #10
- chore(deps): update dependency @types/node to v16 by @renovate in #7
- chore(deps): pin dependencies by @renovate in #6
- chore(deps): update all non-major dependencies by @renovate in #8
New Contributors
Full Changelog: v1.0.4...v1.1.0