packages/server/README.md
Package detail
@apollo/server-plugin-response-cache
Apollo Server full query response cache
readme
changelog
@apollo/server-plugin-response-cache
4.1.4
Patch Changes
4.1.3
Patch Changes
#7614
4fadf3ddc
Thanks @Cellule! - Publish TypeScript typings for CommonJS modules output.This allows TypeScript projects that use CommonJS modules with
moduleResolution: "node16"
ormoduleResolution: "nodeNext"
to correctly resolves the typings of apollo's packages as CommonJS instead of ESM.
4.1.2
Patch Changes
- #7454
f6e3ae021
Thanks @trevor-scheer! - Start building packages with TS 5.x, which should have no effect for users
4.1.1
Patch Changes
4.1.0
Minor Changes
- #7241
d7e9b9759
Thanks @glasser! - If the cache you provide to thecache
option is created withPrefixingKeyValueCache.cacheDangerouslyDoesNotNeedPrefixesForIsolation
(new in@apollo/utils.keyvaluecache@2.1.0
), thefqc:
prefix will not be added to cache keys.
4.0.3
Patch Changes
- #7187
3fd7b5f26
Thanks @trevor-scheer! - Update@apollo/utils.keyvaluecache
dependency to the latest patch which correctly specifies its version oflru-cache
.
4.0.2
Patch Changes
- #7170
4ce738193
Thanks @trevor-scheer! - Update @apollo/utils packages to v2 (dropping node 12 support)
4.0.1
Patch Changes
#7049
3daee02c6
Thanks @glasser! - Raise minimumengines
requirement from Node.js v14.0.0 to v14.16.0. This is the minimum version of Node 14 supported by theengines
requirement of `graphql@16.6.0`.
4.0.0
Initial release of @apollo/server-plugin-response-cache
with support for Apollo Server 4. The version of this plugin designed for Apollo Server 2 and 3 was named apollo-server-plugin-response-cache
.