Upcoming Release Changes (#7205)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
TheGuildBot 2025-11-07 12:51:45 +02:00 committed by GitHub
parent ef46bbfeb8
commit 644cc2dcc1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 44 additions and 30 deletions

View file

@ -1,6 +0,0 @@
---
'hive': patch
'@graphql-hive/cli': patch
---
`schema:check --forceSafe` now properly approves breaking schema changes in Hive (requires write permission registry token)

View file

@ -1,5 +0,0 @@
---
'hive': minor
---
Add envs for KV namespace on Cloudflare CDN worker

View file

@ -1,5 +0,0 @@
---
'hive': patch
---
Improve checks for assigning member roles to avoid assigning roles not existing in the organization.

View file

@ -1,5 +1,26 @@
# hive
## 8.6.0
### Minor Changes
- [#7202](https://github.com/graphql-hive/console/pull/7202)
[`0885253`](https://github.com/graphql-hive/console/commit/0885253d14be7e3e0a973c863e45b115ba84f6e8)
Thanks [@noghartt](https://github.com/noghartt)! - Add envs for KV namespace on Cloudflare CDN
worker
### Patch Changes
- [#7193](https://github.com/graphql-hive/console/pull/7193)
[`543de17`](https://github.com/graphql-hive/console/commit/543de174f5cb8caa46b8e833d13e1831c7ffbfa9)
Thanks [@adambenhassen](https://github.com/adambenhassen)! - `schema:check --forceSafe` now
properly approves breaking schema changes in Hive (requires write permission registry token)
- [#7234](https://github.com/graphql-hive/console/pull/7234)
[`ef46bbf`](https://github.com/graphql-hive/console/commit/ef46bbfeb82f866ddb200dd2cf745176f114c601)
Thanks [@n1ru4l](https://github.com/n1ru4l)! - Improve checks for assigning member roles to avoid
assigning roles not existing in the organization.
## 8.5.2
### Patch Changes

View file

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

View file

@ -1,5 +1,14 @@
# @graphql-hive/cli
## 0.52.1
### Patch Changes
- [#7193](https://github.com/graphql-hive/console/pull/7193)
[`543de17`](https://github.com/graphql-hive/console/commit/543de174f5cb8caa46b8e833d13e1831c7ffbfa9)
Thanks [@adambenhassen](https://github.com/adambenhassen)! - `schema:check --forceSafe` now
properly approves breaking schema changes in Hive (requires write permission registry token)
## 0.52.0
### Minor Changes

View file

@ -81,7 +81,7 @@ DESCRIPTION
```
_See code:
[src/commands/app/create.ts](https://github.com/graphql-hive/platform/blob/v0.52.0/src/commands/app/create.ts)_
[src/commands/app/create.ts](https://github.com/graphql-hive/platform/blob/v0.52.1/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.52.0/src/commands/app/publish.ts)_
[src/commands/app/publish.ts](https://github.com/graphql-hive/platform/blob/v0.52.1/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.52.0/src/commands/app/retire.ts)_
[src/commands/app/retire.ts](https://github.com/graphql-hive/platform/blob/v0.52.1/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.52.0/src/commands/artifact/fetch.ts)_
[src/commands/artifact/fetch.ts](https://github.com/graphql-hive/platform/blob/v0.52.1/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.52.0/src/commands/dev.ts)_
[src/commands/dev.ts](https://github.com/graphql-hive/platform/blob/v0.52.1/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.52.0/src/commands/introspect.ts)_
[src/commands/introspect.ts](https://github.com/graphql-hive/platform/blob/v0.52.1/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.52.0/src/commands/operations/check.ts)_
[src/commands/operations/check.ts](https://github.com/graphql-hive/platform/blob/v0.52.1/src/commands/operations/check.ts)_
## `hive schema:check FILE`
@ -349,7 +349,7 @@ DESCRIPTION
```
_See code:
[src/commands/schema/check.ts](https://github.com/graphql-hive/platform/blob/v0.52.0/src/commands/schema/check.ts)_
[src/commands/schema/check.ts](https://github.com/graphql-hive/platform/blob/v0.52.1/src/commands/schema/check.ts)_
## `hive schema:delete SERVICE`
@ -381,7 +381,7 @@ DESCRIPTION
```
_See code:
[src/commands/schema/delete.ts](https://github.com/graphql-hive/platform/blob/v0.52.0/src/commands/schema/delete.ts)_
[src/commands/schema/delete.ts](https://github.com/graphql-hive/platform/blob/v0.52.1/src/commands/schema/delete.ts)_
## `hive schema:fetch [COMMIT]`
@ -414,7 +414,7 @@ DESCRIPTION
```
_See code:
[src/commands/schema/fetch.ts](https://github.com/graphql-hive/platform/blob/v0.52.0/src/commands/schema/fetch.ts)_
[src/commands/schema/fetch.ts](https://github.com/graphql-hive/platform/blob/v0.52.1/src/commands/schema/fetch.ts)_
## `hive schema:publish FILE`
@ -458,7 +458,7 @@ DESCRIPTION
```
_See code:
[src/commands/schema/publish.ts](https://github.com/graphql-hive/platform/blob/v0.52.0/src/commands/schema/publish.ts)_
[src/commands/schema/publish.ts](https://github.com/graphql-hive/platform/blob/v0.52.1/src/commands/schema/publish.ts)_
## `hive update [CHANNEL]`
@ -519,7 +519,7 @@ DESCRIPTION
```
_See code:
[src/commands/whoami.ts](https://github.com/graphql-hive/platform/blob/v0.52.0/src/commands/whoami.ts)_
[src/commands/whoami.ts](https://github.com/graphql-hive/platform/blob/v0.52.1/src/commands/whoami.ts)_
<!-- commandsstop -->

View file

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