Skip to content

Commit c3ef970

Browse files
chore(release): update monorepo packages versions
1 parent d3f1a84 commit c3ef970

11 files changed

Lines changed: 51 additions & 26 deletions

File tree

.changeset/fair-planes-switch.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

.changeset/hello.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/public-hairs-shine.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

benchmark/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# hello-world-benchmark
22

3+
## 3.23.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
[[`fbd8436`](https://github.com/graphql-hive/graphql-yoga/commit/fbd84362d9fc9a404a232f5aaae90eb773163203)]:
9+
- @graphql-yoga/plugin-response-cache@3.23.1
10+
311
## 3.23.0
412

513
### Patch Changes

benchmark/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hello-world-benchmark",
3-
"version": "3.23.0",
3+
"version": "3.23.1",
44
"type": "module",
55
"private": true,
66
"scripts": {

packages/envelop/plugins/graphql-middleware/CHANGELOG.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @envelop/graphql-middleware
22

3+
## 9.1.2
4+
5+
### Patch Changes
6+
7+
- [#4450](https://github.com/graphql-hive/graphql-yoga/pull/4450)
8+
[`08c3cb6`](https://github.com/graphql-hive/graphql-yoga/commit/08c3cb644294b5165287540f68f9228ec7bc7623)
9+
Thanks [@ardatan](https://github.com/ardatan)! - Do not use symbols which are forbidden in
10+
GraphQLjs, and use 'graphqlMiddleware.appliedTransform' string as a key in the extension instead
11+
312
## 9.1.1
413

514
### Patch Changes
@@ -106,8 +115,8 @@
106115
[`e3c90116`](https://github.com/n1ru4l/envelop/commit/e3c9011640b73aaede4e5e472a5d45aab947165c)
107116
Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
108117
- Updated dependency
109-
[`@envelop/core@^4.0.2` ↗︎](https://www.npmjs.com/package/@envelop/core/v/4.0.2) (from `^4.0.1`,
110-
in `peerDependencies`)
118+
[`@envelop/core@^4.0.2` ↗︎](https://www.npmjs.com/package/@envelop/core/v/4.0.2) (from
119+
`^4.0.1`, in `peerDependencies`)
111120

112121
- Updated dependencies
113122
[[`dee6b8d2`](https://github.com/n1ru4l/envelop/commit/dee6b8d215f21301660090037b6685e86d217593)]:

packages/envelop/plugins/graphql-middleware/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@envelop/graphql-middleware",
3-
"version": "9.1.1",
3+
"version": "9.1.2",
44
"type": "module",
55
"repository": {
66
"type": "git",

packages/plugins/defer-stream/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @graphql-yoga/plugin-defer-stream
22

3+
## 3.21.1
4+
5+
### Patch Changes
6+
7+
- [#4450](https://github.com/graphql-hive/graphql-yoga/pull/4450)
8+
[`08c3cb6`](https://github.com/graphql-hive/graphql-yoga/commit/08c3cb644294b5165287540f68f9228ec7bc7623)
9+
Thanks [@ardatan](https://github.com/ardatan)! - When adding the defer and stream directives to
10+
the schema, we need to make sure to also move the extensions from the old schema to the new one,
11+
otherwise we might lose important information like plugin metadata.
12+
313
## 3.21.0
414

515
### Patch Changes

packages/plugins/defer-stream/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-yoga/plugin-defer-stream",
3-
"version": "3.21.0",
3+
"version": "3.21.1",
44
"type": "module",
55
"description": "Defer/Stream plugin for GraphQL Yoga.",
66
"repository": {

packages/plugins/response-cache/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# @graphql-yoga/plugin-response-cache
22

3+
## 3.23.1
4+
5+
### Patch Changes
6+
7+
- [#4492](https://github.com/graphql-hive/graphql-yoga/pull/4492)
8+
[`fbd8436`](https://github.com/graphql-hive/graphql-yoga/commit/fbd84362d9fc9a404a232f5aaae90eb773163203)
9+
Thanks [@copilot-swe-agent](https://github.com/apps/copilot-swe-agent)! - Include the
10+
`Last-Modified` header in early `304 Not Modified` responses returned by the response-cache
11+
plugin's `onRequest` short-circuit path.
12+
13+
Previously, this path returned only `ETag`. Now it returns both `ETag` and `Last-Modified` from
14+
cached response metadata so conditional revalidation responses are consistent with the original
15+
cached `200` response headers.
16+
17+
This improves interoperability with HTTP intermediaries and edge caches that rely on both
18+
validators (`If-None-Match` and `If-Modified-Since`) during revalidation, helping avoid unstable
19+
cache states when only one validator is present in a `304` response.
20+
321
## 3.23.0
422

523
### Patch Changes

0 commit comments

Comments
 (0)