Upcoming Release Changes - #8510
Merged
Merged
Conversation
Collaborator
Author
🚀 Snapshot Release (
|
| Package | Version | Info |
|---|---|---|
@graphql-hive/cli |
0.64.1-rc-20260922151930-fa83e00c83b3f6e9019fe7797ec8511e1ab539a6 |
npm ↗︎ unpkg ↗︎ |
hive |
11.14.1-rc-20260922151930-fa83e00c83b3f6e9019fe7797ec8511e1ab539a6 |
npm ↗︎ unpkg ↗︎ |
Contributor
|
🐋 This PR was built and pushed to the following Docker images: Targets: Platforms: Image Tags: |
theguild-bot
force-pushed
the
changeset-release/main
branch
from
September 19, 2026 23:03
bb027f3 to
642d542
Compare
theguild-bot
force-pushed
the
changeset-release/main
branch
from
September 21, 2026 00:03
cd5fe3a to
a77a691
Compare
theguild-bot
force-pushed
the
changeset-release/main
branch
from
September 21, 2026 15:53
919f1a9 to
467fb88
Compare
theguild-bot
force-pushed
the
changeset-release/main
branch
from
September 22, 2026 15:18
220e8c1 to
d427046
Compare
kamilkisiela
approved these changes
Sep 22, 2026
This branch was previously deployed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@graphql-hive/cli@0.64.1
Patch Changes
d427046Thanks @kamilkisiela! - Update
@theguild/federation-compositionto0.26.3. Unresolvable@requires,@key,@providesand@fromContextselections are now reported as composition errors instead of throwing, socomposition fails with a proper error message instead of crashing.
hive@11.14.1
Patch Changes
#8530
d427046Thanks @kamilkisiela! - Update
@theguild/federation-compositionto0.26.3. Unresolvable@requires,@key,@providesand@fromContextselections are now reported as composition errors instead of throwing, socomposition fails with a proper error message instead of crashing.
#8493
1de91b9Thanks @jdolle! - Track operations dropped by the usage fallback
queue. Messages were silently discarded when they were too large for Kafka or when the queue
overflowed its max size, with only a log line and no metric - add dedicated counters for each case
so both failure modes are visible to monitoring.