Skip to content

Commit 3330308

Browse files
authored
Upcoming Release Changes (#7902)
1 parent 078e661 commit 3330308

File tree

9 files changed

+50
-34
lines changed

9 files changed

+50
-34
lines changed

.changeset/all-yaks-taste.md

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

.changeset/fresh-rockets-spend.md

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

.changeset/ready-radios-search.md

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

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,3 +158,4 @@ Cargo.lock
158158
Cargo.lock
159159
Cargo.lock
160160
Cargo.lock
161+
Cargo.lock

deployment/CHANGELOG.md

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

3+
## 11.0.0
4+
5+
### Major Changes
6+
7+
- [#7837](https://github.com/graphql-hive/console/pull/7837)
8+
[`c00ea50`](https://github.com/graphql-hive/console/commit/c00ea5091c4ce9c939f1072876e6ebc4e991b1eb)
9+
Thanks [@n1ru4l](https://github.com/n1ru4l)! - Improved performance when looking up affected app
10+
deployments for breaking change detection.
11+
12+
**BREAKING CHANGE**
13+
14+
This release introduces a breaking change because it depends on a manual database migration
15+
introduced in `10.1.0`.
16+
17+
If you use the app deployments feature for conditional breaking change detection, you should:
18+
19+
1. Upgrade to `10.1.0`
20+
2. Perform the manual database migration steps described in that version
21+
3. Then upgrade to this release
22+
23+
**Alternative upgrade path**
24+
25+
If you want to avoid performing the manual database migration:
26+
27+
1. Upgrade to `10.1.0`
28+
2. Wait until all app deployments created **before** the rollout of `10.1.0` are retired
29+
3. Then upgrade to this release
30+
31+
### Patch Changes
32+
33+
- [#7866](https://github.com/graphql-hive/console/pull/7866)
34+
[`66a4f6b`](https://github.com/graphql-hive/console/commit/66a4f6bef8818dc160fce7e83e446063c262e2fc)
35+
Thanks [@n1ru4l](https://github.com/n1ru4l)! - Fix legacy member scope mappings granting access to
36+
deleting projects.
37+
338
## 10.2.0
439

540
### 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": "10.2.0",
3+
"version": "11.0.0",
44
"private": true,
55
"scripts": {
66
"generate": "tsx generate.ts",

packages/libraries/router/CHANGELOG.md

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

3+
## 3.0.3
4+
5+
### Patch Changes
6+
7+
- [#7815](https://github.com/graphql-hive/console/pull/7815)
8+
[`078e661`](https://github.com/graphql-hive/console/commit/078e6611cbbd94b2ba325dc35bfbf636d2458f24)
9+
Thanks [@ardatan](https://github.com/ardatan)! - Bump `hive-console-sdk` to `0.3.7` to pin
10+
`graphql-tools` to a compatible version. The previous `hive-console-sdk@0.3.5` allowed
11+
`graphql-tools@^0.5` which resolves to `0.5.2`, a version that removes public API traits
12+
(`SchemaDocumentExtension`, `FieldByNameExtension`, etc.) that `hive-console-sdk` depends on.
13+
314
## 3.0.2
415

516
### Patch Changes

packages/libraries/router/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ repository = "https://github.com/graphql-hive/console/"
55
edition = "2021"
66
license = "MIT"
77
publish = true
8-
version = "3.0.2"
8+
version = "3.0.3"
99
description = "Apollo-Router Plugin for Hive"
1010

1111
[[bin]]

packages/libraries/router/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hive-apollo-router-plugin",
3-
"version": "3.0.2",
3+
"version": "3.0.3",
44
"private": true,
55
"scripts": {
66
"sync-cargo-file": "ls -l sync-cargo-file.sh && bash ./sync-cargo-file.sh"

0 commit comments

Comments
 (0)