|
1 | 1 | # hive
|
2 | 2 |
|
| 3 | +## 6.0.0 |
| 4 | + |
| 5 | +### Major Changes |
| 6 | + |
| 7 | +- [#6556](https://github.com/graphql-hive/console/pull/6556) |
| 8 | + [`7b9129c`](https://github.com/graphql-hive/console/commit/7b9129cd86d4d76873734426b7044203bb389a2c) |
| 9 | + Thanks [@n1ru4l](https://github.com/n1ru4l)! - Add organization access tokens; a new way to issue |
| 10 | + access tokens for performing actions with the CLI and doing usage reporting. |
| 11 | + |
| 12 | + **Breaking Change:** The `usage` service now requires environment variables for Postgres |
| 13 | + (`POSTGRES_SSL`, `POSTGRES_HOST`, `POSTGRES_PORT`, `POSTGRES_DB`, `POSTGRES_USER`, |
| 14 | + `POSTGRES_PASSWORD`) and Redis (`REDIS_HOST`, `REDIS_PORT`, `REDIS_PASSWORD`, |
| 15 | + `REDIS_TLS_ENABLED`). |
| 16 | + |
| 17 | + For more information please refer to the organization access token documentation. |
| 18 | + |
| 19 | + - [Product Update: Organization-Level Access Tokens for Enhanced Security & Flexibility](https://the-guild.dev/graphql/hive/product-updates/2025-03-10-new-access-tokens) |
| 20 | + - [Migration Guide: Moving from Registry Access Tokens to Access Tokens](https://the-guild.dev/graphql/hive/docs/migration-guides/organization-access-tokens) |
| 21 | + - [Access Token Documentation](https://the-guild.dev/graphql/hive/docs/management/access-tokens) |
| 22 | + |
| 23 | +- [#6613](https://github.com/graphql-hive/console/pull/6613) |
| 24 | + [`0fd4d96`](https://github.com/graphql-hive/console/commit/0fd4d966ab6f01cd16a5716e1c33363ca5771127) |
| 25 | + Thanks [@n1ru4l](https://github.com/n1ru4l)! - Restructure the environment variables used for the |
| 26 | + Hive Cloud hosting. While this is techincally a breaking change it will not really affect people |
| 27 | + self-hosting Hive. |
| 28 | + |
| 29 | + **Breaking**: Remove unused environment variable options `HIVE_REPORTING`, |
| 30 | + `HIVE_REPORTING_ENDPOINT` and `HIVE_USAGE_DATA_RETENTION_PURGE_INTERVAL_MINUTES` from the `server` |
| 31 | + service. |
| 32 | + |
| 33 | + These environment variables are obsolete since the Hive GraphQL schema is reported via the Hive |
| 34 | + CLI instead. |
| 35 | + |
| 36 | + **Breaking**: Replace the environment variable option `HIVE` with `HIVE_USAGE`, rename environment |
| 37 | + variable option `HIVE_API_TOKEN` to `HIVE_USAGE_ACCESS_TOKEN` for the `server` service. Require |
| 38 | + providing the `HIVE_USAGE_ACCESS_TOKEN` environment variable if `HIVE_USAGE` is set to `1`. |
| 39 | + |
| 40 | +### Patch Changes |
| 41 | + |
| 42 | +- [#6594](https://github.com/graphql-hive/console/pull/6594) |
| 43 | + [`06e7012`](https://github.com/graphql-hive/console/commit/06e70129689570f3602cd01eae4ef7f1dfe24f00) |
| 44 | + Thanks [@jdolle](https://github.com/jdolle)! - Fix insights range if selecting same start and end |
| 45 | + |
| 46 | +- [#6609](https://github.com/graphql-hive/console/pull/6609) |
| 47 | + [`1c44345`](https://github.com/graphql-hive/console/commit/1c4434522385c744bd484f7964d3c92f73f3641f) |
| 48 | + Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Mark usage-ingestor as unhealthy when |
| 49 | + Kafka consumer crashed |
| 50 | + |
| 51 | +- [#6584](https://github.com/graphql-hive/console/pull/6584) |
| 52 | + [`d1e6ab0`](https://github.com/graphql-hive/console/commit/d1e6ab094b881a6ce08c55f68a8ecd6018c47613) |
| 53 | + Thanks [@jdolle](https://github.com/jdolle)! - Add readonly resource ID to settings pages |
| 54 | + |
| 55 | +- [#6585](https://github.com/graphql-hive/console/pull/6585) |
| 56 | + [`c0d9ca3`](https://github.com/graphql-hive/console/commit/c0d9ca30d4c360e75be7902d2693303ffe622975) |
| 57 | + Thanks [@jdolle](https://github.com/jdolle)! - Restrict new service names to 64 characters, |
| 58 | + alphanumberic, `_` and `-`. |
| 59 | + |
| 60 | +- [#6607](https://github.com/graphql-hive/console/pull/6607) |
| 61 | + [`18f82b4`](https://github.com/graphql-hive/console/commit/18f82b4e3fddb507f685cb85d48e3f42a87a0039) |
| 62 | + Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Ensure all materialized views have |
| 63 | + correct TTL |
| 64 | + |
3 | 65 | ## 5.1.3
|
4 | 66 |
|
5 | 67 | ### Patch Changes
|
|
0 commit comments