Skip to content

Commit 3ffa6d8

Browse files
Upcoming Release Changes (#7198)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7878736 commit 3ffa6d8

File tree

7 files changed

+40
-15
lines changed

7 files changed

+40
-15
lines changed

.changeset/eleven-birds-lie.md

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

packages/libraries/router/CHANGELOG.md

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

3+
## 2.3.1
4+
5+
### Patch Changes
6+
7+
- [#7196](https://github.com/graphql-hive/console/pull/7196)
8+
[`7878736`](https://github.com/graphql-hive/console/commit/7878736643578ab23d95412b893c091e32691e60)
9+
Thanks [@ardatan](https://github.com/ardatan)! - Breaking;
10+
11+
- `UsageAgent` now accepts `Duration` for `connect_timeout` and `request_timeout` instead of
12+
`u64`.
13+
- `SupergraphFetcher` now accepts `Duration` for `connect_timeout` and `request_timeout` instead
14+
of `u64`.
15+
- `PersistedDocumentsManager` now accepts `Duration` for `connect_timeout` and `request_timeout`
16+
instead of `u64`.
17+
- Use original `graphql-parser` and `graphql-tools` crates instead of forked versions.
18+
19+
- Updated dependencies
20+
[[`7878736`](https://github.com/graphql-hive/console/commit/7878736643578ab23d95412b893c091e32691e60)]:
21+
22+
323
## 2.3.0
424

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

packages/libraries/sdk-rs/CHANGELOG.md

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

3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- [#7196](https://github.com/graphql-hive/console/pull/7196)
8+
[`7878736`](https://github.com/graphql-hive/console/commit/7878736643578ab23d95412b893c091e32691e60)
9+
Thanks [@ardatan](https://github.com/ardatan)! - Breaking;
10+
11+
- `UsageAgent` now accepts `Duration` for `connect_timeout` and `request_timeout` instead of
12+
`u64`.
13+
- `SupergraphFetcher` now accepts `Duration` for `connect_timeout` and `request_timeout` instead
14+
of `u64`.
15+
- `PersistedDocumentsManager` now accepts `Duration` for `connect_timeout` and `request_timeout`
16+
instead of `u64`.
17+
- Use original `graphql-parser` and `graphql-tools` crates instead of forked versions.
18+
319
## 0.0.1
420

521
### Patch Changes

packages/libraries/sdk-rs/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.0.1"
7+
version = "0.1.0"
88
description = "Rust SDK for Hive Console"
99

1010
[lib]

packages/libraries/sdk-rs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hive-console-sdk-rs",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"private": true,
55
"scripts": {
66
"sync-cargo-file": "./sync-cargo-file.sh"

0 commit comments

Comments
 (0)