diff --git a/.changeset/busy-llamas-fry.md b/.changeset/busy-llamas-fry.md deleted file mode 100644 index b0227bb1805..00000000000 --- a/.changeset/busy-llamas-fry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'hive': patch ---- - -Metric alerts optimization: Optimize evaluation cadence for long-windowed rule groups. diff --git a/.changeset/chatty-bees-find.md b/.changeset/chatty-bees-find.md deleted file mode 100644 index 6e06ce33caa..00000000000 --- a/.changeset/chatty-bees-find.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'hive': patch ---- - -Address vulnerability [CVE-2026-25680](https://github.com/advisories/GHSA-5cv4-jp36-h3mw). diff --git a/.changeset/legal-rockets-visit.md b/.changeset/legal-rockets-visit.md deleted file mode 100644 index 0aabbadcacf..00000000000 --- a/.changeset/legal-rockets-visit.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'hive': patch ---- - -Metric alerts optimization: Skip fetching the previous comparison window for groups that only -contain absolute (fixed value) rules. diff --git a/.changeset/spicy-symbols-find.md b/.changeset/spicy-symbols-find.md deleted file mode 100644 index fff7c26959d..00000000000 --- a/.changeset/spicy-symbols-find.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'hive': minor ---- - -Use the monthly table in the usage estimator - -This table has dramatically better performance than operations_hourly. diff --git a/.changeset/stupid-llamas-float.md b/.changeset/stupid-llamas-float.md deleted file mode 100644 index 5321c0cdab8..00000000000 --- a/.changeset/stupid-llamas-float.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'hive': patch ---- - -Metric alerts optimization: Require duration column selection only for rules of latency type. diff --git a/.changeset/tangy-shrimps-dream.md b/.changeset/tangy-shrimps-dream.md deleted file mode 100644 index e7c01fe606f..00000000000 --- a/.changeset/tangy-shrimps-dream.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'hive': patch ---- - -Address vulnerability [CVE-2026-54285](https://github.com/advisories/GHSA-8988-4f7v-96qf). diff --git a/.changeset/tough-feet-battle.md b/.changeset/tough-feet-battle.md deleted file mode 100644 index 23333426093..00000000000 --- a/.changeset/tough-feet-battle.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'@graphql-hive/cli': patch -'hive': patch ---- - -Upgrade composition library to support oneOf directive without requiring composeDirective, and to -fix an edge case where an external field is not flagged as external in the supergraph if another -graph uses that field in the key diff --git a/deployment/CHANGELOG.md b/deployment/CHANGELOG.md index 8896be3d57f..a951683536f 100644 --- a/deployment/CHANGELOG.md +++ b/deployment/CHANGELOG.md @@ -1,5 +1,48 @@ # hive +## 11.6.0 + +### Minor Changes + +- [#8198](https://github.com/graphql-hive/console/pull/8198) + [`156acee`](https://github.com/graphql-hive/console/commit/156aceead7e73ebbd5b201c7920d5d1c1d0e3f10) + Thanks [@jdolle](https://github.com/jdolle)! - Use the monthly table in the usage estimator + + This table has dramatically better performance than operations_hourly. + +### Patch Changes + +- [#8218](https://github.com/graphql-hive/console/pull/8218) + [`0564435`](https://github.com/graphql-hive/console/commit/05644359a4099b3344d19741c7b8248fde3e2a68) + Thanks [@jonathanawesome](https://github.com/jonathanawesome)! - Metric alerts optimization: + Optimize evaluation cadence for long-windowed rule groups. + +- [#8224](https://github.com/graphql-hive/console/pull/8224) + [`60c14c0`](https://github.com/graphql-hive/console/commit/60c14c08e3b8a58c714d19a438032e1dd606152b) + Thanks [@n1ru4l](https://github.com/n1ru4l)! - Address vulnerability + [CVE-2026-25680](https://github.com/advisories/GHSA-5cv4-jp36-h3mw). + +- [#8221](https://github.com/graphql-hive/console/pull/8221) + [`5258d8e`](https://github.com/graphql-hive/console/commit/5258d8e0a4864a3ad57df60ee59444eef458fc4e) + Thanks [@jonathanawesome](https://github.com/jonathanawesome)! - Metric alerts optimization: Skip + fetching the previous comparison window for groups that only contain absolute (fixed value) rules. + +- [#8217](https://github.com/graphql-hive/console/pull/8217) + [`e9bbbe6`](https://github.com/graphql-hive/console/commit/e9bbbe6a78f6fcd6dc9ebd99a43a7250786a84ef) + Thanks [@jonathanawesome](https://github.com/jonathanawesome)! - Metric alerts optimization: + Require duration column selection only for rules of latency type. + +- [#8224](https://github.com/graphql-hive/console/pull/8224) + [`60c14c0`](https://github.com/graphql-hive/console/commit/60c14c08e3b8a58c714d19a438032e1dd606152b) + Thanks [@n1ru4l](https://github.com/n1ru4l)! - Address vulnerability + [CVE-2026-54285](https://github.com/advisories/GHSA-8988-4f7v-96qf). + +- [#8228](https://github.com/graphql-hive/console/pull/8228) + [`058c082`](https://github.com/graphql-hive/console/commit/058c08273c6aa24b0b0f3e7d4ff3d366869655e9) + Thanks [@jdolle](https://github.com/jdolle)! - Upgrade composition library to support oneOf + directive without requiring composeDirective, and to fix an edge case where an external field is + not flagged as external in the supergraph if another graph uses that field in the key + ## 11.5.0 ### Minor Changes diff --git a/deployment/package.json b/deployment/package.json index aaae5f35109..1b58b178bb9 100644 --- a/deployment/package.json +++ b/deployment/package.json @@ -1,6 +1,6 @@ { "name": "hive", - "version": "11.5.0", + "version": "11.6.0", "private": true, "scripts": { "generate": "tsx generate.ts", diff --git a/packages/libraries/cli/CHANGELOG.md b/packages/libraries/cli/CHANGELOG.md index 6f31ce10b50..fd4b7c01439 100644 --- a/packages/libraries/cli/CHANGELOG.md +++ b/packages/libraries/cli/CHANGELOG.md @@ -1,5 +1,15 @@ # @graphql-hive/cli +## 0.60.3 + +### Patch Changes + +- [#8228](https://github.com/graphql-hive/console/pull/8228) + [`058c082`](https://github.com/graphql-hive/console/commit/058c08273c6aa24b0b0f3e7d4ff3d366869655e9) + Thanks [@jdolle](https://github.com/jdolle)! - Upgrade composition library to support oneOf + directive without requiring composeDirective, and to fix an edge case where an external field is + not flagged as external in the supergraph if another graph uses that field in the key + ## 0.60.2 ### Patch Changes diff --git a/packages/libraries/cli/README.md b/packages/libraries/cli/README.md index 31f6f05aad3..0eb50d6f4eb 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.2/src/commands/app/create.ts)_ +[src/commands/app/create.ts](https://github.com/graphql-hive/platform/blob/v0.60.3/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.2/src/commands/app/publish.ts)_ +[src/commands/app/publish.ts](https://github.com/graphql-hive/platform/blob/v0.60.3/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.2/src/commands/app/retire.ts)_ +[src/commands/app/retire.ts](https://github.com/graphql-hive/platform/blob/v0.60.3/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.2/src/commands/artifact/fetch.ts)_ +[src/commands/artifact/fetch.ts](https://github.com/graphql-hive/platform/blob/v0.60.3/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.2/src/commands/dev.ts)_ +[src/commands/dev.ts](https://github.com/graphql-hive/platform/blob/v0.60.3/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.2/src/commands/introspect.ts)_ +[src/commands/introspect.ts](https://github.com/graphql-hive/platform/blob/v0.60.3/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.2/src/commands/operations/check.ts)_ +[src/commands/operations/check.ts](https://github.com/graphql-hive/platform/blob/v0.60.3/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.2/src/commands/schema/check.ts)_ +[src/commands/schema/check.ts](https://github.com/graphql-hive/platform/blob/v0.60.3/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.2/src/commands/schema/delete.ts)_ +[src/commands/schema/delete.ts](https://github.com/graphql-hive/platform/blob/v0.60.3/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.2/src/commands/schema/fetch.ts)_ +[src/commands/schema/fetch.ts](https://github.com/graphql-hive/platform/blob/v0.60.3/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.2/src/commands/schema/promote.ts)_ +[src/commands/schema/promote.ts](https://github.com/graphql-hive/platform/blob/v0.60.3/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.2/src/commands/schema/publish.ts)_ +[src/commands/schema/publish.ts](https://github.com/graphql-hive/platform/blob/v0.60.3/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.2/src/commands/whoami.ts)_ +[src/commands/whoami.ts](https://github.com/graphql-hive/platform/blob/v0.60.3/src/commands/whoami.ts)_ diff --git a/packages/libraries/cli/package.json b/packages/libraries/cli/package.json index 7279a2e7db1..cfffdfd21f1 100644 --- a/packages/libraries/cli/package.json +++ b/packages/libraries/cli/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-hive/cli", - "version": "0.60.2", + "version": "0.60.3", "description": "A CLI util to manage and control your GraphQL Hive", "repository": { "type": "git",