Skip to content

Commit f3e0d22

Browse files
Upcoming Release Changes (#3165)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 3f2d2c5 commit f3e0d22

File tree

7 files changed

+24
-13
lines changed

7 files changed

+24
-13
lines changed

.changeset/big-tables-clean.md

-7
This file was deleted.

benchmark/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# hello-world-benchmark
22

3+
## 3.3.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
[[`353c0fed`](https://github.com/dotansimha/graphql-yoga/commit/353c0fed9435e8e81d854e2d9986270af8d424f4)]:
9+
- @graphql-yoga/plugin-response-cache@3.3.0
10+
311
## 3.2.1
412

513
### Patch Changes

benchmark/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hello-world-benchmark",
3-
"version": "3.2.1",
3+
"version": "3.3.0",
44
"type": "module",
55
"private": true,
66
"scripts": {
@@ -14,7 +14,7 @@
1414
"dependencies": {
1515
"@envelop/graphql-jit": "8.0.0",
1616
"@faker-js/faker": "8.0.2",
17-
"@graphql-yoga/plugin-response-cache": "3.2.1",
17+
"@graphql-yoga/plugin-response-cache": "3.3.0",
1818
"graphql": "16.6.0",
1919
"graphql-yoga": "5.1.1"
2020
},

examples/response-cache/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"start": "ts-node src/main.ts"
1414
},
1515
"dependencies": {
16-
"@graphql-yoga/plugin-response-cache": "3.2.1",
16+
"@graphql-yoga/plugin-response-cache": "3.3.0",
1717
"graphql": "16.6.0",
1818
"graphql-yoga": "5.1.1"
1919
},

packages/plugins/response-cache/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @graphql-yoga/plugin-response-cache
22

3+
## 3.3.0
4+
5+
### Minor Changes
6+
7+
- [#3164](https://github.com/dotansimha/graphql-yoga/pull/3164)
8+
[`353c0fed`](https://github.com/dotansimha/graphql-yoga/commit/353c0fed9435e8e81d854e2d9986270af8d424f4)
9+
Thanks [@n1ru4l](https://github.com/n1ru4l)! - Add `servedFromResponseCache` symbol property to
10+
responses served from the response cache in order to allow other plugins to determine, whether a
11+
response was served from the cache and apply custom logic based on that.
12+
313
## 3.2.1
414

515
### Patch Changes

packages/plugins/response-cache/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-yoga/plugin-response-cache",
3-
"version": "3.2.1",
3+
"version": "3.3.0",
44
"type": "module",
55
"description": "",
66
"repository": {

pnpm-lock.yaml

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)