From f64215639d57bc393935ac66a591c8f84888ab06 Mon Sep 17 00:00:00 2001 From: TheGuildBot <59414373+theguild-bot@users.noreply.github.com> Date: Thu, 23 Jul 2026 11:12:01 +0300 Subject: [PATCH] chore(release): update monorepo packages versions --- .changeset/bright-cats-check.md | 5 -- .changeset/calm-suits-thank.md | 6 -- .changeset/giant-fans-type.md | 5 -- .changeset/itchy-otters-lead.md | 6 -- .changeset/jolly-chefs-behave.md | 24 ------ .changeset/large-pets-pay.md | 5 -- .changeset/late-bats-study.md | 6 -- .changeset/many-rocks-show.md | 5 -- .changeset/nine-cows-create.md | 5 -- .changeset/petite-geckos-type.md | 8 -- .changeset/tired-days-invite.md | 5 -- .changeset/twenty-buttons-fly.md | 25 ------ deployment/CHANGELOG.md | 114 ++++++++++++++++++++++++++++ deployment/package.json | 2 +- packages/libraries/cli/CHANGELOG.md | 9 +++ packages/libraries/cli/README.md | 26 +++---- packages/libraries/cli/package.json | 2 +- 17 files changed, 138 insertions(+), 120 deletions(-) delete mode 100644 .changeset/bright-cats-check.md delete mode 100644 .changeset/calm-suits-thank.md delete mode 100644 .changeset/giant-fans-type.md delete mode 100644 .changeset/itchy-otters-lead.md delete mode 100644 .changeset/jolly-chefs-behave.md delete mode 100644 .changeset/large-pets-pay.md delete mode 100644 .changeset/late-bats-study.md delete mode 100644 .changeset/many-rocks-show.md delete mode 100644 .changeset/nine-cows-create.md delete mode 100644 .changeset/petite-geckos-type.md delete mode 100644 .changeset/tired-days-invite.md delete mode 100644 .changeset/twenty-buttons-fly.md diff --git a/.changeset/bright-cats-check.md b/.changeset/bright-cats-check.md deleted file mode 100644 index dfbbebab66e..00000000000 --- a/.changeset/bright-cats-check.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'hive': patch ---- - -Clarify successful GitHub schema checks by annotating breaking changes that are safe based on usage or approved. diff --git a/.changeset/calm-suits-thank.md b/.changeset/calm-suits-thank.md deleted file mode 100644 index 1da9d3566b2..00000000000 --- a/.changeset/calm-suits-thank.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'hive': patch ---- - -Address vulnerability [GHSA-4c8g-83qw-93j6](https://github.com/advisories/GHSA-4c8g-83qw-93j6) and -[GHSA-v2hh-gcrm-f6hx](https://github.com/advisories/GHSA-v2hh-gcrm-f6hx). diff --git a/.changeset/giant-fans-type.md b/.changeset/giant-fans-type.md deleted file mode 100644 index 9cecca6a9d4..00000000000 --- a/.changeset/giant-fans-type.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'hive': patch ---- - -Address vulnerability [GHSA-hrxh-6v49-42gf](https://github.com/advisories/GHSA-hrxh-6v49-42gf). diff --git a/.changeset/itchy-otters-lead.md b/.changeset/itchy-otters-lead.md deleted file mode 100644 index 72a9028ac16..00000000000 --- a/.changeset/itchy-otters-lead.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'hive': patch ---- - -Metric Alerts: enhance Grafana with additional panels for tracking filtered vs unfiltered rule and -group population and attaches additional data to evaluate-group span diff --git a/.changeset/jolly-chefs-behave.md b/.changeset/jolly-chefs-behave.md deleted file mode 100644 index 59d4a284d57..00000000000 --- a/.changeset/jolly-chefs-behave.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -'hive': minor ---- - -Added opt-in AWS IAM authentication for S3 connections. When IAM is enabled, services authenticate -to S3 using short-lived SigV4 pre-signed tokens instead of static passwords, since S3 connections -are HTTP requests a new token will be generate for each call. - -### New environment variables - -| Variable | Service | Description | -| ----------------------------------- | ------- | --------------------------------------------------------- | -| `S3_AWS_IAM_AUTH_ENABLED` | server | Set to `1` to enable IAM authentication for S3. | -| `S3_MIRROR_AWS_IAM_AUTH_ENABLED` | server | Set to `1` to enable IAM authentication for S3 Mirror. | -| `S3_AUDIT_LOG_AWS_IAM_AUTH_ENABLED` | server | Set to `1` to enable IAM authentication for S3 Audit Log. | - -### To enable - -- `S3_*_AWS_IAM_AUTH_ENABLED=1`. -- `S3_BUCKET_NAME` set to the AWS S3 bucket. -- `S3_ENDPOINT` set with the S3 endpoint with the AWS Region (i.e. https://s3.us-east-1.amazonaws.com) - -When `CDN_API=1` is set on the server, the CDN artifact handler also uses IAM-authenticated S3 clients. -Adds support for S3 Audit Logs exported to AWS S3. diff --git a/.changeset/large-pets-pay.md b/.changeset/large-pets-pay.md deleted file mode 100644 index d7c1a4667dd..00000000000 --- a/.changeset/large-pets-pay.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'hive': patch ---- - -Metric Alerts optimization: Creates a new daily ClickHouse rollup and routes long-windowed rules/groups diff --git a/.changeset/late-bats-study.md b/.changeset/late-bats-study.md deleted file mode 100644 index 45a70edff91..00000000000 --- a/.changeset/late-bats-study.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@graphql-hive/cli': minor -'hive': minor ---- - -Support retries for deleting a schema in case the registry is busy and locked. diff --git a/.changeset/many-rocks-show.md b/.changeset/many-rocks-show.md deleted file mode 100644 index f8c64f8cd50..00000000000 --- a/.changeset/many-rocks-show.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'hive': patch ---- - -Address vulnerability [GHSA-c2j3-45gr-mqc4](https://github.com/advisories/GHSA-c2j3-45gr-mqc4). diff --git a/.changeset/nine-cows-create.md b/.changeset/nine-cows-create.md deleted file mode 100644 index ff7fb81a72f..00000000000 --- a/.changeset/nine-cows-create.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'hive': patch ---- - -Fix unexpected exception that could be raised when promoting a schema version within a monolithic project. diff --git a/.changeset/petite-geckos-type.md b/.changeset/petite-geckos-type.md deleted file mode 100644 index 61dc6ab44cd..00000000000 --- a/.changeset/petite-geckos-type.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'hive': patch ---- - -Address vulnerabilities [GHSA-gcfj-64vw-6mp9](https://github.com/advisories/GHSA-gcfj-64vw-6mp9), -[GHSA-hcpx-6fm6-wx23](https://github.com/advisories/GHSA-hcpx-6fm6-wx23), [GHSA-f4gw-2p7v-4548](https://github.com/advisories/GHSA-f4gw-2p7v-4548), -[GHSA-mwf2-3pr3-8698](https://github.com/advisories/GHSA-mwf2-3pr3-8698), [GHSA-xj6q-8x83-jv6g](https://github.com/advisories/GHSA-xj6q-8x83-jv6g), -and [GHSA-j3f2-48v5-ccww](https://github.com/advisories/GHSA-j3f2-48v5-ccww). diff --git a/.changeset/tired-days-invite.md b/.changeset/tired-days-invite.md deleted file mode 100644 index 13eb63fc900..00000000000 --- a/.changeset/tired-days-invite.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'hive': patch ---- - -Address vulnerability [GHSA-v245-v573-v5vm](https://github.com/advisories/GHSA-v245-v573-v5vm). diff --git a/.changeset/twenty-buttons-fly.md b/.changeset/twenty-buttons-fly.md deleted file mode 100644 index b0af2aa34c2..00000000000 --- a/.changeset/twenty-buttons-fly.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -'hive': patch ---- - -Support composing directive argument default values within the native composition. - -```graphql -extend schema - @link(url: "https://specs.apollo.dev/federation/v2.5", import: ["@key", "@composeDirective"]) - @link(url: "https://myspecs.dev/access/v1.0", import: ["@access"]) - @composeDirective(name: "@access") - -directive @access(scope: Scope! = PUBLIC) on FIELD_DEFINITION - -enum Scope { - PUBLIC - PRIVATE -} - -type Query { - hello: String @access -} -``` - -Previously, the `PUBLIC` default value in the above example would not be set in the composed result. diff --git a/deployment/CHANGELOG.md b/deployment/CHANGELOG.md index a951683536f..4f208de5e80 100644 --- a/deployment/CHANGELOG.md +++ b/deployment/CHANGELOG.md @@ -1,5 +1,119 @@ # hive +## 11.7.0 + +### Minor Changes + +- [#8079](https://github.com/graphql-hive/console/pull/8079) + [`2b6d22f`](https://github.com/graphql-hive/console/commit/2b6d22f5d36c46e9bdc2425451fc96c5d42a0dbb) + Thanks [@mish-elle](https://github.com/mish-elle)! - Added opt-in AWS IAM authentication for S3 + connections. When IAM is enabled, services authenticate to S3 using short-lived SigV4 pre-signed + tokens instead of static passwords, since S3 connections are HTTP requests a new token will be + generate for each call. + + ### New environment variables + + | Variable | Service | Description | + | ----------------------------------- | ------- | --------------------------------------------------------- | + | `S3_AWS_IAM_AUTH_ENABLED` | server | Set to `1` to enable IAM authentication for S3. | + | `S3_MIRROR_AWS_IAM_AUTH_ENABLED` | server | Set to `1` to enable IAM authentication for S3 Mirror. | + | `S3_AUDIT_LOG_AWS_IAM_AUTH_ENABLED` | server | Set to `1` to enable IAM authentication for S3 Audit Log. | + + ### To enable + + - `S3_*_AWS_IAM_AUTH_ENABLED=1`. + - `S3_BUCKET_NAME` set to the AWS S3 bucket. + - `S3_ENDPOINT` set with the S3 endpoint with the AWS Region (i.e. + https://s3.us-east-1.amazonaws.com) + + When `CDN_API=1` is set on the server, the CDN artifact handler also uses IAM-authenticated S3 + clients. Adds support for S3 Audit Logs exported to AWS S3. + +- [#8230](https://github.com/graphql-hive/console/pull/8230) + [`e7e26b6`](https://github.com/graphql-hive/console/commit/e7e26b6e6c2260cd60c09a56435742139ea73a77) + Thanks [@n1ru4l](https://github.com/n1ru4l)! - Support retries for deleting a schema in case the + registry is busy and locked. + +### Patch Changes + +- [#8226](https://github.com/graphql-hive/console/pull/8226) + [`c0873ac`](https://github.com/graphql-hive/console/commit/c0873ac45dfc893e7dd12115902bc7cdb2878419) + Thanks [@n1ru4l](https://github.com/n1ru4l)! - Clarify successful GitHub schema checks by + annotating breaking changes that are safe based on usage or approved. + +- [#8250](https://github.com/graphql-hive/console/pull/8250) + [`6974b5e`](https://github.com/graphql-hive/console/commit/6974b5e6f8c8a792750450ad329b78b3f5d9f4a8) + Thanks [@n1ru4l](https://github.com/n1ru4l)! - Address vulnerability + [GHSA-4c8g-83qw-93j6](https://github.com/advisories/GHSA-4c8g-83qw-93j6) and + [GHSA-v2hh-gcrm-f6hx](https://github.com/advisories/GHSA-v2hh-gcrm-f6hx). + +- [#8250](https://github.com/graphql-hive/console/pull/8250) + [`6974b5e`](https://github.com/graphql-hive/console/commit/6974b5e6f8c8a792750450ad329b78b3f5d9f4a8) + Thanks [@n1ru4l](https://github.com/n1ru4l)! - Address vulnerability + [GHSA-hrxh-6v49-42gf](https://github.com/advisories/GHSA-hrxh-6v49-42gf). + +- [#8232](https://github.com/graphql-hive/console/pull/8232) + [`78f4ed4`](https://github.com/graphql-hive/console/commit/78f4ed4d0fcef0dcf9a89b3a80a2ca1cd3d2e1e6) + Thanks [@jonathanawesome](https://github.com/jonathanawesome)! - Metric Alerts: enhance Grafana + with additional panels for tracking filtered vs unfiltered rule and group population and attaches + additional data to evaluate-group span + +- [#8235](https://github.com/graphql-hive/console/pull/8235) + [`91f971f`](https://github.com/graphql-hive/console/commit/91f971f8f0c51b6960f4b1d484cfbf87e037a8d4) + Thanks [@jonathanawesome](https://github.com/jonathanawesome)! - Metric Alerts optimization: + Creates a new daily ClickHouse rollup and routes long-windowed rules/groups + +- [#8250](https://github.com/graphql-hive/console/pull/8250) + [`6974b5e`](https://github.com/graphql-hive/console/commit/6974b5e6f8c8a792750450ad329b78b3f5d9f4a8) + Thanks [@n1ru4l](https://github.com/n1ru4l)! - Address vulnerability + [GHSA-c2j3-45gr-mqc4](https://github.com/advisories/GHSA-c2j3-45gr-mqc4). + +- [#8243](https://github.com/graphql-hive/console/pull/8243) + [`883d183`](https://github.com/graphql-hive/console/commit/883d183b68ad3100e3db9b5c5e3bcbbb7c5ee090) + Thanks [@n1ru4l](https://github.com/n1ru4l)! - Fix unexpected exception that could be raised when + promoting a schema version within a monolithic project. + +- [#8237](https://github.com/graphql-hive/console/pull/8237) + [`68361c9`](https://github.com/graphql-hive/console/commit/68361c948180cf461aea4d04e1607407a8043344) + Thanks [@n1ru4l](https://github.com/n1ru4l)! - Address vulnerabilities + [GHSA-gcfj-64vw-6mp9](https://github.com/advisories/GHSA-gcfj-64vw-6mp9), + [GHSA-hcpx-6fm6-wx23](https://github.com/advisories/GHSA-hcpx-6fm6-wx23), + [GHSA-f4gw-2p7v-4548](https://github.com/advisories/GHSA-f4gw-2p7v-4548), + [GHSA-mwf2-3pr3-8698](https://github.com/advisories/GHSA-mwf2-3pr3-8698), + [GHSA-xj6q-8x83-jv6g](https://github.com/advisories/GHSA-xj6q-8x83-jv6g), and + [GHSA-j3f2-48v5-ccww](https://github.com/advisories/GHSA-j3f2-48v5-ccww). + +- [#8250](https://github.com/graphql-hive/console/pull/8250) + [`6974b5e`](https://github.com/graphql-hive/console/commit/6974b5e6f8c8a792750450ad329b78b3f5d9f4a8) + Thanks [@n1ru4l](https://github.com/n1ru4l)! - Address vulnerability + [GHSA-v245-v573-v5vm](https://github.com/advisories/GHSA-v245-v573-v5vm). + +- [#8244](https://github.com/graphql-hive/console/pull/8244) + [`7a99575`](https://github.com/graphql-hive/console/commit/7a9957504492bc414f363b973763e65a56bc4099) + Thanks [@n1ru4l](https://github.com/n1ru4l)! - Support composing directive argument default values + within the native composition. + + ```graphql + extend schema + @link(url: "https://specs.apollo.dev/federation/v2.5", import: ["@key", "@composeDirective"]) + @link(url: "https://myspecs.dev/access/v1.0", import: ["@access"]) + @composeDirective(name: "@access") + + directive @access(scope: Scope! = PUBLIC) on FIELD_DEFINITION + + enum Scope { + PUBLIC + PRIVATE + } + + type Query { + hello: String @access + } + ``` + + Previously, the `PUBLIC` default value in the above example would not be set in the composed + result. + ## 11.6.0 ### Minor Changes diff --git a/deployment/package.json b/deployment/package.json index 95dac2b9beb..2db718ba100 100644 --- a/deployment/package.json +++ b/deployment/package.json @@ -1,6 +1,6 @@ { "name": "hive", - "version": "11.6.0", + "version": "11.7.0", "private": true, "scripts": { "generate": "tsx generate.ts", diff --git a/packages/libraries/cli/CHANGELOG.md b/packages/libraries/cli/CHANGELOG.md index fd4b7c01439..181ba3818e9 100644 --- a/packages/libraries/cli/CHANGELOG.md +++ b/packages/libraries/cli/CHANGELOG.md @@ -1,5 +1,14 @@ # @graphql-hive/cli +## 0.61.0 + +### Minor Changes + +- [#8230](https://github.com/graphql-hive/console/pull/8230) + [`e7e26b6`](https://github.com/graphql-hive/console/commit/e7e26b6e6c2260cd60c09a56435742139ea73a77) + Thanks [@n1ru4l](https://github.com/n1ru4l)! - Support retries for deleting a schema in case the + registry is busy and locked. + ## 0.60.3 ### Patch Changes diff --git a/packages/libraries/cli/README.md b/packages/libraries/cli/README.md index 0eb50d6f4eb..0214417f0c9 100644 --- a/packages/libraries/cli/README.md +++ b/packages/libraries/cli/README.md @@ -84,7 +84,7 @@ DESCRIPTION ``` _See code: -[src/commands/app/create.ts](https://github.com/graphql-hive/platform/blob/v0.60.3/src/commands/app/create.ts)_ +[src/commands/app/create.ts](https://github.com/graphql-hive/platform/blob/v0.61.0/src/commands/app/create.ts)_ ## `hive app:publish` @@ -111,7 +111,7 @@ DESCRIPTION ``` _See code: -[src/commands/app/publish.ts](https://github.com/graphql-hive/platform/blob/v0.60.3/src/commands/app/publish.ts)_ +[src/commands/app/publish.ts](https://github.com/graphql-hive/platform/blob/v0.61.0/src/commands/app/publish.ts)_ ## `hive app:retire` @@ -139,7 +139,7 @@ DESCRIPTION ``` _See code: -[src/commands/app/retire.ts](https://github.com/graphql-hive/platform/blob/v0.60.3/src/commands/app/retire.ts)_ +[src/commands/app/retire.ts](https://github.com/graphql-hive/platform/blob/v0.61.0/src/commands/app/retire.ts)_ ## `hive artifact:fetch` @@ -163,7 +163,7 @@ DESCRIPTION ``` _See code: -[src/commands/artifact/fetch.ts](https://github.com/graphql-hive/platform/blob/v0.60.3/src/commands/artifact/fetch.ts)_ +[src/commands/artifact/fetch.ts](https://github.com/graphql-hive/platform/blob/v0.61.0/src/commands/artifact/fetch.ts)_ ## `hive dev` @@ -206,7 +206,7 @@ DESCRIPTION ``` _See code: -[src/commands/dev.ts](https://github.com/graphql-hive/platform/blob/v0.60.3/src/commands/dev.ts)_ +[src/commands/dev.ts](https://github.com/graphql-hive/platform/blob/v0.61.0/src/commands/dev.ts)_ ## `hive help [COMMAND]` @@ -252,7 +252,7 @@ DESCRIPTION ``` _See code: -[src/commands/introspect.ts](https://github.com/graphql-hive/platform/blob/v0.60.3/src/commands/introspect.ts)_ +[src/commands/introspect.ts](https://github.com/graphql-hive/platform/blob/v0.61.0/src/commands/introspect.ts)_ ## `hive operations:check FILE` @@ -311,7 +311,7 @@ DESCRIPTION ``` _See code: -[src/commands/operations/check.ts](https://github.com/graphql-hive/platform/blob/v0.60.3/src/commands/operations/check.ts)_ +[src/commands/operations/check.ts](https://github.com/graphql-hive/platform/blob/v0.61.0/src/commands/operations/check.ts)_ ## `hive schema:check FILE` @@ -356,7 +356,7 @@ DESCRIPTION ``` _See code: -[src/commands/schema/check.ts](https://github.com/graphql-hive/platform/blob/v0.60.3/src/commands/schema/check.ts)_ +[src/commands/schema/check.ts](https://github.com/graphql-hive/platform/blob/v0.61.0/src/commands/schema/check.ts)_ ## `hive schema:delete SERVICE` @@ -389,7 +389,7 @@ DESCRIPTION ``` _See code: -[src/commands/schema/delete.ts](https://github.com/graphql-hive/platform/blob/v0.60.3/src/commands/schema/delete.ts)_ +[src/commands/schema/delete.ts](https://github.com/graphql-hive/platform/blob/v0.61.0/src/commands/schema/delete.ts)_ ## `hive schema:fetch [COMMIT]` @@ -422,7 +422,7 @@ DESCRIPTION ``` _See code: -[src/commands/schema/fetch.ts](https://github.com/graphql-hive/platform/blob/v0.60.3/src/commands/schema/fetch.ts)_ +[src/commands/schema/fetch.ts](https://github.com/graphql-hive/platform/blob/v0.61.0/src/commands/schema/fetch.ts)_ ## `hive schema:promote` @@ -455,7 +455,7 @@ DESCRIPTION ``` _See code: -[src/commands/schema/promote.ts](https://github.com/graphql-hive/platform/blob/v0.60.3/src/commands/schema/promote.ts)_ +[src/commands/schema/promote.ts](https://github.com/graphql-hive/platform/blob/v0.61.0/src/commands/schema/promote.ts)_ ## `hive schema:publish FILE` @@ -499,7 +499,7 @@ DESCRIPTION ``` _See code: -[src/commands/schema/publish.ts](https://github.com/graphql-hive/platform/blob/v0.60.3/src/commands/schema/publish.ts)_ +[src/commands/schema/publish.ts](https://github.com/graphql-hive/platform/blob/v0.61.0/src/commands/schema/publish.ts)_ ## `hive update [CHANNEL]` @@ -562,7 +562,7 @@ DESCRIPTION ``` _See code: -[src/commands/whoami.ts](https://github.com/graphql-hive/platform/blob/v0.60.3/src/commands/whoami.ts)_ +[src/commands/whoami.ts](https://github.com/graphql-hive/platform/blob/v0.61.0/src/commands/whoami.ts)_ diff --git a/packages/libraries/cli/package.json b/packages/libraries/cli/package.json index 750fdf5731f..fae78b2c604 100644 --- a/packages/libraries/cli/package.json +++ b/packages/libraries/cli/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-hive/cli", - "version": "0.60.3", + "version": "0.61.0", "description": "A CLI util to manage and control your GraphQL Hive", "repository": { "type": "git",