From f3e0d2269aefc2c4aee9799a48b2a7e5c3ca1c2d Mon Sep 17 00:00:00 2001 From: TheGuildBot <59414373+theguild-bot@users.noreply.github.com> Date: Tue, 16 Jan 2024 16:16:26 +0200 Subject: [PATCH] Upcoming Release Changes (#3165) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> --- .changeset/big-tables-clean.md | 7 ------- benchmark/CHANGELOG.md | 8 ++++++++ benchmark/package.json | 4 ++-- examples/response-cache/package.json | 2 +- packages/plugins/response-cache/CHANGELOG.md | 10 ++++++++++ packages/plugins/response-cache/package.json | 2 +- pnpm-lock.yaml | 4 ++-- 7 files changed, 24 insertions(+), 13 deletions(-) delete mode 100644 .changeset/big-tables-clean.md diff --git a/.changeset/big-tables-clean.md b/.changeset/big-tables-clean.md deleted file mode 100644 index 675a946882..0000000000 --- a/.changeset/big-tables-clean.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@graphql-yoga/plugin-response-cache': minor ---- - -Add `servedFromResponseCache` symbol property to responses served from the response cache in order -to allow other plugins to determine, whether a response was served from the cache and apply custom -logic based on that. diff --git a/benchmark/CHANGELOG.md b/benchmark/CHANGELOG.md index 59c68652d2..4a93aae1ee 100644 --- a/benchmark/CHANGELOG.md +++ b/benchmark/CHANGELOG.md @@ -1,5 +1,13 @@ # hello-world-benchmark +## 3.3.0 + +### Patch Changes + +- Updated dependencies + [[`353c0fed`](https://github.com/dotansimha/graphql-yoga/commit/353c0fed9435e8e81d854e2d9986270af8d424f4)]: + - @graphql-yoga/plugin-response-cache@3.3.0 + ## 3.2.1 ### Patch Changes diff --git a/benchmark/package.json b/benchmark/package.json index 6c9239ad07..6b9240d7d6 100644 --- a/benchmark/package.json +++ b/benchmark/package.json @@ -1,6 +1,6 @@ { "name": "hello-world-benchmark", - "version": "3.2.1", + "version": "3.3.0", "type": "module", "private": true, "scripts": { @@ -14,7 +14,7 @@ "dependencies": { "@envelop/graphql-jit": "8.0.0", "@faker-js/faker": "8.0.2", - "@graphql-yoga/plugin-response-cache": "3.2.1", + "@graphql-yoga/plugin-response-cache": "3.3.0", "graphql": "16.6.0", "graphql-yoga": "5.1.1" }, diff --git a/examples/response-cache/package.json b/examples/response-cache/package.json index f40e7ad8aa..6b8e5773ea 100644 --- a/examples/response-cache/package.json +++ b/examples/response-cache/package.json @@ -13,7 +13,7 @@ "start": "ts-node src/main.ts" }, "dependencies": { - "@graphql-yoga/plugin-response-cache": "3.2.1", + "@graphql-yoga/plugin-response-cache": "3.3.0", "graphql": "16.6.0", "graphql-yoga": "5.1.1" }, diff --git a/packages/plugins/response-cache/CHANGELOG.md b/packages/plugins/response-cache/CHANGELOG.md index d5132fd601..ca10d2542c 100644 --- a/packages/plugins/response-cache/CHANGELOG.md +++ b/packages/plugins/response-cache/CHANGELOG.md @@ -1,5 +1,15 @@ # @graphql-yoga/plugin-response-cache +## 3.3.0 + +### Minor Changes + +- [#3164](https://github.com/dotansimha/graphql-yoga/pull/3164) + [`353c0fed`](https://github.com/dotansimha/graphql-yoga/commit/353c0fed9435e8e81d854e2d9986270af8d424f4) + Thanks [@n1ru4l](https://github.com/n1ru4l)! - Add `servedFromResponseCache` symbol property to + responses served from the response cache in order to allow other plugins to determine, whether a + response was served from the cache and apply custom logic based on that. + ## 3.2.1 ### Patch Changes diff --git a/packages/plugins/response-cache/package.json b/packages/plugins/response-cache/package.json index 67fc4fec4b..5be3a19a10 100644 --- a/packages/plugins/response-cache/package.json +++ b/packages/plugins/response-cache/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-yoga/plugin-response-cache", - "version": "3.2.1", + "version": "3.3.0", "type": "module", "description": "", "repository": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b55b596fcd..86b5b38347 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -137,7 +137,7 @@ importers: specifier: 8.0.2 version: 8.0.2 '@graphql-yoga/plugin-response-cache': - specifier: 3.2.1 + specifier: 3.3.0 version: link:../packages/plugins/response-cache/dist graphql: specifier: 16.6.0 @@ -1262,7 +1262,7 @@ importers: examples/response-cache: dependencies: '@graphql-yoga/plugin-response-cache': - specifier: 3.2.1 + specifier: 3.3.0 version: link:../../packages/plugins/response-cache/dist graphql: specifier: 16.6.0