Upcoming Release Changes#8178
Conversation
There was a problem hiding this comment.
Code Review
This pull request bumps the deployment version to 11.4.0 and updates the changelog to document the new AWS IAM authentication for ElastiCache Redis, Redis Cluster mode support, and the ioredis dependency bump. No review comments were provided, and there is no feedback to address.
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/yoga |
0.48.2-rc-20260703055618-0337468689cbfbce4a763218663407ee9313cb16 |
npm ↗︎ unpkg ↗︎ |
hive |
11.4.0-rc-20260703055618-0337468689cbfbce4a763218663407ee9313cb16 |
npm ↗︎ unpkg ↗︎ |
|
🐋 This PR was built and pushed to the following Docker images: Targets: Platforms: Image Tags: |
1fd3611 to
a1e17c0
Compare
920a5f3 to
edda043
Compare
7af9dac to
8a1375e
Compare
f954921 to
695ed22
Compare
882cb14 to
42c9d81
Compare
e5223e7 to
dc800a8
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/yoga@0.48.2
Patch Changes
#8189
edda043Thanks @enisdenjo! - Use original operation document when usage
reporting
Some envelop plugins (like extended-validation) mutate documents in place and can therefore cause
the document to be different AFTER execution than the one that was used FOR execution. To avoid
this rugpull, we create a new stable document operation (object) for usage reporting.
hive@11.4.0
Minor Changes
#8078
bd6cce7Thanks @mish-elle! - Added opt-in AWS IAM authentication for
ElastiCache Redis connections and Redis Cluster mode support. When IAM is enabled, services
authenticate to Redis using short-lived SigV4 pre-signed tokens instead of static passwords, with
automatic token refresh before expiry.
New environment variables
AWS_REGIONREDIS_AWS_IAM_AUTH_ENABLED1to enable IAM authentication for Redis.REDIS_AWS_IAM_CACHE_NAMEREDIS_AWS_REGIONAWS_REGION).REDIS_CLUSTER_MODE_ENABLED1to connect using Redis Cluster mode.REDIS_USERNAMEdefault).To enable
REDIS_AWS_IAM_AUTH_ENABLED=1REDIS_TLS_ENABLED=1must be set (IAM authentication requires TLS).REDIS_AWS_REGIONorAWS_REGIONmust be set.REDIS_AWS_IAM_CACHE_NAMEset to the name of the cache instance in AWS. This will be used asthe hostname for the signer.
profile) with the appropriate ElastiCache IAM permissions.
Other changes
5.10.1.#8175
dc800a8Thanks @jdolle! - Introduce a new configuration option for selecting
individual dangerous change types to consider breaking. This is useful because dangerous changes
can be situational based on a team's accepted risk and deployment process.
Patch Changes
42c9d81Thanks @jdolle! - Maintain scroll position on target explorer page
when navigating back from another page