Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
[0.19.0] - 2023-09-19
🚀 Features
Publish persisted queries generated by the Relay compiler - @EverlastingBugstopper, feat: allow publishing PQs from relay compiler via new
--manifest-format
argument #1727The
rover persisted-queries publish
command now accepts the--manifest-format relay
argument which allows publishing persisted queries generated by the Relay compiler to Apollo GraphOS. See the documentation for more information on this feature.Make checks more resilient by retrying failures - @swcollard, fix: Retry check workflow query to be more resilient to backend failures #1740
Rover will now retry requests for the status of a check workflow. If the retries don't succeed after five minutes, the requests fail, and any intermittent errors are logged.
🐛 Fixes
🛠 Maintenance
Don't issue HEAD request to determine latest versions when the exact version is known - @EverlastingBugstopper, chore: don't issue head request to determine version unless plugin is latest #1743 and docs: document how to skip HEAD request by pinning plugin version #1744
This change should make it easier to integrate Rover with custom binary mirrors as they do not need to be configured to return an
X-Version
header when responding to installation requests.Move
introspector-gadget
crate code back into Rover - @EverlastingBugsopper, chore: brings introspector-gadget code back to rover #1736📚 Documentation