diff --git a/.changeset/brave-foxes-hunt.md b/.changeset/brave-foxes-hunt.md
deleted file mode 100644
index 705548e6379..00000000000
--- a/.changeset/brave-foxes-hunt.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@graphql-hive/core': patch
----
-
-Clear persisted documents caches on dispose to prevent memory leaks. The `dispose()` function now clears `persistedDocumentsCache` and `fetchCache` to allow proper garbage collection.
diff --git a/.changeset/eleven-pugs-send.md b/.changeset/eleven-pugs-send.md
deleted file mode 100644
index 1c2370f1bef..00000000000
--- a/.changeset/eleven-pugs-send.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'hive': minor
----
-
-Store schema proposal changes on a separate column in the schema check; update graphql inspector
diff --git a/.changeset/five-chefs-listen.md b/.changeset/five-chefs-listen.md
deleted file mode 100644
index 3b30278083d..00000000000
--- a/.changeset/five-chefs-listen.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'hive': patch
----
-
-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.
diff --git a/.changeset/little-frogs-fix.md b/.changeset/little-frogs-fix.md
deleted file mode 100644
index 4a86b2a1f74..00000000000
--- a/.changeset/little-frogs-fix.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'hive': patch
----
-
-Disable project and target cards during loading
diff --git a/.changeset/spotty-toys-glow.md b/.changeset/spotty-toys-glow.md
deleted file mode 100644
index 9013eb0fc2a..00000000000
--- a/.changeset/spotty-toys-glow.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'hive-apollo-router-plugin': patch
----
-
-Upgrade to latest `hive-console-sdk` and drop direct dependency on `graphql-tools`
diff --git a/.changeset/two-cameras-nail.md b/.changeset/two-cameras-nail.md
deleted file mode 100644
index 12ebb8ad475..00000000000
--- a/.changeset/two-cameras-nail.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'hive': patch
----
-
-Fix schema check approval dropdown submit button style
diff --git a/.gitignore b/.gitignore
index b946e346167..db78f5ac530 100644
--- a/.gitignore
+++ b/.gitignore
@@ -142,3 +142,4 @@ resolvers.generated.ts
docker/docker-compose.override.yml
test-results/
+Cargo.lock
diff --git a/deployment/CHANGELOG.md b/deployment/CHANGELOG.md
index e5428086b86..49f70b5edbc 100644
--- a/deployment/CHANGELOG.md
+++ b/deployment/CHANGELOG.md
@@ -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
diff --git a/deployment/package.json b/deployment/package.json
index 46caacb29e0..e208e4bf01b 100644
--- a/deployment/package.json
+++ b/deployment/package.json
@@ -1,6 +1,6 @@
{
"name": "hive",
- "version": "9.1.0",
+ "version": "9.2.0",
"private": true,
"scripts": {
"generate": "tsx generate.ts",
diff --git a/packages/libraries/apollo/CHANGELOG.md b/packages/libraries/apollo/CHANGELOG.md
index 3d349fa1253..186a7dfc5d3 100644
--- a/packages/libraries/apollo/CHANGELOG.md
+++ b/packages/libraries/apollo/CHANGELOG.md
@@ -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
diff --git a/packages/libraries/apollo/package.json b/packages/libraries/apollo/package.json
index c76bdb5d584..5fb8977cd79 100644
--- a/packages/libraries/apollo/package.json
+++ b/packages/libraries/apollo/package.json
@@ -1,6 +1,6 @@
{
"name": "@graphql-hive/apollo",
- "version": "0.47.1",
+ "version": "0.47.2",
"type": "module",
"description": "GraphQL Hive + Apollo Server",
"repository": {
diff --git a/packages/libraries/apollo/src/version.ts b/packages/libraries/apollo/src/version.ts
index d827475fdbc..d96ad65ab7f 100644
--- a/packages/libraries/apollo/src/version.ts
+++ b/packages/libraries/apollo/src/version.ts
@@ -1 +1 @@
-export const version = '0.47.1';
+export const version = '0.47.2';
diff --git a/packages/libraries/cli/CHANGELOG.md b/packages/libraries/cli/CHANGELOG.md
index 0c24741c474..ecf0f36ce0a 100644
--- a/packages/libraries/cli/CHANGELOG.md
+++ b/packages/libraries/cli/CHANGELOG.md
@@ -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
diff --git a/packages/libraries/cli/README.md b/packages/libraries/cli/README.md
index 8b7f4e16f75..eab5a10ec3b 100644
--- a/packages/libraries/cli/README.md
+++ b/packages/libraries/cli/README.md
@@ -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`
@@ -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`
@@ -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`
@@ -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`
@@ -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]`
@@ -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`
@@ -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`
@@ -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`
@@ -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]`
@@ -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`
@@ -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]`
@@ -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)_
diff --git a/packages/libraries/cli/package.json b/packages/libraries/cli/package.json
index c493abd68c3..ec145c46c11 100644
--- a/packages/libraries/cli/package.json
+++ b/packages/libraries/cli/package.json
@@ -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",
diff --git a/packages/libraries/core/CHANGELOG.md b/packages/libraries/core/CHANGELOG.md
index 558bab56256..575184e19c5 100644
--- a/packages/libraries/core/CHANGELOG.md
+++ b/packages/libraries/core/CHANGELOG.md
@@ -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
diff --git a/packages/libraries/core/package.json b/packages/libraries/core/package.json
index ae1a7301eab..b33532985e4 100644
--- a/packages/libraries/core/package.json
+++ b/packages/libraries/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@graphql-hive/core",
- "version": "0.20.1",
+ "version": "0.20.2",
"type": "module",
"repository": {
"type": "git",
diff --git a/packages/libraries/core/src/version.ts b/packages/libraries/core/src/version.ts
index 4f115216811..b63f7f91ea3 100644
--- a/packages/libraries/core/src/version.ts
+++ b/packages/libraries/core/src/version.ts
@@ -1 +1 @@
-export const version = '0.20.1';
+export const version = '0.20.2';
diff --git a/packages/libraries/envelop/CHANGELOG.md b/packages/libraries/envelop/CHANGELOG.md
index 61503fe8e56..11844d4cf83 100644
--- a/packages/libraries/envelop/CHANGELOG.md
+++ b/packages/libraries/envelop/CHANGELOG.md
@@ -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
diff --git a/packages/libraries/envelop/package.json b/packages/libraries/envelop/package.json
index e878f9d8895..017292f5331 100644
--- a/packages/libraries/envelop/package.json
+++ b/packages/libraries/envelop/package.json
@@ -1,6 +1,6 @@
{
"name": "@graphql-hive/envelop",
- "version": "0.40.3",
+ "version": "0.40.4",
"type": "module",
"description": "GraphQL Hive + GraphQL Envelop",
"repository": {
diff --git a/packages/libraries/envelop/src/version.ts b/packages/libraries/envelop/src/version.ts
index 6acfd2e16f8..11ffb0d487d 100644
--- a/packages/libraries/envelop/src/version.ts
+++ b/packages/libraries/envelop/src/version.ts
@@ -1 +1 @@
-export const version = '0.40.3';
+export const version = '0.40.4';
diff --git a/packages/libraries/router/CHANGELOG.md b/packages/libraries/router/CHANGELOG.md
index 9cf284ed7f1..eba210e0fc2 100644
--- a/packages/libraries/router/CHANGELOG.md
+++ b/packages/libraries/router/CHANGELOG.md
@@ -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
diff --git a/packages/libraries/router/Cargo.toml b/packages/libraries/router/Cargo.toml
index d54ed7253b1..57dc4c28b08 100644
--- a/packages/libraries/router/Cargo.toml
+++ b/packages/libraries/router/Cargo.toml
@@ -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]]
diff --git a/packages/libraries/router/package.json b/packages/libraries/router/package.json
index 0b1bb5e5cc9..44feef87260 100644
--- a/packages/libraries/router/package.json
+++ b/packages/libraries/router/package.json
@@ -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"
diff --git a/packages/libraries/yoga/CHANGELOG.md b/packages/libraries/yoga/CHANGELOG.md
index 16cc76f7bd2..98168197ee9 100644
--- a/packages/libraries/yoga/CHANGELOG.md
+++ b/packages/libraries/yoga/CHANGELOG.md
@@ -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
diff --git a/packages/libraries/yoga/package.json b/packages/libraries/yoga/package.json
index 20ca217334f..35742eb715b 100644
--- a/packages/libraries/yoga/package.json
+++ b/packages/libraries/yoga/package.json
@@ -1,6 +1,6 @@
{
"name": "@graphql-hive/yoga",
- "version": "0.47.1",
+ "version": "0.47.2",
"type": "module",
"description": "GraphQL Hive + GraphQL Yoga",
"repository": {
diff --git a/packages/libraries/yoga/src/version.ts b/packages/libraries/yoga/src/version.ts
index d827475fdbc..d96ad65ab7f 100644
--- a/packages/libraries/yoga/src/version.ts
+++ b/packages/libraries/yoga/src/version.ts
@@ -1 +1 @@
-export const version = '0.47.1';
+export const version = '0.47.2';
diff --git a/packages/web/docs/src/content/schema-registry/self-hosting/get-started.mdx b/packages/web/docs/src/content/schema-registry/self-hosting/get-started.mdx
index 0a8eaf4bad4..096a7cfc1d7 100644
--- a/packages/web/docs/src/content/schema-registry/self-hosting/get-started.mdx
+++ b/packages/web/docs/src/content/schema-registry/self-hosting/get-started.mdx
@@ -152,7 +152,7 @@ using the link below
```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
```
@@ -160,7 +160,7 @@ curl -O https://raw.githubusercontent.com/graphql-hive/console/hive@9.1.0/docker
```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
```
@@ -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.
@@ -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"