December 11, 2024
·
511 commits
to main
since this release
@envelop/generic-auth@8.0.1
Patch Changes
-
#2347
8b7e657
Thanks @ardatan! - dependencies updates:- Added dependency
@graphql-tools/executor@^1.3.6↗︎
(todependencies)
- Added dependency
-
#2347
8b7e657
Thanks @ardatan! - Handle operations with `@include` and `@skip`
correctly when they have default values in the operation definition{ query: /* GraphQL */ ` query MyQuery($include: Boolean = true) { field @include(if: $include) } `, variables: {} }
should be considered same as
{ query: /* GraphQL */ ` query MyQuery($include: Boolean!) { field @include(if: $include) } `, variables: { include: true } }
@envelop/response-cache@6.2.5
Patch Changes
- #2337
931a6da
Thanks @renovate! - dependencies updates:- Updated dependency
@whatwg-node/fetch@^0.10.0↗︎
(from^0.9.0, independencies)
- Updated dependency
@envelop/sentry@11.0.0
Major Changes
-
#2335
073774c
Thanks @EmrysMyrddin! - Fix: Update code to better feat the new
Sentry v8 APIBreaking Change:
startTransactionoption has been removed.forceTransactionoption has been added, disabled by default.
@envelop/statsd@5.0.1
Patch Changes
- #1709
e6aac57
Thanks @renovate! - dependencies updates:- Updated dependency
hot-shots@^10.0.0↗︎
(from^8.0.0 || ^9.0.0, inpeerDependencies)
- Updated dependency