Upcoming Release Changes - #8445
Merged
Merged
Conversation
Collaborator
Author
🚀 Snapshot Release (
|
| Package | Version | Info |
|---|---|---|
@graphql-hive/apollo |
0.48.7-rc-20260910145844-f12a0bfa2bef8f2cba75f4ed3405019b7def00fa |
npm ↗︎ unpkg ↗︎ |
@graphql-hive/cli |
0.63.2-rc-20260910145844-f12a0bfa2bef8f2cba75f4ed3405019b7def00fa |
npm ↗︎ unpkg ↗︎ |
@graphql-hive/core |
0.22.5-rc-20260910145844-f12a0bfa2bef8f2cba75f4ed3405019b7def00fa |
npm ↗︎ unpkg ↗︎ |
@graphql-hive/envelop |
0.40.12-rc-20260910145844-f12a0bfa2bef8f2cba75f4ed3405019b7def00fa |
npm ↗︎ unpkg ↗︎ |
@graphql-hive/gateway-plugin-console-sdk |
0.1.6-rc-20260910145844-f12a0bfa2bef8f2cba75f4ed3405019b7def00fa |
npm ↗︎ unpkg ↗︎ |
@graphql-hive/laboratory |
0.3.0-rc-20260910145844-f12a0bfa2bef8f2cba75f4ed3405019b7def00fa |
npm ↗︎ unpkg ↗︎ |
@graphql-hive/render-laboratory |
0.1.19-rc-20260910145844-f12a0bfa2bef8f2cba75f4ed3405019b7def00fa |
npm ↗︎ unpkg ↗︎ |
@graphql-hive/yoga |
0.49.6-rc-20260910145844-f12a0bfa2bef8f2cba75f4ed3405019b7def00fa |
npm ↗︎ unpkg ↗︎ |
hive |
11.13.0-rc-20260910145844-f12a0bfa2bef8f2cba75f4ed3405019b7def00fa |
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 8, 2026 17:57
1391a9a to
48d3000
Compare
theguild-bot
force-pushed
the
changeset-release/main
branch
from
September 9, 2026 06:42
a761c48 to
cac2fc2
Compare
theguild-bot
force-pushed
the
changeset-release/main
branch
from
September 9, 2026 08:03
8a5e489 to
e6773b5
Compare
theguild-bot
force-pushed
the
changeset-release/main
branch
from
September 9, 2026 09:15
4cd055a to
bbb0644
Compare
theguild-bot
force-pushed
the
changeset-release/main
branch
from
September 9, 2026 09:42
296d0d0 to
f0d45c3
Compare
theguild-bot
force-pushed
the
changeset-release/main
branch
from
September 9, 2026 11:16
fddb54b to
017aee2
Compare
theguild-bot
force-pushed
the
changeset-release/main
branch
from
September 9, 2026 11:51
ac72476 to
bba8d96
Compare
theguild-bot
force-pushed
the
changeset-release/main
branch
from
September 10, 2026 10:57
5434f59 to
fa60ae9
Compare
theguild-bot
force-pushed
the
changeset-release/main
branch
from
September 10, 2026 14:56
2e9af9b to
0d5b665
Compare
n1ru4l
approved these changes
Sep 10, 2026
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/laboratory@0.3.0
Minor Changes
017aee2Thanks @jonathanawesome! - Union and interface fields are
now expandable in the query builder: each abstract field lists its possible types as a
... on Typerow, with__typenameselected automatically so the operation stays valid.Previously an abstract field was written with no selection set and servers rejected the request.
Search now finds fields inside those branches, and a field selected inside a hand-written inline
fragment checks the row under its own type rather than the parent's.
@graphql-hive/apollo@0.48.7
Patch Changes
#8397
cac2fc2Thanks @jdolle! - Deprecate run-time reporting schemas from
useHiveplugin.
Use Hive CLI (
@graphql-hive/cli) to publish the schema file instead. This aligns with bestpractices for schema management and prevents an issue where multiple service instances result in
numerous publishes to Hive.
Updated dependencies
[
cac2fc2]:@graphql-hive/cli@0.63.2
Patch Changes
#8464
0d5b665Thanks @n1ru4l! - Fix federation contract composition attaching
@inaccessibletoContextFieldValue.#8460
bba8d96Thanks @n1ru4l! - Preserve types referenced by directive arguments in
schema contracts and prevent
federation__ContextFieldValuefrom leaking into composedsupergraphs.
Updated dependencies
[
cac2fc2]:@graphql-hive/core@0.22.5
Patch Changes
#8397
cac2fc2Thanks @jdolle! - Deprecate run-time reporting schemas from
useHiveplugin.
Use Hive CLI (
@graphql-hive/cli) to publish the schema file instead. This aligns with bestpractices for schema management and prevents an issue where multiple service instances result in
numerous publishes to Hive.
@graphql-hive/envelop@0.40.12
Patch Changes
#8397
cac2fc2Thanks @jdolle! - Deprecate run-time reporting schemas from
useHiveplugin.
Use Hive CLI (
@graphql-hive/cli) to publish the schema file instead. This aligns with bestpractices for schema management and prevents an issue where multiple service instances result in
numerous publishes to Hive.
Updated dependencies
[
cac2fc2]:@graphql-hive/gateway-plugin-console-sdk@0.1.6
Patch Changes
#8397
cac2fc2Thanks @jdolle! - Deprecate run-time reporting schemas from
useHiveplugin.
Use Hive CLI (
@graphql-hive/cli) to publish the schema file instead. This aligns with bestpractices for schema management and prevents an issue where multiple service instances result in
numerous publishes to Hive.
Updated dependencies
[
cac2fc2]:@graphql-hive/render-laboratory@0.1.19
Patch Changes
[
017aee2]:@graphql-hive/yoga@0.49.6
Patch Changes
#8397
cac2fc2Thanks @jdolle! - Deprecate run-time reporting schemas from
useHiveplugin.
Use Hive CLI (
@graphql-hive/cli) to publish the schema file instead. This aligns with bestpractices for schema management and prevents an issue where multiple service instances result in
numerous publishes to Hive.
Updated dependencies
[
cac2fc2]:hive@11.13.0
Minor Changes
48d3000Thanks @jonathanawesome! - Metric alert rules are now
available to every organization. Create rules on a target's Alerts page to be notified when
latency, error rate, or traffic crosses a fixed threshold or changes by a set percentage.
Patch Changes
#8454
e6773b5Thanks @n1ru4l! - Address vulnerability
GHSA-2v4p-qf9q-27wj.
#8403
31183aeThanks @n1ru4l! - Add a subgraph filter to the schema explorer and
move the explorer's filters into a single filter menu.
The explorer can now be narrowed to one or more subgraphs, on the main view as well as the type,
unused and deprecated views. Selecting a type, searching for a field, filtering by metadata and
toggling descriptions now live in the same filter menu, with active filters shown as chips. The
All / Unused / Deprecated tabs moved next to the page title.
#8464
0d5b665Thanks @n1ru4l! - Fix federation contract composition attaching
@inaccessibletoContextFieldValue.#8460
bba8d96Thanks @n1ru4l! - Preserve types referenced by directive arguments in
schema contracts and prevent
federation__ContextFieldValuefrom leaking into composedsupergraphs.
#8459
bbb0644Thanks @n1ru4l! - address vulnerabilities
GHSA-2x7j-588g-ccc2,
GHSA-wmmp-3585-3rmp,
GHSA-cc9r-2j5m-2m83, and
GHSA-8m3c-c648-2xjj.