Upcoming Release Changes (#7515)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
TheGuildBot 2026-01-21 12:33:12 +02:00 committed by GitHub
parent 131a92802d
commit 1179fb59d1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
24 changed files with 90 additions and 43 deletions

View file

@ -1,5 +0,0 @@
---
'@graphql-hive/core': patch
---
Update the tiny-lru dependency

View file

@ -1,5 +0,0 @@
---
'hive': minor
---
Show affected app deployments for breaking schema changes. When a schema check detects breaking changes, it now shows which active app deployments would be affected, including the specific operations within each deployment that use the affected schema coordinates.

View file

@ -1,5 +0,0 @@
---
'hive-apollo-router-plugin': patch
---
Updated `hive-apollo-router-plugin` to use `hive-console-sdk` from crates.io instead of a local dependency. The plugin now uses `graphql-tools::parser` instead of `graphql-parser` to leverage the parser we now ship in `graphql-tools` crate.

View file

@ -1,5 +1,16 @@
# hive
## 9.1.0
### Minor Changes
- [#7388](https://github.com/graphql-hive/console/pull/7388)
[`53f9d5e`](https://github.com/graphql-hive/console/commit/53f9d5e30337b10ea0fdc954b56687d495556c77)
Thanks [@adambenhassen](https://github.com/adambenhassen)! - Show affected app deployments for
breaking schema changes. When a schema check detects breaking changes, it now shows which active
app deployments would be affected, including the specific operations within each deployment that
use the affected schema coordinates.
## 9.0.0
### Major Changes

View file

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

View file

@ -1,5 +1,13 @@
# @graphql-hive/apollo
## 0.47.1
### Patch Changes
- Updated dependencies
[[`8bbbfb8`](https://github.com/graphql-hive/console/commit/8bbbfb8aa6aa4c59b9ad515dfbbe12616931f82d)]:
- @graphql-hive/core@0.20.1
## 0.47.0
### Minor Changes

View file

@ -1,6 +1,6 @@
{
"name": "@graphql-hive/apollo",
"version": "0.47.0",
"version": "0.47.1",
"type": "module",
"description": "GraphQL Hive + Apollo Server",
"repository": {

View file

@ -1 +1 @@
export const version = '0.47.0';
export const version = '0.47.1';

View file

@ -1,5 +1,13 @@
# @graphql-hive/cli
## 0.57.3
### Patch Changes
- Updated dependencies
[[`8bbbfb8`](https://github.com/graphql-hive/console/commit/8bbbfb8aa6aa4c59b9ad515dfbbe12616931f82d)]:
- @graphql-hive/core@0.20.1
## 0.57.2
### Patch Changes

View file

@ -81,7 +81,7 @@ DESCRIPTION
```
_See code:
[src/commands/app/create.ts](https://github.com/graphql-hive/platform/blob/v0.57.2/src/commands/app/create.ts)_
[src/commands/app/create.ts](https://github.com/graphql-hive/platform/blob/v0.57.3/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.2/src/commands/app/publish.ts)_
[src/commands/app/publish.ts](https://github.com/graphql-hive/platform/blob/v0.57.3/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.2/src/commands/app/retire.ts)_
[src/commands/app/retire.ts](https://github.com/graphql-hive/platform/blob/v0.57.3/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.2/src/commands/artifact/fetch.ts)_
[src/commands/artifact/fetch.ts](https://github.com/graphql-hive/platform/blob/v0.57.3/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.2/src/commands/dev.ts)_
[src/commands/dev.ts](https://github.com/graphql-hive/platform/blob/v0.57.3/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.2/src/commands/introspect.ts)_
[src/commands/introspect.ts](https://github.com/graphql-hive/platform/blob/v0.57.3/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.2/src/commands/operations/check.ts)_
[src/commands/operations/check.ts](https://github.com/graphql-hive/platform/blob/v0.57.3/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.2/src/commands/schema/check.ts)_
[src/commands/schema/check.ts](https://github.com/graphql-hive/platform/blob/v0.57.3/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.2/src/commands/schema/delete.ts)_
[src/commands/schema/delete.ts](https://github.com/graphql-hive/platform/blob/v0.57.3/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.2/src/commands/schema/fetch.ts)_
[src/commands/schema/fetch.ts](https://github.com/graphql-hive/platform/blob/v0.57.3/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.2/src/commands/schema/publish.ts)_
[src/commands/schema/publish.ts](https://github.com/graphql-hive/platform/blob/v0.57.3/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.2/src/commands/whoami.ts)_
[src/commands/whoami.ts](https://github.com/graphql-hive/platform/blob/v0.57.3/src/commands/whoami.ts)_
<!-- commandsstop -->

View file

@ -1,6 +1,6 @@
{
"name": "@graphql-hive/cli",
"version": "0.57.2",
"version": "0.57.3",
"description": "A CLI util to manage and control your GraphQL Hive",
"repository": {
"type": "git",

View file

@ -1,5 +1,13 @@
# @graphql-hive/core
## 0.20.1
### Patch Changes
- [#7507](https://github.com/graphql-hive/console/pull/7507)
[`8bbbfb8`](https://github.com/graphql-hive/console/commit/8bbbfb8aa6aa4c59b9ad515dfbbe12616931f82d)
Thanks [@doronrosenberg](https://github.com/doronrosenberg)! - Update the tiny-lru dependency
## 0.20.0
### Minor Changes

View file

@ -1,6 +1,6 @@
{
"name": "@graphql-hive/core",
"version": "0.20.0",
"version": "0.20.1",
"type": "module",
"repository": {
"type": "git",

View file

@ -1 +1 @@
export const version = '0.20.0';
export const version = '0.20.1';

View file

@ -1,5 +1,13 @@
# @graphql-hive/envelop
## 0.40.3
### Patch Changes
- Updated dependencies
[[`8bbbfb8`](https://github.com/graphql-hive/console/commit/8bbbfb8aa6aa4c59b9ad515dfbbe12616931f82d)]:
- @graphql-hive/core@0.20.1
## 0.40.2
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@graphql-hive/envelop",
"version": "0.40.2",
"version": "0.40.3",
"type": "module",
"description": "GraphQL Hive + GraphQL Envelop",
"repository": {

View file

@ -1 +1 @@
export const version = '0.40.2';
export const version = '0.40.3';

View file

@ -1,5 +1,16 @@
# 16.10.2024
## 3.0.1
### Patch Changes
- [#7476](https://github.com/graphql-hive/console/pull/7476)
[`f4d5f7e`](https://github.com/graphql-hive/console/commit/f4d5f7ee5bf50bc8b621b011696d43757de2e071)
Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Updated `hive-apollo-router-plugin` to
use `hive-console-sdk` from crates.io instead of a local dependency. The plugin now uses
`graphql-tools::parser` instead of `graphql-parser` to leverage the parser we now ship in
`graphql-tools` crate.
## 3.0.0
### Major Changes

View file

@ -5,7 +5,7 @@ repository = "https://github.com/graphql-hive/console/"
edition = "2021"
license = "MIT"
publish = true
version = "3.0.0"
version = "3.0.1"
description = "Apollo-Router Plugin for Hive"
[[bin]]

View file

@ -1,6 +1,6 @@
{
"name": "hive-apollo-router-plugin",
"version": "3.0.0",
"version": "3.0.1",
"private": true,
"scripts": {
"sync-cargo-file": "./sync-cargo-file.sh"

View file

@ -1,5 +1,13 @@
# @graphql-hive/yoga
## 0.47.1
### Patch Changes
- Updated dependencies
[[`8bbbfb8`](https://github.com/graphql-hive/console/commit/8bbbfb8aa6aa4c59b9ad515dfbbe12616931f82d)]:
- @graphql-hive/core@0.20.1
## 0.47.0
### Minor Changes

View file

@ -1,6 +1,6 @@
{
"name": "@graphql-hive/yoga",
"version": "0.47.0",
"version": "0.47.1",
"type": "module",
"description": "GraphQL Hive + GraphQL Yoga",
"repository": {

View file

@ -1 +1 @@
export const version = '0.47.0';
export const version = '0.47.1';

View file

@ -152,7 +152,7 @@ using the link below
<Tabs.Tab>
```sh
curl -O https://raw.githubusercontent.com/graphql-hive/console/hive@9.0.0/docker/docker-compose.community.yml
curl -O https://raw.githubusercontent.com/graphql-hive/console/hive@9.1.0/docker/docker-compose.community.yml
```
</Tabs.Tab>
@ -160,7 +160,7 @@ curl -O https://raw.githubusercontent.com/graphql-hive/console/hive@9.0.0/docker
<Tabs.Tab>
```sh
wget https://raw.githubusercontent.com/graphql-hive/console/hive@9.0.0/docker/docker-compose.community.yml
wget https://raw.githubusercontent.com/graphql-hive/console/hive@9.1.0/docker/docker-compose.community.yml
```
</Tabs.Tab>
@ -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.0.0"
export DOCKER_TAG=":9.1.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.0.0" # Pin this to an exact version
export DOCKER_TAG=":9.1.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"