packages/server/README.md
パッケージの詳細
@apollo/server-plugin-response-cache
Apollo Server full query response cache
readme
更新履歴
@apollo/server-plugin-response-cache
5.0.0
Major Changes
- Drop support for Node.JS v14, v16, and v20.
Patch Changes
#8076
5b26558Thanks @valters! - Fix some error logs to properly calllogger.errororlogger.warnwiththisset. This fixes errors or crashes from logger implementations that expectthisto be set properly in their methods.Updated dependencies [
5b26558,100233a,100233a,100233a,100233a]:- @apollo/server@5.0.0
4.1.4
Patch Changes
4.1.3
Patch Changes
#7614
4fadf3ddcThanks @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
f6e3ae021Thanks @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
d7e9b9759Thanks @glasser! - If the cache you provide to thecacheoption 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
3fd7b5f26Thanks @trevor-scheer! - Update@apollo/utils.keyvaluecachedependency to the latest patch which correctly specifies its version oflru-cache.
4.0.2
Patch Changes
- #7170
4ce738193Thanks @trevor-scheer! - Update @apollo/utils packages to v2 (dropping node 12 support)
4.0.1
Patch Changes
#7049
3daee02c6Thanks @glasser! - Raise minimumenginesrequirement from Node.js v14.0.0 to v14.16.0. This is the minimum version of Node 14 supported by theenginesrequirement ofgraphql@16.6.0.Updated dependencies [
3daee02c6,3daee02c6]:- @apollo/server@4.0.1
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.