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/brave-foxes-hunt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eleven-pugs-send.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/five-chefs-listen.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/little-frogs-fix.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spotty-toys-glow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/two-cameras-nail.md

This file was deleted.

1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -142,3 +142,4 @@ resolvers.generated.ts
docker/docker-compose.override.yml

test-results/
Cargo.lock
26 changes: 26 additions & 0 deletions deployment/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# hive

## 9.2.0

### Minor Changes

- [#7531](https://github.com/graphql-hive/console/pull/7531)
[`f4eb13f`](https://github.com/graphql-hive/console/commit/f4eb13f9edad1bc9f4d98afae55a006094b8a030)
Thanks [@jdolle](https://github.com/jdolle)! - Store schema proposal changes on a separate column
in the schema check; update graphql inspector

### Patch Changes

- [#7491](https://github.com/graphql-hive/console/pull/7491)
[`c4776b8`](https://github.com/graphql-hive/console/commit/c4776b80abf7e71f48d82a8988bc6055d14706b0)
Thanks [@jdolle](https://github.com/jdolle)! - Support repeat directives in schema proposal diff
renderer. This uses an index based approach to identify and render differences in the list of
directives used.

- [#7543](https://github.com/graphql-hive/console/pull/7543)
[`cf4ff09`](https://github.com/graphql-hive/console/commit/cf4ff0923a85c02a85631e7c2edffd9bb2f83526)
Thanks [@jdolle](https://github.com/jdolle)! - Disable project and target cards during loading

- [#7538](https://github.com/graphql-hive/console/pull/7538)
[`5a07b98`](https://github.com/graphql-hive/console/commit/5a07b982b1f1617138b9b0e21b12447c8b3ad86b)
Thanks [@jdolle](https://github.com/jdolle)! - Fix schema check approval dropdown submit button
style

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

## 0.47.2

### Patch Changes

- Updated dependencies
[[`1f824a7`](https://github.com/graphql-hive/console/commit/1f824a7d503c39d8675fb44e899da275d5ac7045)]:
- @graphql-hive/core@0.20.2

## 0.47.1

### 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.47.1",
"version": "0.47.2",
"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.47.1';
export const version = '0.47.2';
8 changes: 8 additions & 0 deletions packages/libraries/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @graphql-hive/cli

## 0.57.4

### Patch Changes

- Updated dependencies
[[`1f824a7`](https://github.com/graphql-hive/console/commit/1f824a7d503c39d8675fb44e899da275d5ac7045)]:
- @graphql-hive/core@0.20.2

## 0.57.3

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

_See code:
[src/commands/app/create.ts](https://github.com/graphql-hive/platform/blob/v0.57.3/src/commands/app/create.ts)_
[src/commands/app/create.ts](https://github.com/graphql-hive/platform/blob/v0.57.4/src/commands/app/create.ts)_

## `hive app:publish`

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

_See code:
[src/commands/app/publish.ts](https://github.com/graphql-hive/platform/blob/v0.57.3/src/commands/app/publish.ts)_
[src/commands/app/publish.ts](https://github.com/graphql-hive/platform/blob/v0.57.4/src/commands/app/publish.ts)_

## `hive app:retire`

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

_See code:
[src/commands/app/retire.ts](https://github.com/graphql-hive/platform/blob/v0.57.3/src/commands/app/retire.ts)_
[src/commands/app/retire.ts](https://github.com/graphql-hive/platform/blob/v0.57.4/src/commands/app/retire.ts)_

## `hive artifact:fetch`

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

_See code:
[src/commands/artifact/fetch.ts](https://github.com/graphql-hive/platform/blob/v0.57.3/src/commands/artifact/fetch.ts)_
[src/commands/artifact/fetch.ts](https://github.com/graphql-hive/platform/blob/v0.57.4/src/commands/artifact/fetch.ts)_

## `hive dev`

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

_See code:
[src/commands/dev.ts](https://github.com/graphql-hive/platform/blob/v0.57.3/src/commands/dev.ts)_
[src/commands/dev.ts](https://github.com/graphql-hive/platform/blob/v0.57.4/src/commands/dev.ts)_

## `hive help [COMMAND]`

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

_See code:
[src/commands/introspect.ts](https://github.com/graphql-hive/platform/blob/v0.57.3/src/commands/introspect.ts)_
[src/commands/introspect.ts](https://github.com/graphql-hive/platform/blob/v0.57.4/src/commands/introspect.ts)_

## `hive operations:check FILE`

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

_See code:
[src/commands/operations/check.ts](https://github.com/graphql-hive/platform/blob/v0.57.3/src/commands/operations/check.ts)_
[src/commands/operations/check.ts](https://github.com/graphql-hive/platform/blob/v0.57.4/src/commands/operations/check.ts)_

## `hive schema:check FILE`

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

_See code:
[src/commands/schema/check.ts](https://github.com/graphql-hive/platform/blob/v0.57.3/src/commands/schema/check.ts)_
[src/commands/schema/check.ts](https://github.com/graphql-hive/platform/blob/v0.57.4/src/commands/schema/check.ts)_

## `hive schema:delete SERVICE`

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

_See code:
[src/commands/schema/delete.ts](https://github.com/graphql-hive/platform/blob/v0.57.3/src/commands/schema/delete.ts)_
[src/commands/schema/delete.ts](https://github.com/graphql-hive/platform/blob/v0.57.4/src/commands/schema/delete.ts)_

## `hive schema:fetch [COMMIT]`

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

_See code:
[src/commands/schema/fetch.ts](https://github.com/graphql-hive/platform/blob/v0.57.3/src/commands/schema/fetch.ts)_
[src/commands/schema/fetch.ts](https://github.com/graphql-hive/platform/blob/v0.57.4/src/commands/schema/fetch.ts)_

## `hive schema:publish FILE`

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

_See code:
[src/commands/schema/publish.ts](https://github.com/graphql-hive/platform/blob/v0.57.3/src/commands/schema/publish.ts)_
[src/commands/schema/publish.ts](https://github.com/graphql-hive/platform/blob/v0.57.4/src/commands/schema/publish.ts)_

## `hive update [CHANNEL]`

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

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

## 0.20.2

### Patch Changes

- [#7541](https://github.com/graphql-hive/console/pull/7541)
[`1f824a7`](https://github.com/graphql-hive/console/commit/1f824a7d503c39d8675fb44e899da275d5ac7045)
Thanks [@adambenhassen](https://github.com/adambenhassen)! - Clear persisted documents caches on
dispose to prevent memory leaks. The `dispose()` function now clears `persistedDocumentsCache` and
`fetchCache` to allow proper garbage collection.

## 0.20.1

### 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.20.1",
"version": "0.20.2",
"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.20.1';
export const version = '0.20.2';
8 changes: 8 additions & 0 deletions packages/libraries/envelop/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @graphql-hive/envelop

## 0.40.4

### Patch Changes

- Updated dependencies
[[`1f824a7`](https://github.com/graphql-hive/console/commit/1f824a7d503c39d8675fb44e899da275d5ac7045)]:
- @graphql-hive/core@0.20.2

## 0.40.3

### 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.3",
"version": "0.40.4",
"type": "module",
"description": "GraphQL Hive + 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.3';
export const version = '0.40.4';
9 changes: 9 additions & 0 deletions packages/libraries/router/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# 16.10.2024

## 3.0.2

### Patch Changes

- [#7585](https://github.com/graphql-hive/console/pull/7585)
[`9a6e8a9`](https://github.com/graphql-hive/console/commit/9a6e8a9fe7f337c4a2ee6b7375281f5ae42a38e3)
Thanks [@dotansimha](https://github.com/dotansimha)! - Upgrade to latest `hive-console-sdk` and
drop direct dependency on `graphql-tools`

## 3.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/libraries/router/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ repository = "https://github.com/graphql-hive/console/"
edition = "2021"
license = "MIT"
publish = true
version = "3.0.1"
version = "3.0.2"
description = "Apollo-Router Plugin for Hive"

[[bin]]
Expand Down
2 changes: 1 addition & 1 deletion packages/libraries/router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hive-apollo-router-plugin",
"version": "3.0.1",
"version": "3.0.2",
"private": true,
"scripts": {
"sync-cargo-file": "ls -l sync-cargo-file.sh && bash ./sync-cargo-file.sh"
Expand Down
8 changes: 8 additions & 0 deletions packages/libraries/yoga/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @graphql-hive/yoga

## 0.47.2

### Patch Changes

- Updated dependencies
[[`1f824a7`](https://github.com/graphql-hive/console/commit/1f824a7d503c39d8675fb44e899da275d5ac7045)]:
- @graphql-hive/core@0.20.2

## 0.47.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/libraries/yoga/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-hive/yoga",
"version": "0.47.1",
"version": "0.47.2",
"type": "module",
"description": "GraphQL Hive + GraphQL Yoga",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/libraries/yoga/src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version = '0.47.1';
export const version = '0.47.2';
Original file line number Diff line number Diff line change
Expand Up @@ -152,15 +152,15 @@ using the link below
<Tabs.Tab>

```sh
curl -O https://raw.githubusercontent.com/graphql-hive/console/hive@9.1.0/docker/docker-compose.community.yml
curl -O https://raw.githubusercontent.com/graphql-hive/console/hive@9.2.0/docker/docker-compose.community.yml
```

</Tabs.Tab>

<Tabs.Tab>

```sh
wget https://raw.githubusercontent.com/graphql-hive/console/hive@9.1.0/docker/docker-compose.community.yml
wget https://raw.githubusercontent.com/graphql-hive/console/hive@9.2.0/docker/docker-compose.community.yml
```

</Tabs.Tab>
Expand All @@ -179,7 +179,7 @@ We recommend sticking to a specific version to avoid breaking changes. The `late
correspons to the latest stable release.

```sh
export DOCKER_TAG=":9.1.0"
export DOCKER_TAG=":9.2.0"
```

After picking a version set the `DOCKER_TAG` environment variable to that value.
Expand All @@ -188,7 +188,7 @@ After picking a version set the `DOCKER_TAG` environment variable to that value.

```bash
export DOCKER_REGISTRY="ghcr.io/graphql-hive/"
export DOCKER_TAG=":9.1.0" # Pin this to an exact version
export DOCKER_TAG=":9.2.0" # Pin this to an exact version
export HIVE_ENCRYPTION_SECRET=$(openssl rand -hex 16)
export HIVE_APP_BASE_URL="http://localhost:8080"
export HIVE_EMAIL_FROM="no-reply@graphql-hive.com"
Expand Down
Loading