Upcoming Release Changes - #8300
Merged
Merged
Conversation
Collaborator
Author
🚀 Snapshot Release (
|
| Package | Version | Info |
|---|---|---|
@graphql-hive/apollo |
0.48.3-rc-20260804002902-cab517b47abd9932c4391fabec3e05ca6d434dcc |
npm ↗︎ unpkg ↗︎ |
@graphql-hive/cli |
0.61.3-rc-20260804002902-cab517b47abd9932c4391fabec3e05ca6d434dcc |
npm ↗︎ unpkg ↗︎ |
@graphql-hive/core |
0.22.1-rc-20260804002902-cab517b47abd9932c4391fabec3e05ca6d434dcc |
npm ↗︎ unpkg ↗︎ |
@graphql-hive/envelop |
0.40.8-rc-20260804002902-cab517b47abd9932c4391fabec3e05ca6d434dcc |
npm ↗︎ unpkg ↗︎ |
@graphql-hive/gateway-plugin-console-sdk |
0.1.1-rc-20260804002902-cab517b47abd9932c4391fabec3e05ca6d434dcc |
npm ↗︎ unpkg ↗︎ |
@graphql-hive/yoga |
0.49.1-rc-20260804002902-cab517b47abd9932c4391fabec3e05ca6d434dcc |
npm ↗︎ unpkg ↗︎ |
hive |
11.10.0-rc-20260804002902-cab517b47abd9932c4391fabec3e05ca6d434dcc |
npm ↗︎ unpkg ↗︎ |
theguild-bot
force-pushed
the
changeset-release/main
branch
from
August 2, 2026 08:41
eb7639b to
ed468ab
Compare
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
August 3, 2026 11:43
9c90ed5 to
df4ba0c
Compare
theguild-bot
force-pushed
the
changeset-release/main
branch
from
August 3, 2026 15:39
56a4629 to
82f0470
Compare
theguild-bot
force-pushed
the
changeset-release/main
branch
from
August 3, 2026 16:14
02d53a8 to
6b5c0de
Compare
theguild-bot
force-pushed
the
changeset-release/main
branch
from
August 3, 2026 18:20
b25fe4d to
dee12d9
Compare
theguild-bot
force-pushed
the
changeset-release/main
branch
from
August 3, 2026 20:12
24fd0e4 to
4540184
Compare
theguild-bot
force-pushed
the
changeset-release/main
branch
from
August 3, 2026 20:30
4f5b1eb to
fce70a3
Compare
theguild-bot
force-pushed
the
changeset-release/main
branch
from
August 4, 2026 00:28
a4f7b19 to
3dbda7d
Compare
jdolle
approved these changes
Aug 4, 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/apollo@0.48.3
Patch Changes
[
3dbda7d]:@graphql-hive/cli@0.61.3
Patch Changes
[
3dbda7d]:@graphql-hive/core@0.22.1
Patch Changes
#8308
3dbda7dThanks @jdolle! - Fix usage collector error catching.
When async event collection fails, the error is now caught internally and logged rather than
leaking an unhandled promise rejection that would crash the node application.
@graphql-hive/envelop@0.40.8
Patch Changes
[
3dbda7d]:@graphql-hive/gateway-plugin-console-sdk@0.1.1
Patch Changes
[
3dbda7d]:@graphql-hive/yoga@0.49.1
Patch Changes
[
3dbda7d]:hive@11.10.0
Minor Changes
4540184Thanks @ben-m-klein! - Add Discord as a first-class alert
channel with Discord webhook formatting for alert notifications.
Patch Changes
#8301
df4ba0cThanks @overpod! - Add
EMAIL_PROVIDER_SMTP_IGNORE_TLSenvironmentvariable for the
smtpemail provider.Set it to
1to never use STARTTLS, even when the SMTP server advertises support for it. Thisallows sending emails through servers without working TLS support. The variable is opt-in and
defaults to
0, so existing deployments keep their current behaviour.#8296
e239df7Thanks @n1ru4l! - cleanup old unused database tables
#8305
dee12d9Thanks @jonathanawesome! - Add
ENCRYPTION_SECRETenvironment variable to the
workflowsservice.The service needs it to decrypt the Slack token stored by the API service when it dispatches
metric-alert notifications. Set it to the same value as
ENCRYPTION_SECRETon the server andschema services, otherwise the token cannot be decrypted and Slack notifications fail.
The variable is optional, so existing deployments keep booting after an upgrade. When it is not
set the service starts normally and every other task keeps running, but Slack metric-alert
notifications are skipped.