Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/busy-llamas-fry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/chatty-bees-find.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/legal-rockets-visit.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/spicy-symbols-find.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stupid-llamas-float.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tangy-shrimps-dream.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/tough-feet-battle.md

This file was deleted.

43 changes: 43 additions & 0 deletions deployment/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion deployment/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hive",
"version": "11.5.0",
"version": "11.6.0",
"private": true,
"scripts": {
"generate": "tsx generate.ts",
Expand Down
10 changes: 10 additions & 0 deletions packages/libraries/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
26 changes: 13 additions & 13 deletions packages/libraries/cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand All @@ -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`

Expand Down Expand Up @@ -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`

Expand All @@ -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`

Expand Down Expand Up @@ -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]`

Expand Down Expand Up @@ -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`

Expand Down Expand Up @@ -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`

Expand Down Expand Up @@ -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`

Expand Down Expand Up @@ -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]`

Expand Down Expand Up @@ -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`

Expand Down Expand Up @@ -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`

Expand Down Expand Up @@ -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]`

Expand Down Expand Up @@ -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)_

<!-- commandsstop -->

Expand Down
2 changes: 1 addition & 1 deletion packages/libraries/cli/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Loading