diff --git a/.changeset/every-chefs-switch.md b/.changeset/every-chefs-switch.md deleted file mode 100644 index 15d46a578ff..00000000000 --- a/.changeset/every-chefs-switch.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'hive': minor ---- - -Introduce rate limiting for email sign up, sign in and password rest. -The IP value to use for the rate limiting can be specified via the -`SUPERTOKENS_RATE_LIMIT_IP_HEADER_NAME` environment variable. -By default the `CF-Connecting-IP` header is being used. diff --git a/.changeset/great-boxes-buy.md b/.changeset/great-boxes-buy.md deleted file mode 100644 index bc5cda99223..00000000000 --- a/.changeset/great-boxes-buy.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphql-hive/core': patch ---- - -Shutdown Circuit Breaker properly while disposing Hive Client diff --git a/.changeset/witty-jeans-hope.md b/.changeset/witty-jeans-hope.md deleted file mode 100644 index ca7f178299b..00000000000 --- a/.changeset/witty-jeans-hope.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'hive': patch ---- - -Fixes a UI bug in MembershipInvitation modal when there are many projects/targets/services. diff --git a/deployment/CHANGELOG.md b/deployment/CHANGELOG.md index 8f337ee0f41..2a3877ebd99 100644 --- a/deployment/CHANGELOG.md +++ b/deployment/CHANGELOG.md @@ -1,5 +1,23 @@ # hive +## 8.9.0 + +### Minor Changes + +- [#7281](https://github.com/graphql-hive/console/pull/7281) + [`791c025`](https://github.com/graphql-hive/console/commit/791c0252a0933d0f5c933eef9053227d7f00c87e) + Thanks [@n1ru4l](https://github.com/n1ru4l)! - Introduce rate limiting for email sign up, sign in + and password rest. The IP value to use for the rate limiting can be specified via the + `SUPERTOKENS_RATE_LIMIT_IP_HEADER_NAME` environment variable. By default the `CF-Connecting-IP` + header is being used. + +### Patch Changes + +- [#7295](https://github.com/graphql-hive/console/pull/7295) + [`76c700f`](https://github.com/graphql-hive/console/commit/76c700f322d8ec81a4fcea0333283427633f8412) + Thanks [@jonathanawesome](https://github.com/jonathanawesome)! - Fixes a UI bug in + MembershipInvitation modal when there are many projects/targets/services. + ## 8.8.0 ### Minor Changes diff --git a/deployment/package.json b/deployment/package.json index a2bd4480743..2aa6b45fff8 100644 --- a/deployment/package.json +++ b/deployment/package.json @@ -1,6 +1,6 @@ { "name": "hive", - "version": "8.8.0", + "version": "8.9.0", "private": true, "scripts": { "generate": "tsx generate.ts", diff --git a/packages/libraries/apollo/CHANGELOG.md b/packages/libraries/apollo/CHANGELOG.md index 05213b74366..a7d36994f6c 100644 --- a/packages/libraries/apollo/CHANGELOG.md +++ b/packages/libraries/apollo/CHANGELOG.md @@ -1,5 +1,13 @@ # @graphql-hive/apollo +## 0.42.1 + +### Patch Changes + +- Updated dependencies + [[`64c8368`](https://github.com/graphql-hive/console/commit/64c8368c4b94b4ad2178d341442f0a0ffb4013f1)]: + - @graphql-hive/core@0.15.1 + ## 0.42.0 ### Minor Changes diff --git a/packages/libraries/apollo/package.json b/packages/libraries/apollo/package.json index 3d5f6290162..9d45e7d4564 100644 --- a/packages/libraries/apollo/package.json +++ b/packages/libraries/apollo/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-hive/apollo", - "version": "0.42.0", + "version": "0.42.1", "type": "module", "description": "GraphQL Hive + Apollo Server", "repository": { diff --git a/packages/libraries/apollo/src/version.ts b/packages/libraries/apollo/src/version.ts index 76e8f174de2..ad24d609592 100644 --- a/packages/libraries/apollo/src/version.ts +++ b/packages/libraries/apollo/src/version.ts @@ -1 +1 @@ -export const version = '0.42.0'; +export const version = '0.42.1'; diff --git a/packages/libraries/cli/CHANGELOG.md b/packages/libraries/cli/CHANGELOG.md index 93a6d76d4d9..20c6a84651c 100644 --- a/packages/libraries/cli/CHANGELOG.md +++ b/packages/libraries/cli/CHANGELOG.md @@ -1,5 +1,13 @@ # @graphql-hive/cli +## 0.53.5 + +### Patch Changes + +- Updated dependencies + [[`64c8368`](https://github.com/graphql-hive/console/commit/64c8368c4b94b4ad2178d341442f0a0ffb4013f1)]: + - @graphql-hive/core@0.15.1 + ## 0.53.4 ### Patch Changes diff --git a/packages/libraries/cli/README.md b/packages/libraries/cli/README.md index 80502034619..356e2c220a5 100644 --- a/packages/libraries/cli/README.md +++ b/packages/libraries/cli/README.md @@ -81,7 +81,7 @@ DESCRIPTION ``` _See code: -[src/commands/app/create.ts](https://github.com/graphql-hive/platform/blob/v0.53.4/src/commands/app/create.ts)_ +[src/commands/app/create.ts](https://github.com/graphql-hive/platform/blob/v0.53.5/src/commands/app/create.ts)_ ## `hive app:publish` @@ -108,7 +108,7 @@ DESCRIPTION ``` _See code: -[src/commands/app/publish.ts](https://github.com/graphql-hive/platform/blob/v0.53.4/src/commands/app/publish.ts)_ +[src/commands/app/publish.ts](https://github.com/graphql-hive/platform/blob/v0.53.5/src/commands/app/publish.ts)_ ## `hive app:retire` @@ -135,7 +135,7 @@ DESCRIPTION ``` _See code: -[src/commands/app/retire.ts](https://github.com/graphql-hive/platform/blob/v0.53.4/src/commands/app/retire.ts)_ +[src/commands/app/retire.ts](https://github.com/graphql-hive/platform/blob/v0.53.5/src/commands/app/retire.ts)_ ## `hive artifact:fetch` @@ -159,7 +159,7 @@ DESCRIPTION ``` _See code: -[src/commands/artifact/fetch.ts](https://github.com/graphql-hive/platform/blob/v0.53.4/src/commands/artifact/fetch.ts)_ +[src/commands/artifact/fetch.ts](https://github.com/graphql-hive/platform/blob/v0.53.5/src/commands/artifact/fetch.ts)_ ## `hive dev` @@ -202,7 +202,7 @@ DESCRIPTION ``` _See code: -[src/commands/dev.ts](https://github.com/graphql-hive/platform/blob/v0.53.4/src/commands/dev.ts)_ +[src/commands/dev.ts](https://github.com/graphql-hive/platform/blob/v0.53.5/src/commands/dev.ts)_ ## `hive help [COMMAND]` @@ -246,7 +246,7 @@ DESCRIPTION ``` _See code: -[src/commands/introspect.ts](https://github.com/graphql-hive/platform/blob/v0.53.4/src/commands/introspect.ts)_ +[src/commands/introspect.ts](https://github.com/graphql-hive/platform/blob/v0.53.5/src/commands/introspect.ts)_ ## `hive operations:check FILE` @@ -305,7 +305,7 @@ DESCRIPTION ``` _See code: -[src/commands/operations/check.ts](https://github.com/graphql-hive/platform/blob/v0.53.4/src/commands/operations/check.ts)_ +[src/commands/operations/check.ts](https://github.com/graphql-hive/platform/blob/v0.53.5/src/commands/operations/check.ts)_ ## `hive schema:check FILE` @@ -349,7 +349,7 @@ DESCRIPTION ``` _See code: -[src/commands/schema/check.ts](https://github.com/graphql-hive/platform/blob/v0.53.4/src/commands/schema/check.ts)_ +[src/commands/schema/check.ts](https://github.com/graphql-hive/platform/blob/v0.53.5/src/commands/schema/check.ts)_ ## `hive schema:delete SERVICE` @@ -381,7 +381,7 @@ DESCRIPTION ``` _See code: -[src/commands/schema/delete.ts](https://github.com/graphql-hive/platform/blob/v0.53.4/src/commands/schema/delete.ts)_ +[src/commands/schema/delete.ts](https://github.com/graphql-hive/platform/blob/v0.53.5/src/commands/schema/delete.ts)_ ## `hive schema:fetch [COMMIT]` @@ -414,7 +414,7 @@ DESCRIPTION ``` _See code: -[src/commands/schema/fetch.ts](https://github.com/graphql-hive/platform/blob/v0.53.4/src/commands/schema/fetch.ts)_ +[src/commands/schema/fetch.ts](https://github.com/graphql-hive/platform/blob/v0.53.5/src/commands/schema/fetch.ts)_ ## `hive schema:publish FILE` @@ -458,7 +458,7 @@ DESCRIPTION ``` _See code: -[src/commands/schema/publish.ts](https://github.com/graphql-hive/platform/blob/v0.53.4/src/commands/schema/publish.ts)_ +[src/commands/schema/publish.ts](https://github.com/graphql-hive/platform/blob/v0.53.5/src/commands/schema/publish.ts)_ ## `hive update [CHANNEL]` @@ -520,7 +520,7 @@ DESCRIPTION ``` _See code: -[src/commands/whoami.ts](https://github.com/graphql-hive/platform/blob/v0.53.4/src/commands/whoami.ts)_ +[src/commands/whoami.ts](https://github.com/graphql-hive/platform/blob/v0.53.5/src/commands/whoami.ts)_ diff --git a/packages/libraries/cli/package.json b/packages/libraries/cli/package.json index bf46ace256e..78be0343a43 100644 --- a/packages/libraries/cli/package.json +++ b/packages/libraries/cli/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-hive/cli", - "version": "0.53.4", + "version": "0.53.5", "description": "A CLI util to manage and control your GraphQL Hive", "repository": { "type": "git", diff --git a/packages/libraries/core/CHANGELOG.md b/packages/libraries/core/CHANGELOG.md index ae8917fd464..b1e7cab0d9d 100644 --- a/packages/libraries/core/CHANGELOG.md +++ b/packages/libraries/core/CHANGELOG.md @@ -1,5 +1,14 @@ # @graphql-hive/core +## 0.15.1 + +### Patch Changes + +- [#7297](https://github.com/graphql-hive/console/pull/7297) + [`64c8368`](https://github.com/graphql-hive/console/commit/64c8368c4b94b4ad2178d341442f0a0ffb4013f1) + Thanks [@ardatan](https://github.com/ardatan)! - Shutdown Circuit Breaker properly while disposing + Hive Client + ## 0.15.0 ### Minor Changes diff --git a/packages/libraries/core/package.json b/packages/libraries/core/package.json index 0242680b775..b6e6a5749b0 100644 --- a/packages/libraries/core/package.json +++ b/packages/libraries/core/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-hive/core", - "version": "0.15.0", + "version": "0.15.1", "type": "module", "repository": { "type": "git", diff --git a/packages/libraries/core/src/version.ts b/packages/libraries/core/src/version.ts index 88ba31f5b9b..0d2e339fe52 100644 --- a/packages/libraries/core/src/version.ts +++ b/packages/libraries/core/src/version.ts @@ -1 +1 @@ -export const version = '0.15.0'; +export const version = '0.15.1'; diff --git a/packages/libraries/envelop/CHANGELOG.md b/packages/libraries/envelop/CHANGELOG.md index b89c9300a14..92733b07c5b 100644 --- a/packages/libraries/envelop/CHANGELOG.md +++ b/packages/libraries/envelop/CHANGELOG.md @@ -1,5 +1,13 @@ # @graphql-hive/envelop +## 0.38.1 + +### Patch Changes + +- Updated dependencies + [[`64c8368`](https://github.com/graphql-hive/console/commit/64c8368c4b94b4ad2178d341442f0a0ffb4013f1)]: + - @graphql-hive/core@0.15.1 + ## 0.38.0 ### Minor Changes diff --git a/packages/libraries/envelop/package.json b/packages/libraries/envelop/package.json index 0d8c5505007..48730825e11 100644 --- a/packages/libraries/envelop/package.json +++ b/packages/libraries/envelop/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-hive/envelop", - "version": "0.38.0", + "version": "0.38.1", "type": "module", "description": "GraphQL Hive + GraphQL Envelop", "repository": { diff --git a/packages/libraries/envelop/src/version.ts b/packages/libraries/envelop/src/version.ts index 9e187587402..d11c6945086 100644 --- a/packages/libraries/envelop/src/version.ts +++ b/packages/libraries/envelop/src/version.ts @@ -1 +1 @@ -export const version = '0.38.0'; +export const version = '0.38.1'; diff --git a/packages/libraries/yoga/CHANGELOG.md b/packages/libraries/yoga/CHANGELOG.md index 62813675c7f..9c8323ae9d7 100644 --- a/packages/libraries/yoga/CHANGELOG.md +++ b/packages/libraries/yoga/CHANGELOG.md @@ -1,5 +1,13 @@ # @graphql-hive/yoga +## 0.43.1 + +### Patch Changes + +- Updated dependencies + [[`64c8368`](https://github.com/graphql-hive/console/commit/64c8368c4b94b4ad2178d341442f0a0ffb4013f1)]: + - @graphql-hive/core@0.15.1 + ## 0.43.0 ### Minor Changes diff --git a/packages/libraries/yoga/package.json b/packages/libraries/yoga/package.json index 1f961b918d9..b1172b82038 100644 --- a/packages/libraries/yoga/package.json +++ b/packages/libraries/yoga/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-hive/yoga", - "version": "0.43.0", + "version": "0.43.1", "type": "module", "description": "GraphQL Hive + GraphQL Yoga", "repository": { diff --git a/packages/libraries/yoga/src/version.ts b/packages/libraries/yoga/src/version.ts index c925cb77f89..ca774b9526f 100644 --- a/packages/libraries/yoga/src/version.ts +++ b/packages/libraries/yoga/src/version.ts @@ -1 +1 @@ -export const version = '0.43.0'; +export const version = '0.43.1';