Skip to content

Commit 886a7fb

Browse files
chore(release): update monorepo packages versions
1 parent 1c44345 commit 886a7fb

22 files changed

+97
-52
lines changed

.changeset/big-cars-tie.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/chatty-pandas-clean.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/lazy-guests-leave.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/neat-ladybugs-pay.md

Lines changed: 0 additions & 16 deletions
This file was deleted.

.changeset/rotten-scissors-matter.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/six-jeans-greet.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

deployment/CHANGELOG.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,46 @@
11
# hive
22

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+
### Patch Changes
24+
25+
- [#6594](https://github.com/graphql-hive/console/pull/6594)
26+
[`06e7012`](https://github.com/graphql-hive/console/commit/06e70129689570f3602cd01eae4ef7f1dfe24f00)
27+
Thanks [@jdolle](https://github.com/jdolle)! - Fix insights range if selecting same start and end
28+
29+
- [#6609](https://github.com/graphql-hive/console/pull/6609)
30+
[`1c44345`](https://github.com/graphql-hive/console/commit/1c4434522385c744bd484f7964d3c92f73f3641f)
31+
Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Mark usage-ingestor as unhealthy when
32+
Kafka consumer crashed
33+
34+
- [#6585](https://github.com/graphql-hive/console/pull/6585)
35+
[`c0d9ca3`](https://github.com/graphql-hive/console/commit/c0d9ca30d4c360e75be7902d2693303ffe622975)
36+
Thanks [@jdolle](https://github.com/jdolle)! - Restrict new service names to 64 characters,
37+
alphanumberic, `_` and `-`.
38+
39+
- [#6607](https://github.com/graphql-hive/console/pull/6607)
40+
[`18f82b4`](https://github.com/graphql-hive/console/commit/18f82b4e3fddb507f685cb85d48e3f42a87a0039)
41+
Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Ensure all materialized views have
42+
correct TTL
43+
344
## 5.1.3
445

546
### Patch Changes

deployment/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hive",
3-
"version": "5.1.3",
3+
"version": "6.0.0",
44
"private": true,
55
"scripts": {
66
"generate": "tsx generate.ts",

packages/libraries/apollo/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @graphql-hive/apollo
22

3+
## 0.38.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
[[`ee70018`](https://github.com/graphql-hive/console/commit/ee7001883970fac81210ec21ce70a72bfd3b67bb)]:
9+
- @graphql-hive/core@0.10.1
10+
311
## 0.38.0
412

513
### Minor Changes

packages/libraries/apollo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-hive/apollo",
3-
"version": "0.38.0",
3+
"version": "0.38.1",
44
"type": "module",
55
"description": "GraphQL Hive + Apollo Server",
66
"repository": {

0 commit comments

Comments
 (0)