-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upcoming Release Changes #612
base: main
Are you sure you want to change the base?
Conversation
Important Review skippedIgnore keyword(s) in the title. ⛔ Ignored keywords (3)
Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the 📝 WalkthroughSummary by CodeRabbit
This release maintains backward compatibility with no visible feature changes or breaking updates for end-users. WalkthroughThis pull request includes a series of patch updates across multiple packages in the repository. It features version increments in package manifests, updates to changelog files reflecting dependency changes, and the removal of a changeset file that documented updates for the Changes
Possibly related PRs
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
315fbdf
to
c3807d8
Compare
🚀 Snapshot Release (
|
Package | Version | Info |
---|---|---|
@graphql-tools/batch-delegate |
9.0.30-rc-8e35bbcfc4ac6766046f3e0f31ec28a807f42113 |
npm ↗︎ unpkg ↗︎ |
@graphql-tools/batch-execute |
9.0.12-rc-8e35bbcfc4ac6766046f3e0f31ec28a807f42113 |
npm ↗︎ unpkg ↗︎ |
@graphql-tools/delegate |
10.2.12-rc-8e35bbcfc4ac6766046f3e0f31ec28a807f42113 |
npm ↗︎ unpkg ↗︎ |
@graphql-tools/executor-common |
0.0.2-rc-8e35bbcfc4ac6766046f3e0f31ec28a807f42113 |
npm ↗︎ unpkg ↗︎ |
@graphql-tools/executor-graphql-ws |
2.0.2-rc-8e35bbcfc4ac6766046f3e0f31ec28a807f42113 |
npm ↗︎ unpkg ↗︎ |
@graphql-tools/executor-http |
1.2.7-rc-8e35bbcfc4ac6766046f3e0f31ec28a807f42113 |
npm ↗︎ unpkg ↗︎ |
@graphql-tools/federation |
3.1.2-rc-8e35bbcfc4ac6766046f3e0f31ec28a807f42113 |
npm ↗︎ unpkg ↗︎ |
@graphql-mesh/fusion-runtime |
0.11.0-rc-8e35bbcfc4ac6766046f3e0f31ec28a807f42113 |
npm ↗︎ unpkg ↗︎ |
@graphql-hive/gateway |
1.10.0-rc-8e35bbcfc4ac6766046f3e0f31ec28a807f42113 |
npm ↗︎ unpkg ↗︎ |
@graphql-mesh/hmac-upstream-signature |
1.2.20-rc-8e35bbcfc4ac6766046f3e0f31ec28a807f42113 |
npm ↗︎ unpkg ↗︎ |
@graphql-mesh/plugin-opentelemetry |
1.3.41-rc-8e35bbcfc4ac6766046f3e0f31ec28a807f42113 |
npm ↗︎ unpkg ↗︎ |
@graphql-mesh/plugin-prometheus |
1.3.29-rc-8e35bbcfc4ac6766046f3e0f31ec28a807f42113 |
npm ↗︎ unpkg ↗︎ |
@graphql-hive/gateway-runtime |
1.4.13-rc-8e35bbcfc4ac6766046f3e0f31ec28a807f42113 |
npm ↗︎ unpkg ↗︎ |
@graphql-tools/stitch |
9.4.17-rc-8e35bbcfc4ac6766046f3e0f31ec28a807f42113 |
npm ↗︎ unpkg ↗︎ |
@graphql-tools/stitching-directives |
3.1.27-rc-8e35bbcfc4ac6766046f3e0f31ec28a807f42113 |
npm ↗︎ unpkg ↗︎ |
@graphql-mesh/transport-common |
0.7.29-rc-8e35bbcfc4ac6766046f3e0f31ec28a807f42113 |
npm ↗︎ unpkg ↗︎ |
@graphql-mesh/transport-http |
0.6.33-rc-8e35bbcfc4ac6766046f3e0f31ec28a807f42113 |
npm ↗︎ unpkg ↗︎ |
@graphql-mesh/transport-http-callback |
0.5.20-rc-8e35bbcfc4ac6766046f3e0f31ec28a807f42113 |
npm ↗︎ unpkg ↗︎ |
@graphql-mesh/transport-ws |
1.0.3-rc-8e35bbcfc4ac6766046f3e0f31ec28a807f42113 |
npm ↗︎ unpkg ↗︎ |
@graphql-tools/wrap |
10.0.30-rc-8e35bbcfc4ac6766046f3e0f31ec28a807f42113 |
npm ↗︎ unpkg ↗︎ |
🚀 Snapshot Release (Bun Docker Image)The latest changes of this PR are available as image on GitHub Container Registry (based on the declared
|
🚀 Snapshot Release (Node Docker Image)The latest changes of this PR are available as image on GitHub Container Registry (based on the declared
|
be2309a
to
d2968fc
Compare
deb54f8
to
e27deee
Compare
e27deee
to
8e35bbc
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-mesh/fusion-runtime@0.11.0
Minor Changes
#605
e5d77f3
Thanks @ardatan! - Extract subgraph execution batching logic outside, so batching is handled by the Gateway not StitchingBREAKING;
UnifiedGraphHandlerOpts
no longer takesbatch
option, it is handled by the runtime itselfPatch Changes
#605
e5d77f3
Thanks @ardatan! - dependencies updates:@graphql-tools/batch-execute@workspace:^
↗︎ (todependencies
)#620
d72209a
Thanks @renovate! - dependencies updates:@graphql-tools/utils@^10.8.1
↗︎ (from^10.7.0
, independencies
)Updated dependencies [
d72209a
,d72209a
,d72209a
,d72209a
,d72209a
,d72209a
,d72209a
]:@graphql-hive/gateway@1.10.0
Minor Changes
#634
2292a33
Thanks @ardatan! - Redis Sentinel SupportSee the relevant doc section; Providing Cache Storage
#634
2292a33
Thanks @ardatan! - New Upstash Redis Cache support;See the relevant doc section; Providing Cache Storage
Patch Changes
#620
d72209a
Thanks @renovate! - dependencies updates:@graphql-tools/utils@^10.8.1
↗︎ (from^10.7.0
, independencies
)#634
2292a33
Thanks @ardatan! - dependencies updates:@graphql-mesh/cache-upstash-redis@^0.0.1
↗︎ (todependencies
)#638
e618b1c
Thanks @renovate! - dependencies updates:@graphql-mesh/cache-upstash-redis@^0.0.2
↗︎ (from^0.0.1
, independencies
)Updated dependencies [
260faaf
,d72209a
,4c82bb1
,d72209a
,d72209a
,d72209a
,d72209a
,d72209a
,d72209a
]:@graphql-tools/batch-delegate@9.0.30
Patch Changes
#620
d72209a
Thanks @renovate! - dependencies updates:@graphql-tools/utils@^10.8.1
↗︎ (from^10.7.0
, independencies
)Updated dependencies [
d72209a
]:@graphql-tools/batch-execute@9.0.12
Patch Changes
#620
d72209a
Thanks @renovate! - dependencies updates:@graphql-tools/utils@^10.8.1
↗︎ (from^10.7.0
, independencies
)@graphql-tools/delegate@10.2.12
Patch Changes
#620
d72209a
Thanks @renovate! - dependencies updates:@graphql-tools/utils@^10.8.1
↗︎ (from^10.7.0
, independencies
)Updated dependencies [
d72209a
]:@graphql-tools/executor-common@0.0.2
Patch Changes
#620
d72209a
Thanks @renovate! - dependencies updates:@graphql-tools/utils@^10.8.1
↗︎ (from^10.7.0
, independencies
)@graphql-tools/executor-graphql-ws@2.0.2
Patch Changes
#620
d72209a
Thanks @renovate! - dependencies updates:@graphql-tools/utils@^10.8.1
↗︎ (from^10.7.0
, independencies
)Updated dependencies [
d72209a
]:@graphql-tools/executor-http@1.2.7
Patch Changes
#620
d72209a
Thanks @renovate! - dependencies updates:@graphql-tools/utils@^10.8.1
↗︎ (from^10.7.0
, independencies
)Updated dependencies [
d72209a
]:@graphql-tools/federation@3.1.2
Patch Changes
#620
d72209a
Thanks @renovate! - dependencies updates:@graphql-tools/utils@^10.8.1
↗︎ (from^10.7.0
, independencies
)Updated dependencies [
d72209a
,d72209a
,d72209a
,d72209a
]:@graphql-mesh/hmac-upstream-signature@1.2.20
Patch Changes
#620
d72209a
Thanks @renovate! - dependencies updates:@graphql-tools/utils@^10.8.1
↗︎ (from^10.7.0
, independencies
)Updated dependencies [
d72209a
]:@graphql-mesh/plugin-opentelemetry@1.3.41
Patch Changes
#620
d72209a
Thanks @renovate! - dependencies updates:@graphql-tools/utils@^10.8.1
↗︎ (from^10.7.0
, independencies
)Updated dependencies [
260faaf
,d72209a
,4c82bb1
,d72209a
]:@graphql-mesh/plugin-prometheus@1.3.29
Patch Changes
#620
d72209a
Thanks @renovate! - dependencies updates:@graphql-tools/utils@^10.8.1
↗︎ (from^10.7.0
, independencies
)Updated dependencies [
260faaf
,d72209a
,4c82bb1
]:@graphql-hive/gateway-runtime@1.4.13
Patch Changes
#610
260faaf
Thanks @renovate! - dependencies updates:@graphql-yoga/plugin-apollo-usage-report@^0.6.0
↗︎ (from^0.5.9
, independencies
)#620
d72209a
Thanks @renovate! - dependencies updates:@graphql-tools/utils@^10.8.1
↗︎ (from^10.7.0
, independencies
)#623
4c82bb1
Thanks @renovate! - dependencies updates:@graphql-hive/core@^0.9.0
↗︎ (from^0.8.1
, independencies
)Updated dependencies [
e5d77f3
,d72209a
,d72209a
,d72209a
,d72209a
,d72209a
,d72209a
,d72209a
,d72209a
,d72209a
,d72209a
,e5d77f3
]:@graphql-tools/stitch@9.4.17
Patch Changes
#620
d72209a
Thanks @renovate! - dependencies updates:@graphql-tools/utils@^10.8.1
↗︎ (from^10.7.0
, independencies
)Updated dependencies [
d72209a
,d72209a
,d72209a
]:@graphql-tools/stitching-directives@3.1.27
Patch Changes
#620
d72209a
Thanks @renovate! - dependencies updates:@graphql-tools/utils@^10.8.1
↗︎ (from^10.7.0
, independencies
)Updated dependencies [
d72209a
]:@graphql-mesh/transport-common@0.7.29
Patch Changes
#620
d72209a
Thanks @renovate! - dependencies updates:@graphql-tools/utils@^10.8.1
↗︎ (from^10.7.0
, independencies
)Updated dependencies [
d72209a
]:@graphql-mesh/transport-http@0.6.33
Patch Changes
#620
d72209a
Thanks @renovate! - dependencies updates:@graphql-tools/utils@^10.8.1
↗︎ (from^10.7.0
, independencies
)Updated dependencies [
d72209a
,d72209a
]:@graphql-mesh/transport-http-callback@0.5.20
Patch Changes
#620
d72209a
Thanks @renovate! - dependencies updates:@graphql-tools/utils@^10.8.1
↗︎ (from^10.7.0
, independencies
)Updated dependencies [
d72209a
,d72209a
]:@graphql-mesh/transport-ws@1.0.3
Patch Changes
#620
d72209a
Thanks @renovate! - dependencies updates:@graphql-tools/utils@^10.8.1
↗︎ (from^10.7.0
, independencies
)Updated dependencies [
d72209a
,d72209a
]:@graphql-tools/wrap@10.0.30
Patch Changes
#620
d72209a
Thanks @renovate! - dependencies updates:@graphql-tools/utils@^10.8.1
↗︎ (from^10.7.0
, independencies
)Updated dependencies [
d72209a
]: