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/good-things-follow.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/large-streets-remain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/light-plants-scream.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/olive-moons-search.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rare-donkeys-clap.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/social-rabbits-take.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/tidy-composers-improve.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/witty-pugs-report.md

This file was deleted.

46 changes: 46 additions & 0 deletions deployment/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,51 @@
# hive

## 11.13.0

### Minor Changes

- [#8426](https://github.com/graphql-hive/console/pull/8426)
[`48d3000`](https://github.com/graphql-hive/console/commit/48d3000c32cc74d950159c3551332ba9725f3cba)
Thanks [@jonathanawesome](https://github.com/jonathanawesome)! - Metric alert rules are now
available to every organization. Create rules on a target's Alerts page to be notified when
latency, error rate, or traffic crosses a fixed threshold or changes by a set percentage.

### Patch Changes

- [#8454](https://github.com/graphql-hive/console/pull/8454)
[`e6773b5`](https://github.com/graphql-hive/console/commit/e6773b57ad576583da68d6c480144e0f807c7530)
Thanks [@n1ru4l](https://github.com/n1ru4l)! - Address vulnerability
[GHSA-2v4p-qf9q-27wj](https://github.com/advisories/GHSA-2v4p-qf9q-27wj).

- [#8403](https://github.com/graphql-hive/console/pull/8403)
[`31183ae`](https://github.com/graphql-hive/console/commit/31183ae05160829214ad9f6f82cae2b7e3be2fc7)
Thanks [@n1ru4l](https://github.com/n1ru4l)! - Add a subgraph filter to the schema explorer and
move the explorer's filters into a single filter menu.

The explorer can now be narrowed to one or more subgraphs, on the main view as well as the type,
unused and deprecated views. Selecting a type, searching for a field, filtering by metadata and
toggling descriptions now live in the same filter menu, with active filters shown as chips. The
All / Unused / Deprecated tabs moved next to the page title.

- [#8464](https://github.com/graphql-hive/console/pull/8464)
[`0d5b665`](https://github.com/graphql-hive/console/commit/0d5b6659c6bb2cd3ed92d6dbeb86f635ccc1dc7f)
Thanks [@n1ru4l](https://github.com/n1ru4l)! - Fix federation contract composition attaching
`@inaccessible` to `ContextFieldValue`.

- [#8460](https://github.com/graphql-hive/console/pull/8460)
[`bba8d96`](https://github.com/graphql-hive/console/commit/bba8d9675e7d7a82276df95b2b35ed95d2654ab3)
Thanks [@n1ru4l](https://github.com/n1ru4l)! - Preserve types referenced by directive arguments in
schema contracts and prevent `federation__ContextFieldValue` from leaking into composed
supergraphs.

- [#8459](https://github.com/graphql-hive/console/pull/8459)
[`bbb0644`](https://github.com/graphql-hive/console/commit/bbb06443b7041ba992ee6483a4d029d0f9ddb5ff)
Thanks [@n1ru4l](https://github.com/n1ru4l)! - address vulnerabilities
[GHSA-2x7j-588g-ccc2](https://github.com/advisories/GHSA-2x7j-588g-ccc2),
[GHSA-wmmp-3585-3rmp](https://github.com/advisories/GHSA-wmmp-3585-3rmp),
[GHSA-cc9r-2j5m-2m83](https://github.com/advisories/GHSA-cc9r-2j5m-2m83), and
[GHSA-8m3c-c648-2xjj](https://github.com/advisories/GHSA-8m3c-c648-2xjj).

## 11.12.2

### Patch 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.12.2",
"version": "11.13.0",
"private": true,
"scripts": {
"generate": "tsx generate.ts",
Expand Down
17 changes: 17 additions & 0 deletions packages/libraries/apollo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @graphql-hive/apollo

## 0.48.7

### Patch Changes

- [#8397](https://github.com/graphql-hive/console/pull/8397)
[`cac2fc2`](https://github.com/graphql-hive/console/commit/cac2fc27162811ef0bc739f05793d273497d04ef)
Thanks [@jdolle](https://github.com/jdolle)! - Deprecate run-time reporting schemas from `useHive`
plugin.

Use Hive CLI (`@graphql-hive/cli`) to publish the schema file instead. This aligns with best
practices for schema management and prevents an issue where multiple service instances result in
numerous publishes to Hive.

- Updated dependencies
[[`cac2fc2`](https://github.com/graphql-hive/console/commit/cac2fc27162811ef0bc739f05793d273497d04ef)]:
- @graphql-hive/core@0.22.5

## 0.48.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/libraries/apollo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-hive/apollo",
"version": "0.48.6",
"version": "0.48.7",
"type": "module",
"description": "GraphQL Hive + Apollo Server",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/libraries/apollo/src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version = '0.48.6';
export const version = '0.48.7';
19 changes: 19 additions & 0 deletions packages/libraries/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# @graphql-hive/cli

## 0.63.2

### Patch Changes

- [#8464](https://github.com/graphql-hive/console/pull/8464)
[`0d5b665`](https://github.com/graphql-hive/console/commit/0d5b6659c6bb2cd3ed92d6dbeb86f635ccc1dc7f)
Thanks [@n1ru4l](https://github.com/n1ru4l)! - Fix federation contract composition attaching
`@inaccessible` to `ContextFieldValue`.

- [#8460](https://github.com/graphql-hive/console/pull/8460)
[`bba8d96`](https://github.com/graphql-hive/console/commit/bba8d9675e7d7a82276df95b2b35ed95d2654ab3)
Thanks [@n1ru4l](https://github.com/n1ru4l)! - Preserve types referenced by directive arguments in
schema contracts and prevent `federation__ContextFieldValue` from leaking into composed
supergraphs.

- Updated dependencies
[[`cac2fc2`](https://github.com/graphql-hive/console/commit/cac2fc27162811ef0bc739f05793d273497d04ef)]:
- @graphql-hive/core@0.22.5

## 0.63.1

### Patch Changes
Expand Down
28 changes: 14 additions & 14 deletions packages/libraries/cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ DESCRIPTION
```

_See code:
[src/commands/app/check.ts](https://github.com/graphql-hive/console/blob/v0.63.1/src/commands/app/check.ts)_
[src/commands/app/check.ts](https://github.com/graphql-hive/console/blob/v0.63.2/src/commands/app/check.ts)_

## `hive app:create OPERATIONS`

Expand Down Expand Up @@ -114,7 +114,7 @@ DESCRIPTION
```

_See code:
[src/commands/app/create.ts](https://github.com/graphql-hive/console/blob/v0.63.1/src/commands/app/create.ts)_
[src/commands/app/create.ts](https://github.com/graphql-hive/console/blob/v0.63.2/src/commands/app/create.ts)_

## `hive app:publish`

Expand All @@ -141,7 +141,7 @@ DESCRIPTION
```

_See code:
[src/commands/app/publish.ts](https://github.com/graphql-hive/console/blob/v0.63.1/src/commands/app/publish.ts)_
[src/commands/app/publish.ts](https://github.com/graphql-hive/console/blob/v0.63.2/src/commands/app/publish.ts)_

## `hive app:retire`

Expand Down Expand Up @@ -169,7 +169,7 @@ DESCRIPTION
```

_See code:
[src/commands/app/retire.ts](https://github.com/graphql-hive/console/blob/v0.63.1/src/commands/app/retire.ts)_
[src/commands/app/retire.ts](https://github.com/graphql-hive/console/blob/v0.63.2/src/commands/app/retire.ts)_

## `hive artifact:fetch`

Expand All @@ -193,7 +193,7 @@ DESCRIPTION
```

_See code:
[src/commands/artifact/fetch.ts](https://github.com/graphql-hive/console/blob/v0.63.1/src/commands/artifact/fetch.ts)_
[src/commands/artifact/fetch.ts](https://github.com/graphql-hive/console/blob/v0.63.2/src/commands/artifact/fetch.ts)_

## `hive dev`

Expand Down Expand Up @@ -234,7 +234,7 @@ DESCRIPTION
```

_See code:
[src/commands/dev.ts](https://github.com/graphql-hive/console/blob/v0.63.1/src/commands/dev.ts)_
[src/commands/dev.ts](https://github.com/graphql-hive/console/blob/v0.63.2/src/commands/dev.ts)_

## `hive help [COMMAND]`

Expand Down Expand Up @@ -280,7 +280,7 @@ DESCRIPTION
```

_See code:
[src/commands/introspect.ts](https://github.com/graphql-hive/console/blob/v0.63.1/src/commands/introspect.ts)_
[src/commands/introspect.ts](https://github.com/graphql-hive/console/blob/v0.63.2/src/commands/introspect.ts)_

## `hive operations:check FILE`

Expand Down Expand Up @@ -339,7 +339,7 @@ DESCRIPTION
```

_See code:
[src/commands/operations/check.ts](https://github.com/graphql-hive/console/blob/v0.63.1/src/commands/operations/check.ts)_
[src/commands/operations/check.ts](https://github.com/graphql-hive/console/blob/v0.63.2/src/commands/operations/check.ts)_

## `hive schema:check FILE`

Expand Down Expand Up @@ -387,7 +387,7 @@ DESCRIPTION
```

_See code:
[src/commands/schema/check.ts](https://github.com/graphql-hive/console/blob/v0.63.1/src/commands/schema/check.ts)_
[src/commands/schema/check.ts](https://github.com/graphql-hive/console/blob/v0.63.2/src/commands/schema/check.ts)_

## `hive schema:delete SERVICE`

Expand Down Expand Up @@ -420,7 +420,7 @@ DESCRIPTION
```

_See code:
[src/commands/schema/delete.ts](https://github.com/graphql-hive/console/blob/v0.63.1/src/commands/schema/delete.ts)_
[src/commands/schema/delete.ts](https://github.com/graphql-hive/console/blob/v0.63.2/src/commands/schema/delete.ts)_

## `hive schema:fetch [COMMIT]`

Expand Down Expand Up @@ -453,7 +453,7 @@ DESCRIPTION
```

_See code:
[src/commands/schema/fetch.ts](https://github.com/graphql-hive/console/blob/v0.63.1/src/commands/schema/fetch.ts)_
[src/commands/schema/fetch.ts](https://github.com/graphql-hive/console/blob/v0.63.2/src/commands/schema/fetch.ts)_

## `hive schema:promote`

Expand Down Expand Up @@ -486,7 +486,7 @@ DESCRIPTION
```

_See code:
[src/commands/schema/promote.ts](https://github.com/graphql-hive/console/blob/v0.63.1/src/commands/schema/promote.ts)_
[src/commands/schema/promote.ts](https://github.com/graphql-hive/console/blob/v0.63.2/src/commands/schema/promote.ts)_

## `hive schema:publish FILE`

Expand Down Expand Up @@ -530,7 +530,7 @@ DESCRIPTION
```

_See code:
[src/commands/schema/publish.ts](https://github.com/graphql-hive/console/blob/v0.63.1/src/commands/schema/publish.ts)_
[src/commands/schema/publish.ts](https://github.com/graphql-hive/console/blob/v0.63.2/src/commands/schema/publish.ts)_

## `hive update [CHANNEL]`

Expand Down Expand Up @@ -593,7 +593,7 @@ DESCRIPTION
```

_See code:
[src/commands/whoami.ts](https://github.com/graphql-hive/console/blob/v0.63.1/src/commands/whoami.ts)_
[src/commands/whoami.ts](https://github.com/graphql-hive/console/blob/v0.63.2/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.63.1",
"version": "0.63.2",
"description": "A CLI util to manage and control your GraphQL Hive",
"repository": {
"type": "git",
Expand Down
13 changes: 13 additions & 0 deletions packages/libraries/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @graphql-hive/core

## 0.22.5

### Patch Changes

- [#8397](https://github.com/graphql-hive/console/pull/8397)
[`cac2fc2`](https://github.com/graphql-hive/console/commit/cac2fc27162811ef0bc739f05793d273497d04ef)
Thanks [@jdolle](https://github.com/jdolle)! - Deprecate run-time reporting schemas from `useHive`
plugin.

Use Hive CLI (`@graphql-hive/cli`) to publish the schema file instead. This aligns with best
practices for schema management and prevents an issue where multiple service instances result in
numerous publishes to Hive.

## 0.22.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/libraries/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-hive/core",
"version": "0.22.4",
"version": "0.22.5",
"type": "module",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/libraries/core/src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version = '0.22.4';
export const version = '0.22.5';
17 changes: 17 additions & 0 deletions packages/libraries/envelop/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @graphql-hive/envelop

## 0.40.12

### Patch Changes

- [#8397](https://github.com/graphql-hive/console/pull/8397)
[`cac2fc2`](https://github.com/graphql-hive/console/commit/cac2fc27162811ef0bc739f05793d273497d04ef)
Thanks [@jdolle](https://github.com/jdolle)! - Deprecate run-time reporting schemas from `useHive`
plugin.

Use Hive CLI (`@graphql-hive/cli`) to publish the schema file instead. This aligns with best
practices for schema management and prevents an issue where multiple service instances result in
numerous publishes to Hive.

- Updated dependencies
[[`cac2fc2`](https://github.com/graphql-hive/console/commit/cac2fc27162811ef0bc739f05793d273497d04ef)]:
- @graphql-hive/core@0.22.5

## 0.40.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/libraries/envelop/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-hive/envelop",
"version": "0.40.11",
"version": "0.40.12",
"type": "module",
"description": "Hive Console + GraphQL Envelop",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/libraries/envelop/src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version = '0.40.11';
export const version = '0.40.12';
17 changes: 17 additions & 0 deletions packages/libraries/gateway-plugin-console-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @graphql-hive/gateway-plugin-console-sdk

## 0.1.6

### Patch Changes

- [#8397](https://github.com/graphql-hive/console/pull/8397)
[`cac2fc2`](https://github.com/graphql-hive/console/commit/cac2fc27162811ef0bc739f05793d273497d04ef)
Thanks [@jdolle](https://github.com/jdolle)! - Deprecate run-time reporting schemas from `useHive`
plugin.

Use Hive CLI (`@graphql-hive/cli`) to publish the schema file instead. This aligns with best
practices for schema management and prevents an issue where multiple service instances result in
numerous publishes to Hive.

- Updated dependencies
[[`cac2fc2`](https://github.com/graphql-hive/console/commit/cac2fc27162811ef0bc739f05793d273497d04ef)]:
- @graphql-hive/core@0.22.5

## 0.1.5

### Patch Changes
Expand Down
Loading
Loading