From 826412e96ffb6853a39385941cfaff7b02fbb517 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 20 Mar 2025 12:14:30 +0000 Subject: [PATCH] chore(release): update monorepo packages versions --- .changeset/big-cars-tie.md | 5 -- .changeset/chatty-pandas-clean.md | 5 -- .changeset/good-frogs-jump.md | 5 -- .changeset/honest-numbers-heal.md | 6 -- .changeset/lazy-guests-leave.md | 5 -- .changeset/neat-ladybugs-pay.md | 16 ------ .changeset/purple-bats-thank.md | 5 -- .changeset/rotten-scissors-matter.md | 6 -- .changeset/six-jeans-greet.md | 5 -- .changeset/sixty-chicken-swim.md | 11 ---- deployment/CHANGELOG.md | 67 +++++++++++++++++++++++ deployment/package.json | 2 +- packages/libraries/apollo/CHANGELOG.md | 9 +++ packages/libraries/apollo/package.json | 2 +- packages/libraries/apollo/src/version.ts | 2 +- packages/libraries/cli/CHANGELOG.md | 19 +++++++ packages/libraries/cli/package.json | 2 +- packages/libraries/core/CHANGELOG.md | 14 +++++ packages/libraries/core/package.json | 2 +- packages/libraries/core/src/version.ts | 2 +- packages/libraries/envelop/CHANGELOG.md | 9 +++ packages/libraries/envelop/package.json | 2 +- packages/libraries/envelop/src/version.ts | 2 +- packages/libraries/yoga/CHANGELOG.md | 9 +++ packages/libraries/yoga/package.json | 2 +- packages/libraries/yoga/src/version.ts | 2 +- 26 files changed, 137 insertions(+), 79 deletions(-) delete mode 100644 .changeset/big-cars-tie.md delete mode 100644 .changeset/chatty-pandas-clean.md delete mode 100644 .changeset/good-frogs-jump.md delete mode 100644 .changeset/honest-numbers-heal.md delete mode 100644 .changeset/lazy-guests-leave.md delete mode 100644 .changeset/neat-ladybugs-pay.md delete mode 100644 .changeset/purple-bats-thank.md delete mode 100644 .changeset/rotten-scissors-matter.md delete mode 100644 .changeset/six-jeans-greet.md delete mode 100644 .changeset/sixty-chicken-swim.md diff --git a/.changeset/big-cars-tie.md b/.changeset/big-cars-tie.md deleted file mode 100644 index 93216038f9..0000000000 --- a/.changeset/big-cars-tie.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'hive': patch ---- - -Fix insights range if selecting same start and end diff --git a/.changeset/chatty-pandas-clean.md b/.changeset/chatty-pandas-clean.md deleted file mode 100644 index 95084bdf23..0000000000 --- a/.changeset/chatty-pandas-clean.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphql-hive/core': patch ---- - -Client can be used only for experimental persisted documents diff --git a/.changeset/good-frogs-jump.md b/.changeset/good-frogs-jump.md deleted file mode 100644 index 1d43dc29b7..0000000000 --- a/.changeset/good-frogs-jump.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphql-hive/core': patch ---- - -Use ranged versions in dependencies to prevent multiple versions of the same package diff --git a/.changeset/honest-numbers-heal.md b/.changeset/honest-numbers-heal.md deleted file mode 100644 index 921c189190..0000000000 --- a/.changeset/honest-numbers-heal.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@graphql-hive/cli': patch -'hive': patch ---- - -Fix Federation composition error when having an inaccessible default value on an inaccessible field. diff --git a/.changeset/lazy-guests-leave.md b/.changeset/lazy-guests-leave.md deleted file mode 100644 index 551102c20d..0000000000 --- a/.changeset/lazy-guests-leave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'hive': patch ---- - -Mark usage-ingestor as unhealthy when Kafka consumer crashed diff --git a/.changeset/neat-ladybugs-pay.md b/.changeset/neat-ladybugs-pay.md deleted file mode 100644 index cf066fa5d1..0000000000 --- a/.changeset/neat-ladybugs-pay.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -'hive': major ---- - -Add organization access tokens; a new way to issue access tokens for performing actions with the CLI -and doing usage reporting. - -**Breaking Change:** The `usage` service now requires environment variables for Postgres -(`POSTGRES_SSL`, `POSTGRES_HOST`, `POSTGRES_PORT`, `POSTGRES_DB`, `POSTGRES_USER`, -`POSTGRES_PASSWORD`) and Redis (`REDIS_HOST`, `REDIS_PORT`, `REDIS_PASSWORD`, `REDIS_TLS_ENABLED`). - -For more information please refer to the organization access token documentation. - -- [Product Update: Organization-Level Access Tokens for Enhanced Security & Flexibility](https://the-guild.dev/graphql/hive/product-updates/2025-03-10-new-access-tokens) -- [Migration Guide: Moving from Registry Access Tokens to Access Tokens](https://the-guild.dev/graphql/hive/docs/migration-guides/organization-access-tokens) -- [Access Token Documentation](https://the-guild.dev/graphql/hive/docs/management/access-tokens) diff --git a/.changeset/purple-bats-thank.md b/.changeset/purple-bats-thank.md deleted file mode 100644 index ef809c57bc..0000000000 --- a/.changeset/purple-bats-thank.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'hive': patch ---- - -Add readonly resource ID to settings pages diff --git a/.changeset/rotten-scissors-matter.md b/.changeset/rotten-scissors-matter.md deleted file mode 100644 index 2108327c1e..0000000000 --- a/.changeset/rotten-scissors-matter.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'hive': patch -'@graphql-hive/cli': patch ---- - -Restrict new service names to 64 characters, alphanumberic, `_` and `-`. diff --git a/.changeset/six-jeans-greet.md b/.changeset/six-jeans-greet.md deleted file mode 100644 index d8b42c0b8f..0000000000 --- a/.changeset/six-jeans-greet.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'hive': patch ---- - -Ensure all materialized views have correct TTL diff --git a/.changeset/sixty-chicken-swim.md b/.changeset/sixty-chicken-swim.md deleted file mode 100644 index 53d13905e7..0000000000 --- a/.changeset/sixty-chicken-swim.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -'hive': major ---- - -Restructure the environment variables used for the Hive Cloud hosting. While this is techincally a breaking change it will not really affect people self-hosting Hive. - -**Breaking**: Remove unused environment variable options `HIVE_REPORTING`, `HIVE_REPORTING_ENDPOINT` and `HIVE_USAGE_DATA_RETENTION_PURGE_INTERVAL_MINUTES` from the `server` service. - -These environment variables are obsolete since the Hive GraphQL schema is reported via the Hive CLI instead. - -**Breaking**: Replace the environment variable option `HIVE` with `HIVE_USAGE`, rename environment variable option `HIVE_API_TOKEN` to `HIVE_USAGE_ACCESS_TOKEN` for the `server` service. Require providing the `HIVE_USAGE_ACCESS_TOKEN` environment variable if `HIVE_USAGE` is set to `1`. diff --git a/deployment/CHANGELOG.md b/deployment/CHANGELOG.md index 3e48f0a53c..12744b5073 100644 --- a/deployment/CHANGELOG.md +++ b/deployment/CHANGELOG.md @@ -1,5 +1,72 @@ # hive +## 6.0.0 + +### Major Changes + +- [#6556](https://github.com/graphql-hive/console/pull/6556) + [`7b9129c`](https://github.com/graphql-hive/console/commit/7b9129cd86d4d76873734426b7044203bb389a2c) + Thanks [@n1ru4l](https://github.com/n1ru4l)! - Add organization access tokens; a new way to issue + access tokens for performing actions with the CLI and doing usage reporting. + + **Breaking Change:** The `usage` service now requires environment variables for Postgres + (`POSTGRES_SSL`, `POSTGRES_HOST`, `POSTGRES_PORT`, `POSTGRES_DB`, `POSTGRES_USER`, + `POSTGRES_PASSWORD`) and Redis (`REDIS_HOST`, `REDIS_PORT`, `REDIS_PASSWORD`, + `REDIS_TLS_ENABLED`). + + For more information please refer to the organization access token documentation. + + - [Product Update: Organization-Level Access Tokens for Enhanced Security & Flexibility](https://the-guild.dev/graphql/hive/product-updates/2025-03-10-new-access-tokens) + - [Migration Guide: Moving from Registry Access Tokens to Access Tokens](https://the-guild.dev/graphql/hive/docs/migration-guides/organization-access-tokens) + - [Access Token Documentation](https://the-guild.dev/graphql/hive/docs/management/access-tokens) + +- [#6613](https://github.com/graphql-hive/console/pull/6613) + [`0fd4d96`](https://github.com/graphql-hive/console/commit/0fd4d966ab6f01cd16a5716e1c33363ca5771127) + Thanks [@n1ru4l](https://github.com/n1ru4l)! - Restructure the environment variables used for the + Hive Cloud hosting. While this is techincally a breaking change it will not really affect people + self-hosting Hive. + + **Breaking**: Remove unused environment variable options `HIVE_REPORTING`, + `HIVE_REPORTING_ENDPOINT` and `HIVE_USAGE_DATA_RETENTION_PURGE_INTERVAL_MINUTES` from the `server` + service. + + These environment variables are obsolete since the Hive GraphQL schema is reported via the Hive + CLI instead. + + **Breaking**: Replace the environment variable option `HIVE` with `HIVE_USAGE`, rename environment + variable option `HIVE_API_TOKEN` to `HIVE_USAGE_ACCESS_TOKEN` for the `server` service. Require + providing the `HIVE_USAGE_ACCESS_TOKEN` environment variable if `HIVE_USAGE` is set to `1`. + +### Patch Changes + +- [#6594](https://github.com/graphql-hive/console/pull/6594) + [`06e7012`](https://github.com/graphql-hive/console/commit/06e70129689570f3602cd01eae4ef7f1dfe24f00) + Thanks [@jdolle](https://github.com/jdolle)! - Fix insights range if selecting same start and end + +- [#6633](https://github.com/graphql-hive/console/pull/6633) + [`a5e00f2`](https://github.com/graphql-hive/console/commit/a5e00f260a6f21b3207fc8257c302e68a0d671b1) + Thanks [@n1ru4l](https://github.com/n1ru4l)! - Fix Federation composition error when having an + inaccessible default value on an inaccessible field. + +- [#6609](https://github.com/graphql-hive/console/pull/6609) + [`1c44345`](https://github.com/graphql-hive/console/commit/1c4434522385c744bd484f7964d3c92f73f3641f) + Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Mark usage-ingestor as unhealthy when + Kafka consumer crashed + +- [#6584](https://github.com/graphql-hive/console/pull/6584) + [`d1e6ab0`](https://github.com/graphql-hive/console/commit/d1e6ab094b881a6ce08c55f68a8ecd6018c47613) + Thanks [@jdolle](https://github.com/jdolle)! - Add readonly resource ID to settings pages + +- [#6585](https://github.com/graphql-hive/console/pull/6585) + [`c0d9ca3`](https://github.com/graphql-hive/console/commit/c0d9ca30d4c360e75be7902d2693303ffe622975) + Thanks [@jdolle](https://github.com/jdolle)! - Restrict new service names to 64 characters, + alphanumberic, `_` and `-`. + +- [#6607](https://github.com/graphql-hive/console/pull/6607) + [`18f82b4`](https://github.com/graphql-hive/console/commit/18f82b4e3fddb507f685cb85d48e3f42a87a0039) + Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Ensure all materialized views have + correct TTL + ## 5.1.3 ### Patch Changes diff --git a/deployment/package.json b/deployment/package.json index 141b993b19..62360f2a3b 100644 --- a/deployment/package.json +++ b/deployment/package.json @@ -1,6 +1,6 @@ { "name": "hive", - "version": "5.1.3", + "version": "6.0.0", "private": true, "scripts": { "generate": "tsx generate.ts", diff --git a/packages/libraries/apollo/CHANGELOG.md b/packages/libraries/apollo/CHANGELOG.md index d84b3227eb..12b11ebc64 100644 --- a/packages/libraries/apollo/CHANGELOG.md +++ b/packages/libraries/apollo/CHANGELOG.md @@ -1,5 +1,14 @@ # @graphql-hive/apollo +## 0.38.1 + +### Patch Changes + +- Updated dependencies + [[`ee70018`](https://github.com/graphql-hive/console/commit/ee7001883970fac81210ec21ce70a72bfd3b67bb), + [`a003f78`](https://github.com/graphql-hive/console/commit/a003f781cb1a38d8b00a3256163c50e3893db5f2)]: + - @graphql-hive/core@0.10.1 + ## 0.38.0 ### Minor Changes diff --git a/packages/libraries/apollo/package.json b/packages/libraries/apollo/package.json index dbe68b0d0f..c69d0936e6 100644 --- a/packages/libraries/apollo/package.json +++ b/packages/libraries/apollo/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-hive/apollo", - "version": "0.38.0", + "version": "0.38.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 9e18758740..d11c694508 100644 --- a/packages/libraries/apollo/src/version.ts +++ b/packages/libraries/apollo/src/version.ts @@ -1 +1 @@ -export const version = '0.38.0'; +export const version = '0.38.1'; diff --git a/packages/libraries/cli/CHANGELOG.md b/packages/libraries/cli/CHANGELOG.md index 769108c3c0..ecc60602e6 100644 --- a/packages/libraries/cli/CHANGELOG.md +++ b/packages/libraries/cli/CHANGELOG.md @@ -1,5 +1,24 @@ # @graphql-hive/cli +## 0.49.1 + +### Patch Changes + +- [#6633](https://github.com/graphql-hive/console/pull/6633) + [`a5e00f2`](https://github.com/graphql-hive/console/commit/a5e00f260a6f21b3207fc8257c302e68a0d671b1) + Thanks [@n1ru4l](https://github.com/n1ru4l)! - Fix Federation composition error when having an + inaccessible default value on an inaccessible field. + +- [#6585](https://github.com/graphql-hive/console/pull/6585) + [`c0d9ca3`](https://github.com/graphql-hive/console/commit/c0d9ca30d4c360e75be7902d2693303ffe622975) + Thanks [@jdolle](https://github.com/jdolle)! - Restrict new service names to 64 characters, + alphanumberic, `_` and `-`. + +- Updated dependencies + [[`ee70018`](https://github.com/graphql-hive/console/commit/ee7001883970fac81210ec21ce70a72bfd3b67bb), + [`a003f78`](https://github.com/graphql-hive/console/commit/a003f781cb1a38d8b00a3256163c50e3893db5f2)]: + - @graphql-hive/core@0.10.1 + ## 0.49.0 ### Minor Changes diff --git a/packages/libraries/cli/package.json b/packages/libraries/cli/package.json index 7060bb408f..ac4ae182da 100644 --- a/packages/libraries/cli/package.json +++ b/packages/libraries/cli/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-hive/cli", - "version": "0.49.0", + "version": "0.49.1", "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 a81106161d..36ce7afb60 100644 --- a/packages/libraries/core/CHANGELOG.md +++ b/packages/libraries/core/CHANGELOG.md @@ -1,5 +1,19 @@ # @graphql-hive/core +## 0.10.1 + +### Patch Changes + +- [#6606](https://github.com/graphql-hive/console/pull/6606) + [`ee70018`](https://github.com/graphql-hive/console/commit/ee7001883970fac81210ec21ce70a72bfd3b67bb) + Thanks [@enisdenjo](https://github.com/enisdenjo)! - Client can be used only for experimental + persisted documents + +- [#6623](https://github.com/graphql-hive/console/pull/6623) + [`a003f78`](https://github.com/graphql-hive/console/commit/a003f781cb1a38d8b00a3256163c50e3893db5f2) + Thanks [@ardatan](https://github.com/ardatan)! - Use ranged versions in dependencies to prevent + multiple versions of the same package + ## 0.10.0 ### Minor Changes diff --git a/packages/libraries/core/package.json b/packages/libraries/core/package.json index aea05089d1..399a9ad93d 100644 --- a/packages/libraries/core/package.json +++ b/packages/libraries/core/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-hive/core", - "version": "0.10.0", + "version": "0.10.1", "type": "module", "repository": { "type": "git", diff --git a/packages/libraries/core/src/version.ts b/packages/libraries/core/src/version.ts index 6b9f1bb034..7aff4ce61d 100644 --- a/packages/libraries/core/src/version.ts +++ b/packages/libraries/core/src/version.ts @@ -1 +1 @@ -export const version = '0.10.0'; +export const version = '0.10.1'; diff --git a/packages/libraries/envelop/CHANGELOG.md b/packages/libraries/envelop/CHANGELOG.md index 0eb79ee67e..fbaa087e80 100644 --- a/packages/libraries/envelop/CHANGELOG.md +++ b/packages/libraries/envelop/CHANGELOG.md @@ -1,5 +1,14 @@ # @graphql-hive/envelop +## 0.35.1 + +### Patch Changes + +- Updated dependencies + [[`ee70018`](https://github.com/graphql-hive/console/commit/ee7001883970fac81210ec21ce70a72bfd3b67bb), + [`a003f78`](https://github.com/graphql-hive/console/commit/a003f781cb1a38d8b00a3256163c50e3893db5f2)]: + - @graphql-hive/core@0.10.1 + ## 0.35.0 ### Minor Changes diff --git a/packages/libraries/envelop/package.json b/packages/libraries/envelop/package.json index baa7295145..0bac742fbc 100644 --- a/packages/libraries/envelop/package.json +++ b/packages/libraries/envelop/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-hive/envelop", - "version": "0.35.0", + "version": "0.35.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 cb7a16eff0..558d6b04c3 100644 --- a/packages/libraries/envelop/src/version.ts +++ b/packages/libraries/envelop/src/version.ts @@ -1 +1 @@ -export const version = '0.35.0'; +export const version = '0.35.1'; diff --git a/packages/libraries/yoga/CHANGELOG.md b/packages/libraries/yoga/CHANGELOG.md index 1265b8d82b..930749ac20 100644 --- a/packages/libraries/yoga/CHANGELOG.md +++ b/packages/libraries/yoga/CHANGELOG.md @@ -1,5 +1,14 @@ # @graphql-hive/yoga +## 0.41.1 + +### Patch Changes + +- Updated dependencies + [[`ee70018`](https://github.com/graphql-hive/console/commit/ee7001883970fac81210ec21ce70a72bfd3b67bb), + [`a003f78`](https://github.com/graphql-hive/console/commit/a003f781cb1a38d8b00a3256163c50e3893db5f2)]: + - @graphql-hive/core@0.10.1 + ## 0.41.0 ### Minor Changes diff --git a/packages/libraries/yoga/package.json b/packages/libraries/yoga/package.json index 63c8bd1022..04da7838a2 100644 --- a/packages/libraries/yoga/package.json +++ b/packages/libraries/yoga/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-hive/yoga", - "version": "0.41.0", + "version": "0.41.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 75a0e0822f..e292b30593 100644 --- a/packages/libraries/yoga/src/version.ts +++ b/packages/libraries/yoga/src/version.ts @@ -1 +1 @@ -export const version = '0.41.0'; +export const version = '0.41.1';