Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/@envelop_parser-cache-2262-dependencies.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/@envelop_rate-limiter-2676-dependencies.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/@envelop_response-cache-2262-dependencies.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/@envelop_validation-cache-2262-dependencies.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/moody-dodos-post.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/open-geckos-grin.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/plain-trams-kneel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silver-poems-stay.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @envelop/core

## 5.3.2

### Patch Changes

- [#2665](https://github.com/graphql-hive/envelop/pull/2665)
[`92948d8`](https://github.com/graphql-hive/envelop/commit/92948d8c060e45a02e55101045b74df76320616d)
Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - Fix getters and setters being stripped
away. The value was copied at plugin creation instead of copying the getter and setter (if any).

## 5.3.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@envelop/core",
"version": "5.3.1",
"version": "5.3.2",
"type": "module",
"repository": {
"type": "git",
Expand Down
17 changes: 13 additions & 4 deletions packages/plugins/parser-cache/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @envelop/parser-cache

## 9.0.1

### Patch Changes

- [#2262](https://github.com/graphql-hive/envelop/pull/2262)
[`2525301`](https://github.com/graphql-hive/envelop/commit/25253013bb5a717d362c2aad1bfd8ca5e88d15b0)
Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
- Updated dependency [`lru-cache@^11.0.0` ↗︎](https://www.npmjs.com/package/lru-cache/v/11.0.0)
(from `^10.0.0`, in `dependencies`)
- Updated dependencies
[[`92948d8`](https://github.com/graphql-hive/envelop/commit/92948d8c060e45a02e55101045b74df76320616d)]:
- @envelop/core@5.3.2

## 9.0.0

### Patch Changes
Expand Down Expand Up @@ -81,7 +94,6 @@
- [#1927](https://github.com/n1ru4l/envelop/pull/1927)
[`e3c90116`](https://github.com/n1ru4l/envelop/commit/e3c9011640b73aaede4e5e472a5d45aab947165c)
Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:

- Updated dependency
[`@envelop/core@^4.0.2` ↗︎](https://www.npmjs.com/package/@envelop/core/v/4.0.2) (from
`^4.0.1`, in `peerDependencies`)
Expand Down Expand Up @@ -112,7 +124,6 @@
- [#1879](https://github.com/n1ru4l/envelop/pull/1879)
[`d3ecee35`](https://github.com/n1ru4l/envelop/commit/d3ecee350883eabd99fd9fe4fa58c72a616cc6b5)
Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:

- Updated dependency [`lru-cache@^10.0.0` ↗︎](https://www.npmjs.com/package/lru-cache/v/10.0.0)
(from `^9.1.1`, in `dependencies`)

Expand All @@ -138,7 +149,6 @@
- [#1767](https://github.com/n1ru4l/envelop/pull/1767)
[`0b127cc4`](https://github.com/n1ru4l/envelop/commit/0b127cc40f2e6a003a05cbeb0b6f004a08ada9d2)
Thanks [@n1ru4l](https://github.com/n1ru4l)! - dependencies updates:

- Updated dependency [`lru-cache@^9.1.1` ↗︎](https://www.npmjs.com/package/lru-cache/v/9.1.1)
(from `^6.0.0`, in `dependencies`)

Expand All @@ -149,7 +159,6 @@
- [#1725](https://github.com/n1ru4l/envelop/pull/1725)
[`c1eb2c09`](https://github.com/n1ru4l/envelop/commit/c1eb2c09ac535b076a5c13430c3892d98f7ef957)
Thanks [@n1ru4l](https://github.com/n1ru4l)! - dependencies updates:

- Updated dependency [`tslib@^2.5.0` ↗︎](https://www.npmjs.com/package/tslib/v/2.5.0) (from
`^2.4.0`, in `dependencies`)

Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/parser-cache/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@envelop/parser-cache",
"version": "9.0.0",
"version": "9.0.1",
"type": "module",
"repository": {
"type": "git",
Expand Down
44 changes: 39 additions & 5 deletions packages/plugins/rate-limiter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,44 @@
# @envelop/rate-limiter

## 8.1.0

### Minor Changes

- [#2676](https://github.com/graphql-hive/envelop/pull/2676)
[`6164637`](https://github.com/graphql-hive/envelop/commit/6164637288edb0b9f26986f5ffc36eed00dbedfd)
Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - Validate the configuration at schema
loading time. The plugin now throws an error on invalid configuration, such as:
- Multiple field configuration matching the same field
- A field configuration matching a field already having a directive

### Patch Changes

- [#2676](https://github.com/graphql-hive/envelop/pull/2676)
[`6164637`](https://github.com/graphql-hive/envelop/commit/6164637288edb0b9f26986f5ffc36eed00dbedfd)
Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - dependencies updates:
- Added dependency
[`@types/picomatch@^4.0.2` ↗︎](https://www.npmjs.com/package/@types/picomatch/v/4.0.2) (to
`dependencies`)
- Added dependency [`picomatch@^4.0.3` ↗︎](https://www.npmjs.com/package/picomatch/v/4.0.3) (to
`dependencies`)
- Removed dependency [`minimatch@^10.0.1` ↗︎](https://www.npmjs.com/package/minimatch/v/10.0.1)
(from `dependencies`)

- [#2676](https://github.com/graphql-hive/envelop/pull/2676)
[`6164637`](https://github.com/graphql-hive/envelop/commit/6164637288edb0b9f26986f5ffc36eed00dbedfd)
Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - Massive reduction of performance impact
on GraphQL execution. Overhead has been minimalized on rate-limited fields, and entirely
suppressed on other fields.

- [#2676](https://github.com/graphql-hive/envelop/pull/2676)
[`6164637`](https://github.com/graphql-hive/envelop/commit/6164637288edb0b9f26986f5ffc36eed00dbedfd)
Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - Fixed `rateLimitDirectiveName` option
being ignored.

- Updated dependencies
[[`92948d8`](https://github.com/graphql-hive/envelop/commit/92948d8c060e45a02e55101045b74df76320616d)]:
- @envelop/core@5.3.2

## 8.0.0

### Patch Changes
Expand All @@ -26,7 +65,6 @@
- [#2484](https://github.com/n1ru4l/envelop/pull/2484)
[`26137e7`](https://github.com/n1ru4l/envelop/commit/26137e7c3d0ff349af90724867c715f3b3809a7d)
Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:

- Updated dependency
[`@whatwg-node/promise-helpers@^1.2.4` ↗︎](https://www.npmjs.com/package/@whatwg-node/promise-helpers/v/1.2.4)
(from `^1.0.0`, in `dependencies`)
Expand Down Expand Up @@ -112,7 +150,6 @@
- [#2330](https://github.com/n1ru4l/envelop/pull/2330)
[`b1210bc`](https://github.com/n1ru4l/envelop/commit/b1210bcb1aad1545e953c48ca3adfc064e854a2d)
Thanks [@enisdenjo](https://github.com/enisdenjo)! - dependencies updates:

- Added dependency
[`graphql-middleware@^6.1.35` ↗︎](https://www.npmjs.com/package/graphql-middleware/v/6.1.35)
(to `dependencies`)
Expand Down Expand Up @@ -190,7 +227,6 @@
- [#2292](https://github.com/n1ru4l/envelop/pull/2292)
[`c3dd2c3`](https://github.com/n1ru4l/envelop/commit/c3dd2c3525b42fcab773e0ae8a637caea5c33558)
Thanks [@ardatan](https://github.com/ardatan)! - dependencies updates:

- Updated dependency
[`graphql-rate-limit@^3.3.0` ↗︎](https://www.npmjs.com/package/graphql-rate-limit/v/3.3.0)
(from `3.3.0`, in `dependencies`)
Expand Down Expand Up @@ -245,7 +281,6 @@
- [#1927](https://github.com/n1ru4l/envelop/pull/1927)
[`e3c90116`](https://github.com/n1ru4l/envelop/commit/e3c9011640b73aaede4e5e472a5d45aab947165c)
Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:

- Updated dependency
[`@envelop/on-resolve@^3.0.2` ↗︎](https://www.npmjs.com/package/@envelop/on-resolve/v/3.0.2)
(from `^3.0.1`, in `dependencies`)
Expand Down Expand Up @@ -306,7 +341,6 @@
- [#1725](https://github.com/n1ru4l/envelop/pull/1725)
[`c1eb2c09`](https://github.com/n1ru4l/envelop/commit/c1eb2c09ac535b076a5c13430c3892d98f7ef957)
Thanks [@n1ru4l](https://github.com/n1ru4l)! - dependencies updates:

- Updated dependency [`tslib@^2.5.0` ↗︎](https://www.npmjs.com/package/tslib/v/2.5.0) (from
`^2.4.0`, in `dependencies`)

Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/rate-limiter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@envelop/rate-limiter",
"version": "8.0.0",
"version": "8.1.0",
"type": "module",
"repository": {
"type": "git",
Expand Down
13 changes: 13 additions & 0 deletions packages/plugins/response-cache/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @envelop/response-cache

## 8.0.2

### Patch Changes

- [#2262](https://github.com/graphql-hive/envelop/pull/2262)
[`2525301`](https://github.com/graphql-hive/envelop/commit/25253013bb5a717d362c2aad1bfd8ca5e88d15b0)
Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
- Updated dependency [`lru-cache@^11.0.0` ↗︎](https://www.npmjs.com/package/lru-cache/v/11.0.0)
(from `^10.0.0`, in `dependencies`)
- Updated dependencies
[[`92948d8`](https://github.com/graphql-hive/envelop/commit/92948d8c060e45a02e55101045b74df76320616d)]:
- @envelop/core@5.3.2

## 8.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/response-cache/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@envelop/response-cache",
"version": "8.0.1",
"version": "8.0.2",
"type": "module",
"repository": {
"type": "git",
Expand Down
19 changes: 13 additions & 6 deletions packages/plugins/validation-cache/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @envelop/validation-cache

## 9.0.1

### Patch Changes

- [#2262](https://github.com/graphql-hive/envelop/pull/2262)
[`2525301`](https://github.com/graphql-hive/envelop/commit/25253013bb5a717d362c2aad1bfd8ca5e88d15b0)
Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
- Updated dependency [`lru-cache@^11.0.0` ↗︎](https://www.npmjs.com/package/lru-cache/v/11.0.0)
(from `^10.0.0`, in `dependencies`)
- Updated dependencies
[[`92948d8`](https://github.com/graphql-hive/envelop/commit/92948d8c060e45a02e55101045b74df76320616d)]:
- @envelop/core@5.3.2

## 9.0.0

### Patch Changes
Expand Down Expand Up @@ -81,7 +94,6 @@
- [#1927](https://github.com/n1ru4l/envelop/pull/1927)
[`e3c90116`](https://github.com/n1ru4l/envelop/commit/e3c9011640b73aaede4e5e472a5d45aab947165c)
Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:

- Updated dependency
[`@envelop/core@^4.0.2` ↗︎](https://www.npmjs.com/package/@envelop/core/v/4.0.2) (from
`^4.0.1`, in `peerDependencies`)
Expand Down Expand Up @@ -112,7 +124,6 @@
- [#1879](https://github.com/n1ru4l/envelop/pull/1879)
[`d3ecee35`](https://github.com/n1ru4l/envelop/commit/d3ecee350883eabd99fd9fe4fa58c72a616cc6b5)
Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:

- Updated dependency [`lru-cache@^10.0.0` ↗︎](https://www.npmjs.com/package/lru-cache/v/10.0.0)
(from `^9.1.1`, in `dependencies`)

Expand All @@ -138,7 +149,6 @@
- [#1767](https://github.com/n1ru4l/envelop/pull/1767)
[`0b127cc4`](https://github.com/n1ru4l/envelop/commit/0b127cc40f2e6a003a05cbeb0b6f004a08ada9d2)
Thanks [@n1ru4l](https://github.com/n1ru4l)! - dependencies updates:

- Updated dependency [`lru-cache@^9.1.1` ↗︎](https://www.npmjs.com/package/lru-cache/v/9.1.1)
(from `^6.0.0`, in `dependencies`)

Expand All @@ -164,14 +174,12 @@
- [#1725](https://github.com/n1ru4l/envelop/pull/1725)
[`c1eb2c09`](https://github.com/n1ru4l/envelop/commit/c1eb2c09ac535b076a5c13430c3892d98f7ef957)
Thanks [@n1ru4l](https://github.com/n1ru4l)! - dependencies updates:

- Updated dependency [`tslib@^2.5.0` ↗︎](https://www.npmjs.com/package/tslib/v/2.5.0) (from
`^2.4.0`, in `dependencies`)

- [#1727](https://github.com/n1ru4l/envelop/pull/1727)
[`c80fe926`](https://github.com/n1ru4l/envelop/commit/c80fe926231269a62b05324d4939b96ac8240548)
Thanks [@n1ru4l](https://github.com/n1ru4l)! - dependencies updates:

- Added dependency [`sha1-es@^1.8.2` ↗︎](https://www.npmjs.com/package/sha1-es/v/1.8.2) (to
`dependencies`)
- Removed dependency [`js-sha1@^0.6.0` ↗︎](https://www.npmjs.com/package/js-sha1/v/0.6.0) (from
Expand Down Expand Up @@ -207,7 +215,6 @@
- [#1602](https://github.com/n1ru4l/envelop/pull/1602)
[`109ae870`](https://github.com/n1ru4l/envelop/commit/109ae870571f821c20507bcfe9ca2699b4533122)
Thanks [@n1ru4l](https://github.com/n1ru4l)! - dependencies updates:

- Added dependency
[`fast-json-stable-stringify@^2.1.0` ↗︎](https://www.npmjs.com/package/fast-json-stable-stringify/v/2.1.0)
(to `dependencies`)
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/validation-cache/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@envelop/validation-cache",
"version": "9.0.0",
"version": "9.0.1",
"type": "module",
"repository": {
"type": "git",
Expand Down