Releases: graphql-hive/envelop
January 18, 2024
January 18, 2024
January 18, 2024
December 12, 2023
@envelop/sentry@8.0.0
Major Changes
-
aff6ea0
Thanks @EmrysMyrddin! - Allow to provide the context type as a
generic parameterBreaking Change: Since this introduces a typed context as a generic, TS will not always infer
the correct type for you. If you have a custom Context type, please consider explicitly pass this
context type as a generic argument:cont yoga = createYoga<CustomContext>({ plugins: [ useSentry<CustomContext>({ //... }) ] })
December 12, 2023
@envelop/sentry@7.1.1
Patch Changes
398564c
Thanks @EmrysMyrddin! - Revert the addition of a typed context
since it is a breaking change. This will be re-added in a major release.
December 11, 2023
@envelop/response-cache@6.1.2
Patch Changes
-
#2111
ee1b3c0
Thanks @klippx! - Fixes return type of shouldCacheResult -
4a1e50b
Thanks @EmrysMyrddin! - Do not cache response with a TTL equal
to 0, whatever API is used to define the TTL
@envelop/response-cache-cloudflare-kv@0.3.0
Minor Changes
- #2105
a2c7657
Thanks @AdiRishi! - Change @cloudflare/workers-types to an optional
peer dependency of the package
Patch Changes
@envelop/response-cache-redis@4.1.2
Patch Changes
@envelop/sentry@7.1.0
Minor Changes
- #2103
58d80ea
Thanks @EmrysMyrddin! - Allow to provide the context type as a
generic parameter
November 29, 2023
@envelop/response-cache@6.1.1
Patch Changes
-
#2094
cafc43f
Thanks @EmrysMyrddin! - Run enabled once only in execution -
#2090
09a4bc1
Thanks @klippx! - Fix TTL being NaN when using@cacheControl
withoutmaxAge
argument.
@envelop/response-cache-cloudflare-kv@0.2.0
Minor Changes
Patch Changes
@envelop/response-cache-redis@4.1.1
Patch Changes
October 25, 2023
@envelop/response-cache@6.0.1
Patch Changes
4183b275
Thanks @EmrysMyrddin! - Fix leak of cache metadata in the
result when cache is skipped.
@envelop/response-cache-redis@4.0.1
Patch Changes
-
4183b275
Thanks @EmrysMyrddin! - Fix leak of cache metadata in the
result when cache is skipped. -
Updated dependencies
[4183b275
]:- @envelop/response-cache@6.0.1
October 17, 2023
@envelop/apollo-tracing@6.1.0
Patch Changes
- Updated dependencies
[408f5be3
]:- @envelop/on-resolve@4.1.0
@envelop/graphql-jit@8.0.1
Patch Changes
@envelop/newrelic@7.1.0
Patch Changes
- Updated dependencies
[408f5be3
]:- @envelop/on-resolve@4.1.0
@envelop/on-resolve@4.1.0
Minor Changes
- #1982
408f5be3
Thanks @darren-west! - Option to skip executing theonResolve
hook during introspection queries
@envelop/opentelemetry@6.1.0
Patch Changes
- Updated dependencies
[408f5be3
]:- @envelop/on-resolve@4.1.0
@envelop/prometheus@9.1.0
Patch Changes
- Updated dependencies
[408f5be3
]:- @envelop/on-resolve@4.1.0
@envelop/rate-limiter@6.1.0
Patch Changes
- Updated dependencies
[408f5be3
]:- @envelop/on-resolve@4.1.0
October 16, 2023
@envelop/core@5.0.0
Major Changes
-
#1986
68e7a2a5
Thanks @EmrysMyrddin! - Breaking Change: Support of Node 16
is dropped. -
#1939
f7ef03c0
Thanks @EmrysMyrddin! - TheaddPlugin
function now insert the
plugin in place in the plugin list, leading to a more predictable execution order.Breaking Change: This change alter the execution order of plugins. This can break some plugins
that was relying on the fact theaddPlugin
allowed to push a plugin to the end of the plugin
list.If it is the case, the best fix is to reorder the plugin list and ensure the plugin is in the
right position, after all its dependencies.
Patch Changes
- Updated dependencies
[68e7a2a5
]:- @envelop/types@5.0.0
@envelop/apollo-datasources@4.0.0
Major Changes
-
#1986
68e7a2a5
Thanks @EmrysMyrddin! - Breaking Change: Support of Node 16
is dropped. -
Updated dependencies
[68e7a2a5
,
f7ef03c0
]:- @envelop/core@5.0.0
@envelop/apollo-federation@5.0.0
Major Changes
-
#1986
68e7a2a5
Thanks @EmrysMyrddin! - Breaking Change: Support of Node 16
is dropped. -
Updated dependencies
[68e7a2a5
,
f7ef03c0
]:- @envelop/core@5.0.0
@envelop/apollo-server-errors@6.0.0
Major Changes
-
#1986
68e7a2a5
Thanks @EmrysMyrddin! - Breaking Change: Support of Node 16
is dropped. -
Updated dependencies
[68e7a2a5
,
f7ef03c0
]:- @envelop/core@5.0.0
@envelop/apollo-tracing@6.0.0
Major Changes
-
#1986
68e7a2a5
Thanks @EmrysMyrddin! - Breaking Change: Support of Node 16
is dropped. -
Updated dependencies
[68e7a2a5
,
f7ef03c0
]:- @envelop/core@5.0.0
- @envelop/types@5.0.0
Patch Changes
- Updated dependencies
[68e7a2a5
]:- @envelop/on-resolve@4.0.0
@envelop/auth0@6.0.0
Major Changes
-
#1986
68e7a2a5
Thanks @EmrysMyrddin! - Breaking Change: Support of Node 16
is dropped. -
Updated dependencies
[68e7a2a5
,
f7ef03c0
]:- @envelop/core@5.0.0
@envelop/dataloader@6.0.0
Major Changes
-
#1986
68e7a2a5
Thanks @EmrysMyrddin! - Breaking Change: Support of Node 16
is dropped. -
Updated dependencies
[68e7a2a5
,
f7ef03c0
]:- @envelop/core@5.0.0
@envelop/depth-limit@4.0.0
Major Changes
-
#1986
68e7a2a5
Thanks @EmrysMyrddin! - Breaking Change: Support of Node 16
is dropped. -
Updated dependencies
[68e7a2a5
,
f7ef03c0
]:- @envelop/core@5.0.0
@envelop/disable-introspection@6.0.0
Major Changes
-
#1986
68e7a2a5
Thanks @EmrysMyrddin! - Breaking Change: Support of Node 16
is dropped. -
Updated dependencies
[68e7a2a5
,
f7ef03c0
]:- @envelop/core@5.0.0
@envelop/execute-subscription-event@5.0.0
Major Changes
-
#1986
68e7a2a5
Thanks @EmrysMyrddin! - Breaking Change: Support of Node 16
is dropped. -
Updated dependencies
[68e7a2a5
,
f7ef03c0
]:- @envelop/core@5.0.0
@envelop/extended-validation@4.0.0
Major Changes
-
#1986
68e7a2a5
Thanks @EmrysMyrddin! - Breaking Change: Support of Node 16
is dropped. -
Updated dependencies
[68e7a2a5
,
f7ef03c0
]:- @envelop/core@5.0.0
@envelop/filter-operation-type@6.0.0
Major Changes
-
#1986
68e7a2a5
Thanks @EmrysMyrddin! - Breaking Change: Support of Node 16
is dropped. -
Updated dependencies
[68e7a2a5
,
f7ef03c0
]:- @envelop/core@5.0.0
@envelop/fragment-arguments@6.0.0
Major Changes
-
#1986
68e7a2a5
Thanks @EmrysMyrddin! - Breaking Change: Support of Node 16
is dropped. -
Updated dependencies
[68e7a2a5
,
f7ef03c0
]:- @envelop/core@5.0.0
@envelop/generic-auth@7.0.0
Major Changes
-
#1986
68e7a2a5
Thanks @EmrysMyrddin! - Breaking Change: Support of Node 16
is dropped. -
Updated dependencies
[68e7a2a5
,
f7ef03c0
]:- @envelop/core@5.0.0
Patch Changes
- Updated dependencies
[68e7a2a5
]:- @envelop/extended-validation@4.0.0
@envelop/graphql-jit@8.0.0
Major Changes
-
#1986
68e7a2a5
Thanks @EmrysMyrddin! - Breaking Change: Support of Node 16
is dropped. -
Updated dependencies
[68e7a2a5
,
f7ef03c0
]:- @envelop/core@5.0.0
Patch Changes
- #1999
[aba3c5c6
](https:...