From a4411bd796069bc7d29cd29407e4485c16a6b5ea Mon Sep 17 00:00:00 2001 From: Trevor Scheer Date: Mon, 11 Jul 2022 11:49:54 -0700 Subject: [PATCH] Update changelog for 3.10.0 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d33874d27cd..c343ffd8fef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,10 @@ The version headers in this history reflect the versions of Apollo Server itself ## vNEXT +- _Nothing yet! Stay tuned._ + +## v3.10.0 + - Add `document`, `variables`, `headers` as an option in the `ApolloServerPluginLandingPageLocalDefault` plugins. The embedded version of Apollo Sandbox can now use these options as an initial state. [PR #6628](https://github.com/apollographql/apollo-server/pull/6628) - Add `generateCacheKey` to `ApolloServerPluginResponseCache` to allow for custom cache keys. [PR #6655](https://github.com/apollographql/apollo-server/pull/6655)