-
Notifications
You must be signed in to change notification settings - Fork 13
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 #866
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.33-rc-f06829ef671325a8b1e9d177d7b729d8f0168df3 |
npm ↗︎ unpkg ↗︎ |
@graphql-tools/batch-execute |
9.0.14-rc-f06829ef671325a8b1e9d177d7b729d8f0168df3 |
npm ↗︎ unpkg ↗︎ |
@graphql-tools/delegate |
10.2.15-rc-f06829ef671325a8b1e9d177d7b729d8f0168df3 |
npm ↗︎ unpkg ↗︎ |
@graphql-tools/executor-graphql-ws |
2.0.5-rc-f06829ef671325a8b1e9d177d7b729d8f0168df3 |
npm ↗︎ unpkg ↗︎ |
@graphql-tools/executor-http |
1.3.1-rc-f06829ef671325a8b1e9d177d7b729d8f0168df3 |
npm ↗︎ unpkg ↗︎ |
@graphql-tools/federation |
3.1.6-rc-f06829ef671325a8b1e9d177d7b729d8f0168df3 |
npm ↗︎ unpkg ↗︎ |
@graphql-mesh/fusion-runtime |
0.11.5-rc-f06829ef671325a8b1e9d177d7b729d8f0168df3 |
npm ↗︎ unpkg ↗︎ |
@graphql-hive/gateway |
1.13.0-rc-f06829ef671325a8b1e9d177d7b729d8f0168df3 |
npm ↗︎ unpkg ↗︎ |
@graphql-hive/importer |
1.1.0-rc-f06829ef671325a8b1e9d177d7b729d8f0168df3 |
npm ↗︎ unpkg ↗︎ |
@graphql-hive/nestjs |
1.0.4-rc-f06829ef671325a8b1e9d177d7b729d8f0168df3 |
npm ↗︎ unpkg ↗︎ |
@graphql-hive/plugin-aws-sigv4 |
1.0.2-rc-f06829ef671325a8b1e9d177d7b729d8f0168df3 |
npm ↗︎ unpkg ↗︎ |
@graphql-mesh/hmac-upstream-signature |
1.2.23-rc-f06829ef671325a8b1e9d177d7b729d8f0168df3 |
npm ↗︎ unpkg ↗︎ |
@graphql-mesh/plugin-opentelemetry |
1.3.48-rc-f06829ef671325a8b1e9d177d7b729d8f0168df3 |
npm ↗︎ unpkg ↗︎ |
@graphql-mesh/plugin-prometheus |
1.3.36-rc-f06829ef671325a8b1e9d177d7b729d8f0168df3 |
npm ↗︎ unpkg ↗︎ |
@graphql-hive/gateway-runtime |
1.6.2-rc-f06829ef671325a8b1e9d177d7b729d8f0168df3 |
npm ↗︎ unpkg ↗︎ |
@graphql-tools/stitch |
9.4.20-rc-f06829ef671325a8b1e9d177d7b729d8f0168df3 |
npm ↗︎ unpkg ↗︎ |
@graphql-tools/stitching-directives |
3.1.30-rc-f06829ef671325a8b1e9d177d7b729d8f0168df3 |
npm ↗︎ unpkg ↗︎ |
@graphql-mesh/transport-http |
0.6.36-rc-f06829ef671325a8b1e9d177d7b729d8f0168df3 |
npm ↗︎ unpkg ↗︎ |
@graphql-mesh/transport-http-callback |
0.5.23-rc-f06829ef671325a8b1e9d177d7b729d8f0168df3 |
npm ↗︎ unpkg ↗︎ |
@graphql-mesh/transport-ws |
1.0.6-rc-f06829ef671325a8b1e9d177d7b729d8f0168df3 |
npm ↗︎ unpkg ↗︎ |
@graphql-tools/wrap |
10.0.33-rc-f06829ef671325a8b1e9d177d7b729d8f0168df3 |
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
|
8018b0e
to
795d32e
Compare
795d32e
to
f06829e
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-hive/[email protected]
Minor Changes
#871
d8a7e9e
Thanks @enisdenjo! - Introduce built-in armor security featuresThe following built-in features are introduced:
maxTokens
: Limit the number of tokens in a GraphQL document.Defaults to
1000
tokens.maxDepth
: Limit the depth of a GraphQL document.Defaults to
6
levels.blockFieldSuggestions
: Prevent returning field suggestions and leaking your schema to unauthorized actors.Defaults to
true
They are all disabled by default. You can enable or configure them individually. Only basic configuration options are allowed - security features needing more configuration should instead have the plugin installed and used manually.
Disable all (default)
Enable all
Configure
Advanced configuration
Patch Changes
#871
d8a7e9e
Thanks @enisdenjo! - dependencies updates:@escape.tech/graphql-armor-block-field-suggestions@^3.0.0
↗︎ (todependencies
)@escape.tech/graphql-armor-max-depth@^2.4.0
↗︎ (todependencies
)@escape.tech/graphql-armor-max-tokens@^2.5.0
↗︎ (todependencies
)#865
dc8c4ce
Thanks @enisdenjo! - Allow importing user installed modules from the root gatewayUpdated dependencies [
278618a
,278618a
,278618a
,278618a
,278618a
,278618a
,278618a
,dc8c4ce
,278618a
,e6b4faa
]:@graphql-hive/[email protected]
Minor Changes
dc8c4ce
Thanks @enisdenjo! - Respect NODE_PATH environment variable even when importing ESM modules@graphql-tools/[email protected]
Patch Changes
#862
278618a
Thanks @ardatan! - dependencies updates:@whatwg-node/promise-helpers@^1.2.5
↗︎ (from^1.0.0
, independencies
)Updated dependencies [
278618a
]:@graphql-tools/[email protected]
Patch Changes
#862
278618a
Thanks @ardatan! - dependencies updates:@whatwg-node/promise-helpers@^1.2.5
↗︎ (from^1.0.0
, independencies
)@graphql-tools/[email protected]
Patch Changes
#862
278618a
Thanks @ardatan! - dependencies updates:@whatwg-node/promise-helpers@^1.2.5
↗︎ (from^1.0.0
, independencies
)Updated dependencies [
278618a
]:@graphql-tools/[email protected]
Patch Changes
278618a
Thanks @ardatan! - Use signal.addEventListener instead of leakingregisterAbortSignalListener
helper@graphql-tools/[email protected]
Patch Changes
#862
278618a
Thanks @ardatan! - dependencies updates:@whatwg-node/promise-helpers@^1.2.5
↗︎ (from^1.0.0
, independencies
)@graphql-tools/[email protected]
Patch Changes
#862
278618a
Thanks @ardatan! - dependencies updates:@whatwg-node/promise-helpers@^1.2.5
↗︎ (from^1.0.0
, independencies
)Updated dependencies [
278618a
,278618a
,278618a
,278618a
]:@graphql-mesh/[email protected]
Patch Changes
#862
278618a
Thanks @ardatan! - dependencies updates:@whatwg-node/promise-helpers@^1.2.5
↗︎ (from^1.0.0
, independencies
)Updated dependencies [
278618a
,278618a
,278618a
,278618a
,278618a
]:@graphql-hive/[email protected]
Patch Changes
#862
278618a
Thanks @ardatan! - dependencies updates:@whatwg-node/promise-helpers@^1.2.5
↗︎ (from^1.0.0
, independencies
)Updated dependencies [
d8a7e9e
,d8a7e9e
,dc8c4ce
]:@graphql-hive/[email protected]
Patch Changes
#862
278618a
Thanks @ardatan! - dependencies updates:@whatwg-node/promise-helpers@^1.2.5
↗︎ (from^1.2.4
, independencies
)Updated dependencies [
278618a
]:@graphql-mesh/[email protected]
Patch Changes
#862
278618a
Thanks @ardatan! - dependencies updates:@whatwg-node/promise-helpers@^1.2.5
↗︎ (from^1.0.0
, independencies
)@graphql-mesh/[email protected]
Patch Changes
#862
278618a
Thanks @ardatan! - dependencies updates:@whatwg-node/promise-helpers@^1.2.5
↗︎ (from^1.0.0
, independencies
)#886
e6b4faa
Thanks @ardatan! - Handle outgoing HTTP requests that do not have GraphQL ContextUpdated dependencies [
278618a
,278618a
]:@graphql-mesh/[email protected]
Patch Changes
278618a
,278618a
]:@graphql-hive/[email protected]
Patch Changes
#862
278618a
Thanks @ardatan! - dependencies updates:@whatwg-node/promise-helpers@^1.2.5
↗︎ (from^1.0.0
, independencies
)#862
278618a
Thanks @ardatan! - Improve webhooks handlingUpdated dependencies [
278618a
,278618a
,278618a
,278618a
,278618a
,278618a
,278618a
,278618a
]:@graphql-tools/[email protected]
Patch Changes
#862
278618a
Thanks @ardatan! - dependencies updates:@whatwg-node/promise-helpers@^1.2.5
↗︎ (from^1.0.0
, independencies
)Updated dependencies [
278618a
,278618a
,278618a
]:@graphql-tools/[email protected]
Patch Changes
278618a
]:@graphql-mesh/[email protected]
Patch Changes
#862
278618a
Thanks @ardatan! - dependencies updates:@whatwg-node/promise-helpers@^1.2.5
↗︎ (from^1.0.0
, independencies
)Updated dependencies [
278618a
]:@graphql-mesh/[email protected]
Patch Changes
#862
278618a
Thanks @ardatan! - dependencies updates:@whatwg-node/promise-helpers@^1.2.5
↗︎ (from^1.0.0
, independencies
)#862
278618a
Thanks @ardatan! - Use signal.addEventListener instead of leakingregisterAbortSignalListener
helper@graphql-mesh/[email protected]
Patch Changes
278618a
]:@graphql-tools/[email protected]
Patch Changes
#862
278618a
Thanks @ardatan! - dependencies updates:@whatwg-node/promise-helpers@^1.2.5
↗︎ (from^1.0.0
, independencies
)Updated dependencies [
278618a
]: