Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

Fix backwards error message for unsupported join spec version #233

Merged
merged 1 commit into from
Mar 25, 2024

Conversation

SimonSapin
Copy link
Contributor

@SimonSapin SimonSapin commented Mar 16, 2024

Example previous message:

The supergraph schema failed to produce a valid API schema: Invalid supergraph: uses unsupported join spec version 0.1, 0.2, 0.3 (supported versions: 0.4)

Also add https://specs.apollo.dev/join/v0.4 to the list of supported version. Are more changes needed to properly support it? This version seems to exist in apollographql/federation#2907, but it’s not listed on https://specs.apollo.dev/ and https://specs.apollo.dev/join/v0.4 itself is a 404 error as of this writing.

@SimonSapin SimonSapin enabled auto-merge (squash) March 25, 2024 14:39
> The supergraph schema failed to produce a valid API schema:
> Invalid supergraph: uses unsupported join spec version 0.1, 0.2, 0.3
> (supported versions: 0.4)
@SimonSapin SimonSapin merged commit 1274338 into main Mar 25, 2024
3 of 6 checks passed
@SimonSapin SimonSapin deleted the backwards-message branch March 25, 2024 14:40
goto-bus-stop added a commit that referenced this pull request Apr 9, 2024
To release `join/v0.4` for API schema in Router, and a bunch of stuff
for QP in Router.

## Features
- Query plan changes for initial router integration, by [SimonSapin] in
[pull/240]
- Mark join/v0.4 spec as supported for non-query planning purpose, by
[SimonSapin] in [pull/233], [pull/237]
- Continued work on core query planning implementation, by [duckki],
[SimonSapin], [TylerBloom]

## Maintenance
- Update `apollo-compiler`, by [goto-bus-stop] in [pull/253]

[duckki]: https://github.com/duckki
[goto-bus-stop]: https://github.com/goto-bus-stop
[SimonSapin]: https://github.com/SimonSapin
[TylerBloom]: https://github.com/TylerBloom
[pull/233]: #233
[pull/237]: #237
[pull/240]: #240
[pull/253]: #253
SimonSapin added a commit to apollographql/router that referenced this pull request May 3, 2024
…graphql/federation-next#233)

Example previous message:

> The supergraph schema failed to produce a valid API schema: Invalid
supergraph: uses unsupported join spec version 0.1, 0.2, 0.3 (supported
versions: 0.4)
SimonSapin pushed a commit to apollographql/router that referenced this pull request May 3, 2024
To release `join/v0.4` for API schema in Router, and a bunch of stuff
for QP in Router.

## Features
- Query plan changes for initial router integration, by [SimonSapin] in
[pull/240]
- Mark join/v0.4 spec as supported for non-query planning purpose, by
[SimonSapin] in [pull/233], [pull/237]
- Continued work on core query planning implementation, by [duckki],
[SimonSapin], [TylerBloom]

## Maintenance
- Update `apollo-compiler`, by [goto-bus-stop] in [pull/253]

[duckki]: https://github.com/duckki
[goto-bus-stop]: https://github.com/goto-bus-stop
[SimonSapin]: https://github.com/SimonSapin
[TylerBloom]: https://github.com/TylerBloom
[pull/233]: apollographql/federation-next#233
[pull/237]: apollographql/federation-next#237
[pull/240]: apollographql/federation-next#240
[pull/253]: apollographql/federation-next#253
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants