Upcoming Release Changes - #1
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
June 15, 2021 09:11
617c86d to
4724cfe
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
2 times, most recently
from
July 16, 2021 22:42
9a82fc4 to
b37f551
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
September 9, 2021 11:04
b37f551 to
7a8c2f8
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
December 15, 2025 11:53
7a8c2f8 to
4f3e3a0
Compare
This file contains hidden or 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
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
@envelop/rate-limiter@10.0.0
Major Changes
#1323
cecd3f6Thanks @ardatan! - Rate Limiter no longer gets attached to the resolvers and useonExecutehook instead.This improves performance by reducing the number of function calls, and issues with multiple plugins trying to wrap the same resolver.
onRateLimitErrorno longer receivesinfoobject, but receivestypeandfieldinstead.interpolateMessagealso receivestypeandfieldinstead ofinfo.onRateLimitError({ error: string; identifier: string; context: unknown; - info: GraphQLResolveInfo; + type: GraphQLNamedOutputType; + field: GraphQLField<any, any>; })interpolateMessage( message: string, identifier: string, params: { root: unknown; args: Record<string, unknown>; context: unknown; - info: GraphQLResolveInfo; + type: GraphQLNamedOutputType; + field: GraphQLField<any, any>; } ): stringPatch Changes
d3d83bc,49346b2]:@envelop/core@5.5.0
Minor Changes
d3d83bcThanks @andrew0! - Handle incremental execution errors in useErrorHandler@envelop/on-resolve@8.0.0
Minor Changes
#2747
49346b2Thanks @cecchi! - Add option to ignore default resolvers in opentelemetry instrumentationTo reduce telemetry data volume and noise in traces, it is recommended to ignore resolvers with the
default implementation since they probably doesn't do anything worth tracking.
Usage
Patch Changes
d3d83bc]:@envelop/opentelemetry@10.0.0
Minor Changes
#2747
49346b2Thanks @cecchi! - Add option to ignore default resolvers in opentelemetry instrumentationTo reduce telemetry data volume and noise in traces, it is recommended to ignore resolvers with the
default implementation since they probably doesn't do anything worth tracking.
Usage
Patch Changes
d3d83bc,49346b2]:@envelop/apollo-datasources@8.0.0
Patch Changes
d3d83bc]:@envelop/apollo-federation@9.0.0
Patch Changes
d3d83bc]:@envelop/apollo-server-errors@10.0.0
Patch Changes
d3d83bc]:@envelop/apollo-tracing@10.0.0
Patch Changes
d3d83bc,49346b2]:@envelop/auth0@10.0.0
Patch Changes
d3d83bc]:@envelop/dataloader@10.0.0
Patch Changes
d3d83bc]:@envelop/depth-limit@8.0.0
Patch Changes
d3d83bc]:@envelop/disable-introspection@10.0.0
Patch Changes
d3d83bc]:@envelop/execute-subscription-event@9.0.0
Patch Changes
d3d83bc]:@envelop/extended-validation@8.0.0
Patch Changes
d3d83bc]:@envelop/filter-operation-type@10.0.0
Patch Changes
d3d83bc]:@envelop/fragment-arguments@10.0.0
Patch Changes
d3d83bc]:@envelop/generic-auth@12.0.0
Patch Changes
d3d83bc]:@envelop/graphql-jit@12.0.0
Patch Changes
d3d83bc]:@envelop/graphql-middleware@10.0.0
Patch Changes
d3d83bc]:@envelop/graphql-modules@10.0.0
Patch Changes
d3d83bc]:@envelop/immediate-introspection@8.0.0
Patch Changes
d3d83bc]:@envelop/live-query@11.0.0
Patch Changes
d3d83bc]:@envelop/newrelic@11.0.0
Patch Changes
d3d83bc,49346b2]:@envelop/operation-field-permissions@10.0.0
Patch Changes
d3d83bc]:@envelop/parser-cache@11.0.0
Patch Changes
d3d83bc]:@envelop/persisted-operations@11.0.0
Patch Changes
d3d83bc]:@envelop/preload-assets@10.0.0
Patch Changes
d3d83bc]:@envelop/prometheus@15.0.0
Patch Changes
d3d83bc,49346b2]:@envelop/resource-limitations@9.0.0
Patch Changes
d3d83bc]:@envelop/response-cache@10.0.0
Patch Changes
d3d83bc]:@envelop/response-cache-cloudflare-kv@7.0.0
Patch Changes
@envelop/response-cache-redis@4.2.6
Patch Changes
@envelop/sentry@16.0.0
Patch Changes
d3d83bc]:@envelop/statsd@9.0.0
Patch Changes
d3d83bc]:@envelop/validation-cache@11.0.0
Patch Changes
2c0ce13Thanks @renovate! - dependencies updates:object-hash@^3.0.0↗︎ (todependencies)hash-it@^6.0.0↗︎ (fromdependencies)d3d83bc]:@envelop/testing@11.0.0
Patch Changes
d3d83bc]: