From eb1f4bcb5ea4f36bc6d79733498a3799660ce406 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 11 Dec 2025 14:37:53 +0000 Subject: [PATCH] chore(release): update monorepo packages versions --- .changeset/brave-mangos-visit.md | 15 ----- .changeset/chubby-sites-remain.md | 5 -- .changeset/curly-birds-itch.md | 5 -- .changeset/dark-feet-heal.md | 6 -- .changeset/four-jeans-relate.md | 5 -- .changeset/lazy-eagles-draw.md | 5 -- .changeset/sixty-flowers-flash.md | 5 -- .changeset/two-baboons-tie.md | 13 ----- .changeset/yummy-ears-accept.md | 7 --- deployment/CHANGELOG.md | 76 ++++++++++++++++++++++++++ deployment/package.json | 2 +- packages/libraries/router/CHANGELOG.md | 8 +++ packages/libraries/router/Cargo.toml | 2 +- packages/libraries/router/package.json | 2 +- packages/libraries/sdk-rs/CHANGELOG.md | 9 +++ packages/libraries/sdk-rs/Cargo.toml | 2 +- packages/libraries/sdk-rs/package.json | 2 +- 17 files changed, 98 insertions(+), 71 deletions(-) delete mode 100644 .changeset/brave-mangos-visit.md delete mode 100644 .changeset/chubby-sites-remain.md delete mode 100644 .changeset/curly-birds-itch.md delete mode 100644 .changeset/dark-feet-heal.md delete mode 100644 .changeset/four-jeans-relate.md delete mode 100644 .changeset/lazy-eagles-draw.md delete mode 100644 .changeset/sixty-flowers-flash.md delete mode 100644 .changeset/two-baboons-tie.md delete mode 100644 .changeset/yummy-ears-accept.md diff --git a/.changeset/brave-mangos-visit.md b/.changeset/brave-mangos-visit.md deleted file mode 100644 index cc25ab71fff..00000000000 --- a/.changeset/brave-mangos-visit.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -'hive': minor ---- - -Add configurable data retention TTL for self-hosted Hive instances. Self-hosted users can now configure retention periods via environment variables instead of hardcoded values. - -New environment variables: -- `CLICKHOUSE_TTL_TABLES` - Retention for ClickHouse mergetree tables (Default: 1 YEAR) -- `CLICKHOUSE_TTL_DAILY_MV_TABLES` - Retention for daily materialized view tables (Default: 1 YEAR) -- `CLICKHOUSE_TTL_HOURLY_MV_TABLES` - Retention for hourly materialized view tables (Default: 30 DAYS) -- `CLICKHOUSE_TTL_MINUTELY_MV_TABLES` - Retention for minutely materialized view tables (Default: 24 HOURS) - -Supports both numeric days (e.g., `365`) and ClickHouse interval syntax (e.g., `"1 YEAR"`, `"30 DAY"`, `"24 HOUR"`). - -The retention update runs automatically if any retention environment variable is set. diff --git a/.changeset/chubby-sites-remain.md b/.changeset/chubby-sites-remain.md deleted file mode 100644 index cc880826f11..00000000000 --- a/.changeset/chubby-sites-remain.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'hive': patch ---- - -Hide unnecessary elements from header when screen is narrow diff --git a/.changeset/curly-birds-itch.md b/.changeset/curly-birds-itch.md deleted file mode 100644 index 80b1532ee5f..00000000000 --- a/.changeset/curly-birds-itch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'hive': patch ---- - -Correctly check the global environment feature flag in for app deployments and fix app deployment pagination diff --git a/.changeset/dark-feet-heal.md b/.changeset/dark-feet-heal.md deleted file mode 100644 index 3e0a7e11d79..00000000000 --- a/.changeset/dark-feet-heal.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'hive-console-sdk-rs': patch ---- - -Use the JSON Schema specification of the usage reports directly to generate Rust structs as a source -of truth instead of manually written types diff --git a/.changeset/four-jeans-relate.md b/.changeset/four-jeans-relate.md deleted file mode 100644 index b62d38eb84a..00000000000 --- a/.changeset/four-jeans-relate.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'hive': patch ---- - -Improve native federation schema composition. Prevent subgraph-specific federation types and scalars being re-declared within the subgraph leaking into the supergraph. diff --git a/.changeset/lazy-eagles-draw.md b/.changeset/lazy-eagles-draw.md deleted file mode 100644 index 362b1223a90..00000000000 --- a/.changeset/lazy-eagles-draw.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'hive': patch ---- - -Fix exception raised by server when updating user profile information. diff --git a/.changeset/sixty-flowers-flash.md b/.changeset/sixty-flowers-flash.md deleted file mode 100644 index 69546c7cdc1..00000000000 --- a/.changeset/sixty-flowers-flash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'hive': minor ---- - -Update Redis client to support connecting to IPv6 networks. diff --git a/.changeset/two-baboons-tie.md b/.changeset/two-baboons-tie.md deleted file mode 100644 index 546a2aa3e24..00000000000 --- a/.changeset/two-baboons-tie.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -'hive': minor ---- - -Add support for retrieving CDN artifacts by version ID. - -New CDN endpoints allow fetching schema artifacts for a specific version: -- `/artifacts/v1/:targetId/version/:versionId/:artifactType` -- `/artifacts/v1/:targetId/version/:versionId/contracts/:contractName/:artifactType` - -Artifacts are now written to both the latest path and a versioned path during schema publish, enabling retrieval of historical versions. - -CDN artifact responses now include the `x-hive-schema-version-id` header, providing the version ID of the schema being served. diff --git a/.changeset/yummy-ears-accept.md b/.changeset/yummy-ears-accept.md deleted file mode 100644 index 07110a56aec..00000000000 --- a/.changeset/yummy-ears-accept.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'hive': patch ---- - -Do not swallow 4XX HTTP errors as 500 internal server errors when sentry error reporting is enabled. - -Send the same predictable error responses with and without the sentry plugin enabled. diff --git a/deployment/CHANGELOG.md b/deployment/CHANGELOG.md index b801c1f496c..71495d45db6 100644 --- a/deployment/CHANGELOG.md +++ b/deployment/CHANGELOG.md @@ -1,5 +1,81 @@ # hive +## 8.13.0 + +### Minor Changes + +- [#7303](https://github.com/graphql-hive/console/pull/7303) + [`840bc08`](https://github.com/graphql-hive/console/commit/840bc08236dfd635d720566360b176e1cc59ce70) + Thanks [@adambenhassen](https://github.com/adambenhassen)! - Add configurable data retention TTL + for self-hosted Hive instances. Self-hosted users can now configure retention periods via + environment variables instead of hardcoded values. + + New environment variables: + + - `CLICKHOUSE_TTL_TABLES` - Retention for ClickHouse mergetree tables (Default: 1 YEAR) + - `CLICKHOUSE_TTL_DAILY_MV_TABLES` - Retention for daily materialized view tables (Default: 1 + YEAR) + - `CLICKHOUSE_TTL_HOURLY_MV_TABLES` - Retention for hourly materialized view tables (Default: 30 + DAYS) + - `CLICKHOUSE_TTL_MINUTELY_MV_TABLES` - Retention for minutely materialized view tables (Default: + 24 HOURS) + + Supports both numeric days (e.g., `365`) and ClickHouse interval syntax (e.g., `"1 YEAR"`, + `"30 DAY"`, `"24 HOUR"`). + + The retention update runs automatically if any retention environment variable is set. + +- [#7333](https://github.com/graphql-hive/console/pull/7333) + [`4aa5247`](https://github.com/graphql-hive/console/commit/4aa524779c257602864f582fc3eb02b02c86d29a) + Thanks [@alexdaima](https://github.com/alexdaima)! - Update Redis client to support connecting to + IPv6 networks. + +- [#7400](https://github.com/graphql-hive/console/pull/7400) + [`c396566`](https://github.com/graphql-hive/console/commit/c396566b077e4b6ce26e0fab2004fa223e7dfc6f) + Thanks [@n1ru4l](https://github.com/n1ru4l)! - Add support for retrieving CDN artifacts by version + ID. + + New CDN endpoints allow fetching schema artifacts for a specific version: + + - `/artifacts/v1/:targetId/version/:versionId/:artifactType` + - `/artifacts/v1/:targetId/version/:versionId/contracts/:contractName/:artifactType` + + Artifacts are now written to both the latest path and a versioned path during schema publish, + enabling retrieval of historical versions. + + CDN artifact responses now include the `x-hive-schema-version-id` header, providing the version ID + of the schema being served. + +### Patch Changes + +- [#7381](https://github.com/graphql-hive/console/pull/7381) + [`415a9c1`](https://github.com/graphql-hive/console/commit/415a9c19d27e825c55bd9b492f8316624b4d6cf7) + Thanks [@jdolle](https://github.com/jdolle)! - Hide unnecessary elements from header when screen + is narrow + +- [#7352](https://github.com/graphql-hive/console/pull/7352) + [`727e525`](https://github.com/graphql-hive/console/commit/727e525abbd26dce638278ee26e0311f725571e1) + Thanks [@jdolle](https://github.com/jdolle)! - Correctly check the global environment feature flag + in for app deployments and fix app deployment pagination + +- [#7402](https://github.com/graphql-hive/console/pull/7402) + [`4183e55`](https://github.com/graphql-hive/console/commit/4183e5519851167c29dcc73f738108fad05cdce7) + Thanks [@n1ru4l](https://github.com/n1ru4l)! - Improve native federation schema composition. + Prevent subgraph-specific federation types and scalars being re-declared within the subgraph + leaking into the supergraph. + +- [#7391](https://github.com/graphql-hive/console/pull/7391) + [`d027f99`](https://github.com/graphql-hive/console/commit/d027f99321aa338209b42a89133a112926a22f7f) + Thanks [@n1ru4l](https://github.com/n1ru4l)! - Fix exception raised by server when updating user + profile information. + +- [#7389](https://github.com/graphql-hive/console/pull/7389) + [`a9a3e5f`](https://github.com/graphql-hive/console/commit/a9a3e5f9f1e942302bd6ce884f9afa011f2a7a96) + Thanks [@n1ru4l](https://github.com/n1ru4l)! - Do not swallow 4XX HTTP errors as 500 internal + server errors when sentry error reporting is enabled. + + Send the same predictable error responses with and without the sentry plugin enabled. + ## 8.12.1 ### Patch Changes diff --git a/deployment/package.json b/deployment/package.json index 9e37a6a2a7e..5f0c54298d0 100644 --- a/deployment/package.json +++ b/deployment/package.json @@ -1,6 +1,6 @@ { "name": "hive", - "version": "8.12.1", + "version": "8.13.0", "private": true, "scripts": { "generate": "tsx generate.ts", diff --git a/packages/libraries/router/CHANGELOG.md b/packages/libraries/router/CHANGELOG.md index bdecff3bbdf..7206c15aae0 100644 --- a/packages/libraries/router/CHANGELOG.md +++ b/packages/libraries/router/CHANGELOG.md @@ -1,5 +1,13 @@ # 16.10.2024 +## 2.3.5 + +### Patch Changes + +- Updated dependencies + [[`24c0998`](https://github.com/graphql-hive/console/commit/24c099818e4dfec43feea7775e8189d0f305a10c)]: + - hive-console-sdk-rs@0.2.2 + ## 2.3.4 ### Patch Changes diff --git a/packages/libraries/router/Cargo.toml b/packages/libraries/router/Cargo.toml index 12066dae573..98aaa1c1f91 100644 --- a/packages/libraries/router/Cargo.toml +++ b/packages/libraries/router/Cargo.toml @@ -5,7 +5,7 @@ repository = "https://github.com/graphql-hive/console/" edition = "2021" license = "MIT" publish = true -version = "2.3.4" +version = "2.3.5" description = "Apollo-Router Plugin for Hive" [[bin]] diff --git a/packages/libraries/router/package.json b/packages/libraries/router/package.json index e021a665bd5..505895a8c70 100644 --- a/packages/libraries/router/package.json +++ b/packages/libraries/router/package.json @@ -1,6 +1,6 @@ { "name": "hive-apollo-router-plugin", - "version": "2.3.4", + "version": "2.3.5", "private": true, "scripts": { "sync-cargo-file": "./sync-cargo-file.sh" diff --git a/packages/libraries/sdk-rs/CHANGELOG.md b/packages/libraries/sdk-rs/CHANGELOG.md index d6ff5e9e10a..ca8556a3927 100644 --- a/packages/libraries/sdk-rs/CHANGELOG.md +++ b/packages/libraries/sdk-rs/CHANGELOG.md @@ -1,5 +1,14 @@ # hive-console-sdk-rs +## 0.2.2 + +### Patch Changes + +- [#7405](https://github.com/graphql-hive/console/pull/7405) + [`24c0998`](https://github.com/graphql-hive/console/commit/24c099818e4dfec43feea7775e8189d0f305a10c) + Thanks [@ardatan](https://github.com/ardatan)! - Use the JSON Schema specification of the usage + reports directly to generate Rust structs as a source of truth instead of manually written types + ## 0.2.1 ### Patch Changes diff --git a/packages/libraries/sdk-rs/Cargo.toml b/packages/libraries/sdk-rs/Cargo.toml index 431efea17c8..a5fae8037f9 100644 --- a/packages/libraries/sdk-rs/Cargo.toml +++ b/packages/libraries/sdk-rs/Cargo.toml @@ -4,7 +4,7 @@ repository = "https://github.com/graphql-hive/console/" edition = "2021" license = "MIT" publish = true -version = "0.2.1" +version = "0.2.2" description = "Rust SDK for Hive Console" [lib] diff --git a/packages/libraries/sdk-rs/package.json b/packages/libraries/sdk-rs/package.json index 7f17f0992a9..4d9e02c9db4 100644 --- a/packages/libraries/sdk-rs/package.json +++ b/packages/libraries/sdk-rs/package.json @@ -1,6 +1,6 @@ { "name": "hive-console-sdk-rs", - "version": "0.2.1", + "version": "0.2.2", "private": true, "scripts": { "sync-cargo-file": "./sync-cargo-file.sh"