|
1 | 1 | # hive |
2 | 2 |
|
| 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 | + |
3 | 54 | ## 9.2.0 |
4 | 55 |
|
5 | 56 | ### Minor Changes |
|
0 commit comments