Skip to content

Commit fdc731c

Browse files
committed
bump plugin-response-cache
1 parent 8331034 commit fdc731c

File tree

4 files changed

+15
-8
lines changed

4 files changed

+15
-8
lines changed

.changeset/cool-jokes-greet.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
'@graphql-mesh/plugin-response-cache': patch
3+
---
4+
5+
Provide cache key per oparation in a batched
6+
7+
Instead of per request, which would give out the same cache key for every operation in a batched request.

e2e/cache-control/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"@graphql-hive/gateway": "^1.8.0",
88
"@graphql-mesh/cache-upstash-redis": "^0.0.4",
99
"@graphql-mesh/compose-cli": "^1.3.11",
10-
"@graphql-yoga/plugin-response-cache": "^3.12.10",
10+
"@graphql-yoga/plugin-response-cache": "^3.13.1",
1111
"graphql": "^16.9.0",
1212
"graphql-yoga": "^5.10.10",
1313
"tslib": "^2.8.1"

packages/plugins/response-cache/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@graphql-mesh/types": "^0.103.17",
4343
"@graphql-mesh/utils": "^0.103.17",
4444
"@graphql-tools/utils": "^10.6.2",
45-
"@graphql-yoga/plugin-response-cache": "^3.1.1",
45+
"@graphql-yoga/plugin-response-cache": "^3.13.1",
4646
"cache-control-parser": "^2.0.6",
4747
"graphql-yoga": "^5.7.0",
4848
"tslib": "^2.4.0"

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3643,7 +3643,7 @@ __metadata:
36433643
"@graphql-hive/gateway": "npm:^1.8.0"
36443644
"@graphql-mesh/cache-upstash-redis": "npm:^0.0.4"
36453645
"@graphql-mesh/compose-cli": "npm:^1.3.11"
3646-
"@graphql-yoga/plugin-response-cache": "npm:^3.12.10"
3646+
"@graphql-yoga/plugin-response-cache": "npm:^3.13.1"
36473647
graphql: "npm:^16.9.0"
36483648
graphql-yoga: "npm:^5.10.10"
36493649
tslib: "npm:^2.8.1"
@@ -6952,7 +6952,7 @@ __metadata:
69526952
"@graphql-mesh/types": "npm:^0.103.17"
69536953
"@graphql-mesh/utils": "npm:^0.103.17"
69546954
"@graphql-tools/utils": "npm:^10.6.2"
6955-
"@graphql-yoga/plugin-response-cache": "npm:^3.1.1"
6955+
"@graphql-yoga/plugin-response-cache": "npm:^3.13.1"
69566956
cache-control-parser: "npm:^2.0.6"
69576957
graphql-yoga: "npm:^5.7.0"
69586958
tslib: "npm:^2.4.0"
@@ -8780,16 +8780,16 @@ __metadata:
87808780
languageName: node
87818781
linkType: hard
87828782

8783-
"@graphql-yoga/plugin-response-cache@npm:^3.1.1, @graphql-yoga/plugin-response-cache@npm:^3.12.10":
8784-
version: 3.13.0
8785-
resolution: "@graphql-yoga/plugin-response-cache@npm:3.13.0"
8783+
"@graphql-yoga/plugin-response-cache@npm:^3.13.1":
8784+
version: 3.13.1
8785+
resolution: "@graphql-yoga/plugin-response-cache@npm:3.13.1"
87868786
dependencies:
87878787
"@envelop/core": "npm:^5.0.2"
87888788
"@envelop/response-cache": "npm:^6.1.2"
87898789
peerDependencies:
87908790
graphql: ^15.2.0 || ^16.0.0
87918791
graphql-yoga: ^5.11.0
8792-
checksum: 10c0/3035c73df415a25c9c83ede0a9d6c4bb9183fbfef7fa13644d9f3eb10c471b08b43142e5aebf6649acf64ed4a943002b74d2c32d22f3fae5f463ba7aaf6fd843
8792+
checksum: 10c0/0f5658087484d87f6dcac12881f907180c7ed8f69e5b5537cd954ca42457999c96f23eed385e781ff9770a35cfb1f6056ab216aacadc37e4aed48af2f0558b77
87938793
languageName: node
87948794
linkType: hard
87958795

0 commit comments

Comments
 (0)