turbo-pothos-prisma-nextjs-template
turbo-pothos-prisma-nextjs-template copied to clipboard
chore(deps): bump @apollo/server from 4.4.0 to 4.10.4
Bumps @apollo/server from 4.4.0 to 4.10.4.
Release notes
Sourced from @apollo/server
's releases.
@apollo/server-integration-testsuite
@4
.10.4Patch Changes
@apollo/server
@4
.10.4Patch Changes
- #7871
18a3827
Thanks@tninesling
! - Subscription heartbeats are initialized prior to awaiting subscribe(). This allows long-running setup to happen in the returned Promise without the subscription being terminated prior to resolution.
@apollo/server-integration-testsuite
@4
.10.3Patch Changes
@apollo/server
@4
.10.3Patch Changes
- #7866
5f335a5
Thanks@tninesling
! - Catch errors thrown by subscription generators, and gracefully clean up the subscription instead of crashing.
@apollo/server-integration-testsuite
@4
.10.2Patch Changes
@apollo/server
@4
.10.2Patch Changes
- #7849
c7e514c
Thanks@TylerBloom
! - In the subscription callback server plugin, terminating a subscription now immediately closes the internal async generator. This avoids that generator existing after termination and until the next message is received.
@apollo/server-integration-testsuite
@4
.10.1Patch Changes
@apollo/server
@4
.10.1Patch Changes
- #7843
72f568e
Thanks@bscherlein
! - Improves timing of thewillResolveField
end hook on fields which return Promises resolving to Arrays. This makes the use of thesetCacheHint
method more reliable.
@apollo/server-integration-testsuite
@4
.10.0Minor Changes
- #7786
869ec98
Thanks@ganemone
! - Restore missing v1skipValidation
option asdangerouslyDisableValidation
. Note that enabling this option exposes your server to potential security and unexpected runtime issues. Apollo will not support issues that arise as a result of using this option.Patch Changes
... (truncated)
Changelog
Sourced from @apollo/server
's changelog.
4.10.4
Patch Changes
- #7871
18a3827
Thanks@tninesling
! - Subscription heartbeats are initialized prior to awaiting subscribe(). This allows long-running setup to happen in the returned Promise without the subscription being terminated prior to resolution.4.10.3
Patch Changes
- #7866
5f335a5
Thanks@tninesling
! - Catch errors thrown by subscription generators, and gracefully clean up the subscription instead of crashing.4.10.2
Patch Changes
- #7849
c7e514c
Thanks@TylerBloom
! - In the subscription callback server plugin, terminating a subscription now immediately closes the internal async generator. This avoids that generator existing after termination and until the next message is received.4.10.1
Patch Changes
- #7843
72f568e
Thanks@bscherlein
! - Improves timing of thewillResolveField
end hook on fields which return Promises resolving to Arrays. This makes the use of thesetCacheHint
method more reliable.4.10.0
Minor Changes
#7786
869ec98
Thanks@ganemone
! - Restore missing v1skipValidation
option asdangerouslyDisableValidation
. Note that enabling this option exposes your server to potential security and unexpected runtime issues. Apollo will not support issues that arise as a result of using this option.#7803
e9a0d6e
Thanks@favna
! - allowstringifyResult
to return aPromise<string>
Users who implemented the
stringifyResult
hook can now expect error responses to be formatted with the hook as well. Please take care when updating to this version to ensure this is the desired behavior, or implement the desired behavior accordingly in yourstringifyResult
hook. This was considered a non-breaking change as we consider that it was an oversight in the original PR that introducedstringifyResult
hook.Patch Changes
#7793
9bd7748
Thanks@bnjjj
! - General availability of subscription callback protocol#7799
63dc50f
Thanks@stijnbe
! - Fix type of ApolloServerPluginUsageReporting reportTimer#7740
fe68c1b
Thanks@barnisanov
! - Uninstalledbody-parser
and usedexpress
built-inbody-parser
functionality instead(mainly the json middleware)4.9.5
Patch Changes
... (truncated)
Commits
268687d
Version Packages (#7873)18a3827
Eagerly start subscription heartbeats (#7871)7e64902
Version Packages (#7867)5f335a5
Handle failed subscription payloads (#7866)80afc33
Update codegen config to prevent naming collision of enum values (#7854)1cdb7f8
Version Packages (#7853)29c391c
Merge pull request #7849 from TylerBloom/fix-client-delay-on-subscription-close2edb6e0
Elaborate on changed behavior in v4.3.3 re:fieldLevelInstrumentation
and e...c7e514c
fix: Terminating a subscription now also closes the async iterator.2e66002
Version Packages (#7844)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)