Skip to content

Upcoming Release Changes #6601

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 20, 2025
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/big-cars-tie.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/chatty-pandas-clean.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/good-frogs-jump.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/honest-numbers-heal.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lazy-guests-leave.md

This file was deleted.

16 changes: 0 additions & 16 deletions .changeset/neat-ladybugs-pay.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/purple-bats-thank.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/rotten-scissors-matter.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/six-jeans-greet.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/sixty-chicken-swim.md

This file was deleted.

67 changes: 67 additions & 0 deletions deployment/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,72 @@
# hive

## 6.0.0

### Major Changes

- [#6556](https://github.com/graphql-hive/console/pull/6556)
[`7b9129c`](https://github.com/graphql-hive/console/commit/7b9129cd86d4d76873734426b7044203bb389a2c)
Thanks [@n1ru4l](https://github.com/n1ru4l)! - Add organization access tokens; a new way to issue
access tokens for performing actions with the CLI and doing usage reporting.

**Breaking Change:** The `usage` service now requires environment variables for Postgres
(`POSTGRES_SSL`, `POSTGRES_HOST`, `POSTGRES_PORT`, `POSTGRES_DB`, `POSTGRES_USER`,
`POSTGRES_PASSWORD`) and Redis (`REDIS_HOST`, `REDIS_PORT`, `REDIS_PASSWORD`,
`REDIS_TLS_ENABLED`).

For more information please refer to the organization access token documentation.

- [Product Update: Organization-Level Access Tokens for Enhanced Security & Flexibility](https://the-guild.dev/graphql/hive/product-updates/2025-03-10-new-access-tokens)
- [Migration Guide: Moving from Registry Access Tokens to Access Tokens](https://the-guild.dev/graphql/hive/docs/migration-guides/organization-access-tokens)
- [Access Token Documentation](https://the-guild.dev/graphql/hive/docs/management/access-tokens)

- [#6613](https://github.com/graphql-hive/console/pull/6613)
[`0fd4d96`](https://github.com/graphql-hive/console/commit/0fd4d966ab6f01cd16a5716e1c33363ca5771127)
Thanks [@n1ru4l](https://github.com/n1ru4l)! - Restructure the environment variables used for the
Hive Cloud hosting. While this is techincally a breaking change it will not really affect people
self-hosting Hive.

**Breaking**: Remove unused environment variable options `HIVE_REPORTING`,
`HIVE_REPORTING_ENDPOINT` and `HIVE_USAGE_DATA_RETENTION_PURGE_INTERVAL_MINUTES` from the `server`
service.

These environment variables are obsolete since the Hive GraphQL schema is reported via the Hive
CLI instead.

**Breaking**: Replace the environment variable option `HIVE` with `HIVE_USAGE`, rename environment
variable option `HIVE_API_TOKEN` to `HIVE_USAGE_ACCESS_TOKEN` for the `server` service. Require
providing the `HIVE_USAGE_ACCESS_TOKEN` environment variable if `HIVE_USAGE` is set to `1`.

### Patch Changes

- [#6594](https://github.com/graphql-hive/console/pull/6594)
[`06e7012`](https://github.com/graphql-hive/console/commit/06e70129689570f3602cd01eae4ef7f1dfe24f00)
Thanks [@jdolle](https://github.com/jdolle)! - Fix insights range if selecting same start and end

- [#6633](https://github.com/graphql-hive/console/pull/6633)
[`a5e00f2`](https://github.com/graphql-hive/console/commit/a5e00f260a6f21b3207fc8257c302e68a0d671b1)
Thanks [@n1ru4l](https://github.com/n1ru4l)! - Fix Federation composition error when having an
inaccessible default value on an inaccessible field.

- [#6609](https://github.com/graphql-hive/console/pull/6609)
[`1c44345`](https://github.com/graphql-hive/console/commit/1c4434522385c744bd484f7964d3c92f73f3641f)
Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Mark usage-ingestor as unhealthy when
Kafka consumer crashed

- [#6584](https://github.com/graphql-hive/console/pull/6584)
[`d1e6ab0`](https://github.com/graphql-hive/console/commit/d1e6ab094b881a6ce08c55f68a8ecd6018c47613)
Thanks [@jdolle](https://github.com/jdolle)! - Add readonly resource ID to settings pages

- [#6585](https://github.com/graphql-hive/console/pull/6585)
[`c0d9ca3`](https://github.com/graphql-hive/console/commit/c0d9ca30d4c360e75be7902d2693303ffe622975)
Thanks [@jdolle](https://github.com/jdolle)! - Restrict new service names to 64 characters,
alphanumberic, `_` and `-`.

- [#6607](https://github.com/graphql-hive/console/pull/6607)
[`18f82b4`](https://github.com/graphql-hive/console/commit/18f82b4e3fddb507f685cb85d48e3f42a87a0039)
Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Ensure all materialized views have
correct TTL

## 5.1.3

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

## 0.38.1

### Patch Changes

- Updated dependencies
[[`ee70018`](https://github.com/graphql-hive/console/commit/ee7001883970fac81210ec21ce70a72bfd3b67bb),
[`a003f78`](https://github.com/graphql-hive/console/commit/a003f781cb1a38d8b00a3256163c50e3893db5f2)]:
- @graphql-hive/[email protected]

## 0.38.0

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

## 0.49.1

### Patch Changes

- [#6633](https://github.com/graphql-hive/console/pull/6633)
[`a5e00f2`](https://github.com/graphql-hive/console/commit/a5e00f260a6f21b3207fc8257c302e68a0d671b1)
Thanks [@n1ru4l](https://github.com/n1ru4l)! - Fix Federation composition error when having an
inaccessible default value on an inaccessible field.

- [#6585](https://github.com/graphql-hive/console/pull/6585)
[`c0d9ca3`](https://github.com/graphql-hive/console/commit/c0d9ca30d4c360e75be7902d2693303ffe622975)
Thanks [@jdolle](https://github.com/jdolle)! - Restrict new service names to 64 characters,
alphanumberic, `_` and `-`.

- Updated dependencies
[[`ee70018`](https://github.com/graphql-hive/console/commit/ee7001883970fac81210ec21ce70a72bfd3b67bb),
[`a003f78`](https://github.com/graphql-hive/console/commit/a003f781cb1a38d8b00a3256163c50e3893db5f2)]:
- @graphql-hive/[email protected]

## 0.49.0

### Minor Changes
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.49.0",
"version": "0.49.1",
"description": "A CLI util to manage and control your GraphQL Hive",
"repository": {
"type": "git",
Expand Down
14 changes: 14 additions & 0 deletions packages/libraries/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @graphql-hive/core

## 0.10.1

### Patch Changes

- [#6606](https://github.com/graphql-hive/console/pull/6606)
[`ee70018`](https://github.com/graphql-hive/console/commit/ee7001883970fac81210ec21ce70a72bfd3b67bb)
Thanks [@enisdenjo](https://github.com/enisdenjo)! - Client can be used only for experimental
persisted documents

- [#6623](https://github.com/graphql-hive/console/pull/6623)
[`a003f78`](https://github.com/graphql-hive/console/commit/a003f781cb1a38d8b00a3256163c50e3893db5f2)
Thanks [@ardatan](https://github.com/ardatan)! - Use ranged versions in dependencies to prevent
multiple versions of the same package

## 0.10.0

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

## 0.35.1

### Patch Changes

- Updated dependencies
[[`ee70018`](https://github.com/graphql-hive/console/commit/ee7001883970fac81210ec21ce70a72bfd3b67bb),
[`a003f78`](https://github.com/graphql-hive/console/commit/a003f781cb1a38d8b00a3256163c50e3893db5f2)]:
- @graphql-hive/[email protected]

## 0.35.0

### Minor 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.35.0",
"version": "0.35.1",
"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.35.0';
export const version = '0.35.1';
9 changes: 9 additions & 0 deletions packages/libraries/yoga/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @graphql-hive/yoga

## 0.41.1

### Patch Changes

- Updated dependencies
[[`ee70018`](https://github.com/graphql-hive/console/commit/ee7001883970fac81210ec21ce70a72bfd3b67bb),
[`a003f78`](https://github.com/graphql-hive/console/commit/a003f781cb1a38d8b00a3256163c50e3893db5f2)]:
- @graphql-hive/[email protected]

## 0.41.0

### Minor 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.41.0",
"version": "0.41.1",
"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.41.0';
export const version = '0.41.1';