This repository was archived by the owner on Jul 17, 2022. It is now read-only.
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 contains the following updates:
3.6.8
->3.6.9
3.8.2
->3.10.0
3.8.2
->3.10.0
Release Notes
apollographql/apollo-client
v3.6.9
Compare Source
Bug Fixes
fetchPolicy
unchanged whenskip: true
(or in standby) andnextFetchPolicy
is available, even ifvariables
change.@benjamn in #9823
apollographql/apollo-server
v3.10.0
Compare Source
document
,variables
,headers
as an option in theApolloServerPluginLandingPageLocalDefault
plugins. The embedded version of Apollo Sandbox can now use these options as an initial state. PR #6628generateCacheKey
toApolloServerPluginResponseCache
to allow for custom cache keys. PR #6655v3.9.0
Compare Source
apollo-server-core
: The default configuration of Apollo Server is vulnerable to denial of service attacks via memory exhaustion. If you do not currently specify thecache
option tonew ApolloServer()
, we strongly recommend you specifycache: 'bounded'
, which replaces the default in-memory unbounded cache with a 30MB in-memory cache, or disable automatic persisted queries withpersistedQueries: false
. Apollo Server now logs a warning in production if you do not configure the cache or disable APQs. See the docs for more details.apollo-server-caching
package is no longer published. The TypeScript typesKeyValueCache
andKeyValueCacheSetOptions
and the classesPrefixingKeyValueCache
andInMemoryLRUCache
can be imported from@apollo/utils.keyvaluecache
instead. The first three exports are identical;InMemoryLRUCache
is based onlru-cache
v7 instead of v6, and no longer supports creating unbounded caches (which was the default behavior forapollo-server-caching
'sInMemoryLRUCache
). PR #6522apollo-server-cache-redis
andapollo-server-cache-memcached
packages are no longer published (though previous versions continue to work). We recommend that users of these packages migrate to@apollo/utils.keyvadapter
, which lets you connect to Redis, Memcached, or any other backend supported by the Keyv project. See the new cache backend docs for more details. PR #6541parsingDidStart
plugin method rejects. Issue #6567 PR #6559Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.