Skip to content

Commit 5f5884d

Browse files
Upcoming Release Changes (#7351)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent dab506a commit 5f5884d

File tree

11 files changed

+37
-21
lines changed

11 files changed

+37
-21
lines changed

.changeset/little-readers-return.md

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

.changeset/rude-cats-lead.md

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

.changeset/sixty-things-occur.md

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

deployment/CHANGELOG.md

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

3+
## 8.12.1
4+
5+
### Patch Changes
6+
7+
- [#7350](https://github.com/graphql-hive/console/pull/7350)
8+
[`46ccf46`](https://github.com/graphql-hive/console/commit/46ccf4611eefd36ee20ec8598730d5f8b05c743a)
9+
Thanks [@n1ru4l](https://github.com/n1ru4l)! - Fix invalid materialized view definition causing
10+
failing ClickHouse migrations
11+
12+
- [#7349](https://github.com/graphql-hive/console/pull/7349)
13+
[`cf91128`](https://github.com/graphql-hive/console/commit/cf91128bc47b1d3980f5fdc6a05603503274d8ee)
14+
Thanks [@n1ru4l](https://github.com/n1ru4l)! - Stricter CORS assessment for requests sending a
15+
Origin header.
16+
317
## 8.12.0
418

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

packages/libraries/router/CHANGELOG.md

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

3+
## 2.3.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
[[`69e2f74`](https://github.com/graphql-hive/console/commit/69e2f74ab867ee5e97bbcfcf6a1b69bb23ccc7b2)]:
9+
- hive-console-sdk-rs@0.2.1
10+
311
## 2.3.3
412

513
### 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 = "2.3.3"
8+
version = "2.3.4"
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": "2.3.3",
3+
"version": "2.3.4",
44
"private": true,
55
"scripts": {
66
"sync-cargo-file": "./sync-cargo-file.sh"

packages/libraries/sdk-rs/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# hive-console-sdk-rs
22

3+
## 0.2.1
4+
5+
### Patch Changes
6+
7+
- [#7364](https://github.com/graphql-hive/console/pull/7364)
8+
[`69e2f74`](https://github.com/graphql-hive/console/commit/69e2f74ab867ee5e97bbcfcf6a1b69bb23ccc7b2)
9+
Thanks [@ardatan](https://github.com/ardatan)! - Fix the bug where reports were not being sent
10+
correctly due to missing headers
11+
312
## 0.2.0
413

514
### Minor Changes

packages/libraries/sdk-rs/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ repository = "https://github.com/graphql-hive/console/"
44
edition = "2021"
55
license = "MIT"
66
publish = true
7-
version = "0.2.0"
7+
version = "0.2.1"
88
description = "Rust SDK for Hive Console"
99

1010
[lib]
@@ -34,4 +34,4 @@ sha2 = { version = "0.10.8", features = ["std"] }
3434
tokio-util = "0.7.16"
3535

3636
[dev-dependencies]
37-
mockito = "1.7.0"
37+
mockito = "1.7.0"

0 commit comments

Comments
 (0)