Skip to content

Commit c785912

Browse files
authored
Upcoming Release Changes (#7613)
1 parent 1272c1c commit c785912

13 files changed

Lines changed: 83 additions & 60 deletions

File tree

.changeset/cold-jars-hear.md

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

.changeset/cyan-queens-create.md

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

.changeset/fine-pens-lead.md

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

.changeset/late-kiwis-dig.md

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

.changeset/slimy-trams-search.md

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

.changeset/twelve-streets-kick.md

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

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,3 +143,4 @@ docker/docker-compose.override.yml
143143

144144
test-results/
145145
Cargo.lock
146+
Cargo.lock

deployment/CHANGELOG.md

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

3+
## 9.3.0
4+
5+
### Minor Changes
6+
7+
- [#7540](https://github.com/graphql-hive/console/pull/7540)
8+
[`903c7f5`](https://github.com/graphql-hive/console/commit/903c7f57c89a85bc2068216292df2ac0c329212b)
9+
Thanks [@rickbijkerk](https://github.com/rickbijkerk)! - Improve type sorting within the schema
10+
explorer. The changes are now sorted by relevance.
11+
12+
- Exact matches appear first (e.g., `Product` when searching `product`)
13+
- Prefix matches appear second (e.g., `ProductInfo` when searching `prod`)
14+
- Contains matches appear last, sorted alphabetically
15+
16+
- [#7432](https://github.com/graphql-hive/console/pull/7432)
17+
[`f8e49ae`](https://github.com/graphql-hive/console/commit/f8e49ae53f743a50e104fba216bd4545fb4abdd6)
18+
Thanks [@adambenhassen](https://github.com/adambenhassen)! - Add app deployment retirement
19+
protection settings. When enabled, prevents retiring app deployments that were recently created or
20+
are still actively used, based on configurable inactivity period, creation age, and traffic
21+
thresholds.
22+
23+
- [#7584](https://github.com/graphql-hive/console/pull/7584)
24+
[`0f0430f`](https://github.com/graphql-hive/console/commit/0f0430f4f56c5508c9bea737d10de14e1a08d5af)
25+
Thanks [@n1ru4l](https://github.com/n1ru4l)! - Enable automatic retrieval of schema changes by
26+
comparing with the latest composable version. This has already been the default for new projects
27+
created after April 2024.
28+
29+
Federation and schema stitching projects can now publish service schemas to the registry even if
30+
those schemas would break composition. This has also been the default behavior for new projects
31+
created after April 2024.
32+
33+
To ensure every version publishd to the schema registry is composable, we recommend to first check
34+
the schema against the registry **before** publishing.
35+
36+
- [#7603](https://github.com/graphql-hive/console/pull/7603)
37+
[`545349f`](https://github.com/graphql-hive/console/commit/545349fbc76f55c4b79fcb4260ad2fc0453275b7)
38+
Thanks [@n1ru4l](https://github.com/n1ru4l)! - Enable email verification against SSO accounts.
39+
40+
This is a prior step to ensure that all SSO account owners also own their email, before
41+
introducing an email-based account linking system.
42+
43+
### Patch Changes
44+
45+
- [#7612](https://github.com/graphql-hive/console/pull/7612)
46+
[`1272c1c`](https://github.com/graphql-hive/console/commit/1272c1ca32e6f09659f817301e965840aad621e2)
47+
Thanks [@n1ru4l](https://github.com/n1ru4l)! - Address vulnerabilities in dependencies
48+
(CVE-2026-25224, CVE-2026-25223).
49+
50+
- [#7552](https://github.com/graphql-hive/console/pull/7552)
51+
[`3f1743c`](https://github.com/graphql-hive/console/commit/3f1743c76187adfa9f2a60afbdc8c3b632aaf711)
52+
Thanks [@jdolle](https://github.com/jdolle)! - Render directive diff on schema definitions
53+
354
## 9.2.0
455

556
### Minor 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": "9.2.0",
3+
"version": "9.3.0",
44
"private": true,
55
"scripts": {
66
"generate": "tsx generate.ts",

packages/libraries/cli/CHANGELOG.md

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

3+
## 0.58.0
4+
5+
### Minor Changes
6+
7+
- [#7432](https://github.com/graphql-hive/console/pull/7432)
8+
[`f8e49ae`](https://github.com/graphql-hive/console/commit/f8e49ae53f743a50e104fba216bd4545fb4abdd6)
9+
Thanks [@adambenhassen](https://github.com/adambenhassen)! - Add app deployment retirement
10+
protection settings. When enabled, prevents retiring app deployments that were recently created or
11+
are still actively used, based on configurable inactivity period, creation age, and traffic
12+
thresholds.
13+
314
## 0.57.4
415

516
### Patch Changes

0 commit comments

Comments
 (0)