Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/little-readers-return.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rude-cats-lead.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sixty-things-occur.md

This file was deleted.

14 changes: 14 additions & 0 deletions deployment/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# hive

## 8.12.1

### Patch Changes

- [#7350](https://github.com/graphql-hive/console/pull/7350)
[`46ccf46`](https://github.com/graphql-hive/console/commit/46ccf4611eefd36ee20ec8598730d5f8b05c743a)
Thanks [@n1ru4l](https://github.com/n1ru4l)! - Fix invalid materialized view definition causing
failing ClickHouse migrations

- [#7349](https://github.com/graphql-hive/console/pull/7349)
[`cf91128`](https://github.com/graphql-hive/console/commit/cf91128bc47b1d3980f5fdc6a05603503274d8ee)
Thanks [@n1ru4l](https://github.com/n1ru4l)! - Stricter CORS assessment for requests sending a
Origin header.

## 8.12.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion deployment/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hive",
"version": "8.12.0",
"version": "8.12.1",
"private": true,
"scripts": {
"generate": "tsx generate.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/libraries/router/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# 16.10.2024

## 2.3.4

### Patch Changes

- Updated dependencies
[[`69e2f74`](https://github.com/graphql-hive/console/commit/69e2f74ab867ee5e97bbcfcf6a1b69bb23ccc7b2)]:
- [email protected]

## 2.3.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/libraries/router/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ repository = "https://github.com/graphql-hive/console/"
edition = "2021"
license = "MIT"
publish = true
version = "2.3.3"
version = "2.3.4"
description = "Apollo-Router Plugin for Hive"

[[bin]]
Expand Down
2 changes: 1 addition & 1 deletion packages/libraries/router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hive-apollo-router-plugin",
"version": "2.3.3",
"version": "2.3.4",
"private": true,
"scripts": {
"sync-cargo-file": "./sync-cargo-file.sh"
Expand Down
9 changes: 9 additions & 0 deletions packages/libraries/sdk-rs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# hive-console-sdk-rs

## 0.2.1

### Patch Changes

- [#7364](https://github.com/graphql-hive/console/pull/7364)
[`69e2f74`](https://github.com/graphql-hive/console/commit/69e2f74ab867ee5e97bbcfcf6a1b69bb23ccc7b2)
Thanks [@ardatan](https://github.com/ardatan)! - Fix the bug where reports were not being sent
correctly due to missing headers

## 0.2.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/libraries/sdk-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ repository = "https://github.com/graphql-hive/console/"
edition = "2021"
license = "MIT"
publish = true
version = "0.2.0"
version = "0.2.1"
description = "Rust SDK for Hive Console"

[lib]
Expand Down Expand Up @@ -34,4 +34,4 @@ sha2 = { version = "0.10.8", features = ["std"] }
tokio-util = "0.7.16"

[dev-dependencies]
mockito = "1.7.0"
mockito = "1.7.0"
2 changes: 1 addition & 1 deletion packages/libraries/sdk-rs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hive-console-sdk-rs",
"version": "0.2.0",
"version": "0.2.1",
"private": true,
"scripts": {
"sync-cargo-file": "./sync-cargo-file.sh"
Expand Down
Loading