Skip to content

Commit 320f440

Browse files
Upcoming Release Changes (#1616)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 8a90f54 commit 320f440

File tree

11 files changed

+36
-34
lines changed

11 files changed

+36
-34
lines changed

.changeset/@envelop_response-cache-1623-dependencies.md

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

.changeset/@envelop_validation-cache-1602-dependencies.md

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

.changeset/proud-yaks-raise.md

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

.changeset/twelve-jobs-clap.md

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

.changeset/wise-weeks-taste.md

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

packages/plugins/response-cache-redis/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @envelop/response-cache-redis
22

3+
## 2.0.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`d50fa6f0`](https://github.com/n1ru4l/envelop/commit/d50fa6f0b71e9ceb13b492e3a0961a6e9d75824f), [`8a90f541`](https://github.com/n1ru4l/envelop/commit/8a90f5411dce07ae23915cced951708517bb6da5), [`d50fa6f0`](https://github.com/n1ru4l/envelop/commit/d50fa6f0b71e9ceb13b492e3a0961a6e9d75824f)]:
8+
- @envelop/response-cache@4.0.5
9+
310
## 2.0.4
411

512
### Patch Changes

packages/plugins/response-cache-redis/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@envelop/response-cache-redis",
3-
"version": "2.0.4",
3+
"version": "2.0.5",
44
"author": "David Thyresson <dthyresson@gmail.com>",
55
"license": "MIT",
66
"sideEffects": false,
@@ -52,7 +52,7 @@
5252
"typescript": "4.8.4"
5353
},
5454
"dependencies": {
55-
"@envelop/response-cache": "^4.0.4",
55+
"@envelop/response-cache": "^4.0.5",
5656
"ioredis": "^4.27.9",
5757
"tslib": "^2.4.0"
5858
},

packages/plugins/response-cache/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @envelop/response-cache
22

3+
## 4.0.5
4+
5+
### Patch Changes
6+
7+
- [#1623](https://github.com/n1ru4l/envelop/pull/1623) [`d50fa6f0`](https://github.com/n1ru4l/envelop/commit/d50fa6f0b71e9ceb13b492e3a0961a6e9d75824f) Thanks [@ardatan](https://github.com/ardatan)! - dependencies updates:
8+
9+
- Added dependency [`@whatwg-node/fetch@^0.6.5` ↗︎](https://www.npmjs.com/package/@whatwg-node/fetch/v/0.6.5) (to `dependencies`)
10+
11+
- [#1625](https://github.com/n1ru4l/envelop/pull/1625) [`8a90f541`](https://github.com/n1ru4l/envelop/commit/8a90f5411dce07ae23915cced951708517bb6da5) Thanks [@mayrn-techdivision](https://github.com/mayrn-techdivision)! - Fix ignoredTypes and ttlPerType not working for types without id field
12+
13+
- [#1623](https://github.com/n1ru4l/envelop/pull/1623) [`d50fa6f0`](https://github.com/n1ru4l/envelop/commit/d50fa6f0b71e9ceb13b492e3a0961a6e9d75824f) Thanks [@ardatan](https://github.com/ardatan)! - Use WhatWG crypto
14+
315
## 4.0.4
416

517
### Patch Changes

packages/plugins/response-cache/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@envelop/response-cache",
3-
"version": "4.0.4",
3+
"version": "4.0.5",
44
"author": "Kamil Kisiela <kamilkisiela@gmail.com>",
55
"license": "MIT",
66
"sideEffects": false,

packages/plugins/validation-cache/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# @envelop/validation-cache
22

3+
## 5.1.0
4+
5+
### Minor Changes
6+
7+
- [#1602](https://github.com/n1ru4l/envelop/pull/1602) [`109ae870`](https://github.com/n1ru4l/envelop/commit/109ae870571f821c20507bcfe9ca2699b4533122) Thanks [@n1ru4l](https://github.com/n1ru4l)! - Include the schema introspection sha1 hash in the validation cache key instead of resetting the cache when a different GraphQL schema is consumed.
8+
9+
### Patch Changes
10+
11+
- [#1602](https://github.com/n1ru4l/envelop/pull/1602) [`109ae870`](https://github.com/n1ru4l/envelop/commit/109ae870571f821c20507bcfe9ca2699b4533122) Thanks [@n1ru4l](https://github.com/n1ru4l)! - dependencies updates:
12+
13+
- Added dependency [`fast-json-stable-stringify@^2.1.0` ↗︎](https://www.npmjs.com/package/fast-json-stable-stringify/v/2.1.0) (to `dependencies`)
14+
- Added dependency [`js-sha1@^0.6.0` ↗︎](https://www.npmjs.com/package/js-sha1/v/0.6.0) (to `dependencies`)
15+
316
## 5.0.5
417

518
### Patch Changes

packages/plugins/validation-cache/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@envelop/validation-cache",
3-
"version": "5.0.5",
3+
"version": "5.1.0",
44
"author": "Dotan Simha <dotansimha@gmail.com>",
55
"license": "MIT",
66
"sideEffects": false,

0 commit comments

Comments
 (0)