Upcoming Release Changes#8231
Conversation
There was a problem hiding this comment.
Code Review
This pull request bumps the version of the hive deployment package to 11.7.0 and updates the CHANGELOG.md to document the addition of opt-in AWS IAM authentication for S3 connections. There are no review comments, and I have no feedback to provide.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
🚀 Snapshot Release (
|
| Package | Version | Info |
|---|---|---|
@graphql-hive/cli |
0.61.0-rc-20260723083228-f64215639d57bc393935ac66a591c8f84888ab06 |
npm ↗︎ unpkg ↗︎ |
hive |
11.7.0-rc-20260723083228-f64215639d57bc393935ac66a591c8f84888ab06 |
npm ↗︎ unpkg ↗︎ |
|
🐋 This PR was built and pushed to the following Docker images: Targets: Platforms: Image Tags: |
2251254 to
a6959e6
Compare
4f73879 to
5a3d918
Compare
49196e4 to
be2595b
Compare
46eb3c1 to
c0873ac
Compare
cd31dde to
78f4ed4
Compare
e9611f4 to
91f971f
Compare
ed4b9de to
2e45b2b
Compare
8ca3a04 to
7c47813
Compare
ca75389 to
68361c9
Compare
ca75389 to
68361c9
Compare
02a9509 to
6f23583
Compare
357702f to
883d183
Compare
44d3b24 to
7a99575
Compare
2613fdb to
e7e26b6
Compare
af33d81 to
6974b5e
Compare
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.61.0
Minor Changes
e7e26b6Thanks @n1ru4l! - Support retries for deleting a schema in case the
registry is busy and locked.
hive@11.7.0
Minor Changes
#8079
2b6d22fThanks @mish-elle! - Added opt-in AWS IAM authentication for S3
connections. When IAM is enabled, services authenticate to S3 using short-lived SigV4 pre-signed
tokens instead of static passwords, since S3 connections are HTTP requests a new token will be
generate for each call.
New environment variables
S3_AWS_IAM_AUTH_ENABLED1to enable IAM authentication for S3.S3_MIRROR_AWS_IAM_AUTH_ENABLED1to enable IAM authentication for S3 Mirror.S3_AUDIT_LOG_AWS_IAM_AUTH_ENABLED1to enable IAM authentication for S3 Audit Log.To enable
S3_*_AWS_IAM_AUTH_ENABLED=1.S3_BUCKET_NAMEset to the AWS S3 bucket.S3_ENDPOINTset with the S3 endpoint with the AWS Region (i.e.https://s3.us-east-1.amazonaws.com)
When
CDN_API=1is set on the server, the CDN artifact handler also uses IAM-authenticated S3clients. Adds support for S3 Audit Logs exported to AWS S3.
#8230
e7e26b6Thanks @n1ru4l! - Support retries for deleting a schema in case the
registry is busy and locked.
Patch Changes
#8226
c0873acThanks @n1ru4l! - Clarify successful GitHub schema checks by
annotating breaking changes that are safe based on usage or approved.
#8250
6974b5eThanks @n1ru4l! - Address vulnerability
GHSA-4c8g-83qw-93j6 and
GHSA-v2hh-gcrm-f6hx.
#8250
6974b5eThanks @n1ru4l! - Address vulnerability
GHSA-hrxh-6v49-42gf.
#8232
78f4ed4Thanks @jonathanawesome! - Metric Alerts: enhance Grafana
with additional panels for tracking filtered vs unfiltered rule and group population and attaches
additional data to evaluate-group span
#8235
91f971fThanks @jonathanawesome! - Metric Alerts optimization:
Creates a new daily ClickHouse rollup and routes long-windowed rules/groups
#8250
6974b5eThanks @n1ru4l! - Address vulnerability
GHSA-c2j3-45gr-mqc4.
#8243
883d183Thanks @n1ru4l! - Fix unexpected exception that could be raised when
promoting a schema version within a monolithic project.
#8237
68361c9Thanks @n1ru4l! - Address vulnerabilities
GHSA-gcfj-64vw-6mp9,
GHSA-hcpx-6fm6-wx23,
GHSA-f4gw-2p7v-4548,
GHSA-mwf2-3pr3-8698,
GHSA-xj6q-8x83-jv6g, and
GHSA-j3f2-48v5-ccww.
#8250
6974b5eThanks @n1ru4l! - Address vulnerability
GHSA-v245-v573-v5vm.
#8244
7a99575Thanks @n1ru4l! - Support composing directive argument default values
within the native composition.
Previously, the
PUBLICdefault value in the above example would not be set in the composedresult.