-
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 #508
Merged
Merged
Conversation
This file contains 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
🚀 Snapshot Release (
|
Package | Version | Info |
---|---|---|
@graphql-tools/batch-delegate |
9.0.29-rc-d125227b24a657e349cd87a8e67c40512c668884 |
npm ↗︎ unpkg ↗︎ |
@graphql-tools/delegate |
10.2.11-rc-d125227b24a657e349cd87a8e67c40512c668884 |
npm ↗︎ unpkg ↗︎ |
@graphql-tools/federation |
3.1.0-rc-d125227b24a657e349cd87a8e67c40512c668884 |
npm ↗︎ unpkg ↗︎ |
@graphql-mesh/fusion-runtime |
0.10.31-rc-d125227b24a657e349cd87a8e67c40512c668884 |
npm ↗︎ unpkg ↗︎ |
@graphql-hive/gateway |
1.8.1-rc-d125227b24a657e349cd87a8e67c40512c668884 |
npm ↗︎ unpkg ↗︎ |
@graphql-mesh/plugin-opentelemetry |
1.3.38-rc-d125227b24a657e349cd87a8e67c40512c668884 |
npm ↗︎ unpkg ↗︎ |
@graphql-mesh/plugin-prometheus |
1.3.26-rc-d125227b24a657e349cd87a8e67c40512c668884 |
npm ↗︎ unpkg ↗︎ |
@graphql-hive/gateway-runtime |
1.4.10-rc-d125227b24a657e349cd87a8e67c40512c668884 |
npm ↗︎ unpkg ↗︎ |
@graphql-tools/stitch |
9.4.16-rc-d125227b24a657e349cd87a8e67c40512c668884 |
npm ↗︎ unpkg ↗︎ |
@graphql-tools/stitching-directives |
3.1.26-rc-d125227b24a657e349cd87a8e67c40512c668884 |
npm ↗︎ unpkg ↗︎ |
@graphql-tools/wrap |
10.0.29-rc-d125227b24a657e349cd87a8e67c40512c668884 |
npm ↗︎ unpkg ↗︎ |
🚀 Snapshot Release (Node Docker Image)The latest changes of this PR are available as image on GitHub Container Registry (based on the declared
|
🚀 Snapshot Release (Bun Docker Image)The latest changes of this PR are available as image on GitHub Container Registry (based on the declared
|
theguild-bot
force-pushed
the
changeset-release/main
branch
23 times, most recently
from
January 28, 2025 17:50
4c6a817
to
f91a505
Compare
theguild-bot
force-pushed
the
changeset-release/main
branch
4 times, most recently
from
January 29, 2025 14:23
1dc81f3
to
cadca70
Compare
theguild-bot
force-pushed
the
changeset-release/main
branch
from
January 29, 2025 14:42
cadca70
to
d125227
Compare
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-tools/[email protected]
Minor Changes
#444
b52c9ba
Thanks @ardatan! - NowSupergraphSchemaManager
can be used inApolloServer
asgateway
;And with the new
onStitchedSchema
option, you can manipulate the executable schema created from the supergraph.The following example demonstrates how to use
onStitchedSchema
withapplyMiddleware
fromgraphql-middleware
:Patch Changes
#552
b0bc26b
Thanks @ardatan! - Handle shared subscription root fields correctlyIn case of conflicting subscription root fields coming from different subgraphs or different entry points(multiple keys),
subscription was failing.
Updated dependencies [
9144222
]:@graphql-tools/[email protected]
Patch Changes
9144222
]:@graphql-tools/[email protected]
Patch Changes
#506
9144222
Thanks @ardatan! - AddisPrototypePollutingKey
to prevent accidential prototype pollution, whenever object manipulation happens with the keys based on the user input, it is validated to prevent prototype pollution.For example,
WrapQuery
takespath
which is used to manipulate the object returned to the client. If the user input is__proto__
, it will throw an error from now on but previously it would have polluted the prototype.@graphql-mesh/[email protected]
Patch Changes
#538
aab5441
Thanks @renovate! - dependencies updates:graphql-yoga@^5.10.11
↗︎ (from^5.10.6
, independencies
)Updated dependencies [
b52c9ba
,9144222
,b0bc26b
]:@graphql-hive/[email protected]
Patch Changes
#526
188a763
Thanks @renovate! - dependencies updates:@graphql-mesh/plugin-http-cache@^0.104.0
↗︎ (from^0.103.0
, independencies
)#538
aab5441
Thanks @renovate! - dependencies updates:graphql-yoga@^5.10.11
↗︎ (from^5.10.6
, independencies
)#539
df20361
Thanks @renovate! - dependencies updates:parse-duration@^2.0.0
↗︎ (from^1.1.0
, independencies
)#555
836ab2c
Thanks @enisdenjo! - dependencies updates:parse-duration@^2.0.0
↗︎ (fromdependencies
)#549
46888f1
Thanks @enisdenjo! - ExportgetGraphQLWSOptions
function that createsgraphql-ws
for the Hive GatewayAllowing the users to correctly set up WebSockets when using the Hive Gateway programmatically.
#555
836ab2c
Thanks @enisdenjo! - Bundleparse-duration
dependencyparse-duration
is ESM only starting from v2. We therefore bundle it in because doing so we transpile it to CJS and allow importing the GW in CJS.Updated dependencies [
aab5441
,46888f1
,180c2c4
,aab5441
,46888f1
,61f387c
]:@graphql-mesh/[email protected]
Patch Changes
aab5441
,46888f1
,180c2c4
,46888f1
,61f387c
]:@graphql-mesh/[email protected]
Patch Changes
#538
aab5441
Thanks @renovate! - dependencies updates:graphql-yoga@^5.10.11
↗︎ (from^5.10.6
, inpeerDependencies
)Updated dependencies [
aab5441
,46888f1
,180c2c4
,46888f1
,61f387c
]:@graphql-hive/[email protected]
Patch Changes
#538
aab5441
Thanks @renovate! - dependencies updates:graphql-yoga@^5.10.11
↗︎ (from^5.10.6
, independencies
)#549
46888f1
Thanks @enisdenjo! - dependencies updates:graphql-ws@^5.16.0
↗︎ (todependencies
)#557
180c2c4
Thanks @ardatan! - dependencies updates:@graphql-mesh/plugin-response-cache@^0.103.13
↗︎ (from^0.103.0
, independencies
)@graphql-yoga/plugin-apollo-usage-report@^0.5.9
↗︎ (from^0.5.3
, independencies
)#549
46888f1
Thanks @enisdenjo! - ExportgetGraphQLWSOptions
function that createsgraphql-ws
for the Hive GatewayAllowing the users to correctly set up WebSockets when using the Hive Gateway programmatically.
#447
61f387c
Thanks @ardatan! - Improve GraphOS supergraph fetching;minDelaySeconds
correctly, before retrying the supergraph request, wait for theminDelaySeconds
to pass.maxRetries
(which is the maximum of the number of available uplink endpoints and 3) when fetching the supergraph.Updated dependencies [
aab5441
,b52c9ba
,9144222
,b0bc26b
]:@graphql-tools/[email protected]
Patch Changes
9144222
]:@graphql-tools/[email protected]
Patch Changes
9144222
]:@graphql-tools/[email protected]
Patch Changes
9144222
]: