Upcoming Release Changes (#7830)

This commit is contained in:
TheGuildBot 2026-03-12 10:53:39 +02:00 committed by GitHub
parent 5726de69f3
commit a4640db48e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 15 additions and 10 deletions

View file

@ -1,5 +0,0 @@
---
'hive': patch
---
Adjust app deployment schema check to perform database queries in parallel

1
.gitignore vendored
View file

@ -153,3 +153,4 @@ Cargo.lock
Cargo.lock
Cargo.lock
Cargo.lock
Cargo.lock

View file

@ -1,5 +1,14 @@
# hive
## 9.7.1
### Patch Changes
- [#7828](https://github.com/graphql-hive/console/pull/7828)
[`1b31761`](https://github.com/graphql-hive/console/commit/1b31761cc3f94693ad74498f70cf89faff373b2f)
Thanks [@jdolle](https://github.com/jdolle)! - Adjust app deployment schema check to perform
database queries in parallel
## 9.7.0
### Minor Changes

View file

@ -1,6 +1,6 @@
{
"name": "hive",
"version": "9.7.0",
"version": "9.7.1",
"private": true,
"scripts": {
"generate": "tsx generate.ts",

View file

@ -152,7 +152,7 @@ using the link below
<Tabs.Tab>
```sh
curl -O https://raw.githubusercontent.com/graphql-hive/console/hive@9.7.0/docker/docker-compose.community.yml
curl -O https://raw.githubusercontent.com/graphql-hive/console/hive@9.7.1/docker/docker-compose.community.yml
```
</Tabs.Tab>
@ -160,7 +160,7 @@ curl -O https://raw.githubusercontent.com/graphql-hive/console/hive@9.7.0/docker
<Tabs.Tab>
```sh
wget https://raw.githubusercontent.com/graphql-hive/console/hive@9.7.0/docker/docker-compose.community.yml
wget https://raw.githubusercontent.com/graphql-hive/console/hive@9.7.1/docker/docker-compose.community.yml
```
</Tabs.Tab>
@ -179,7 +179,7 @@ We recommend sticking to a specific version to avoid breaking changes. The `late
corresponds to the latest stable release.
```sh
export DOCKER_TAG=":9.7.0"
export DOCKER_TAG=":9.7.1"
```
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.7.0" # Pin this to an exact version
export DOCKER_TAG=":9.7.1" # 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"