File tree Expand file tree Collapse file tree 7 files changed +40
-15
lines changed Expand file tree Collapse file tree 7 files changed +40
-15
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ repository = "https://github.com/graphql-hive/console/"
55edition = " 2021"
66license = " MIT"
77publish = true
8- version = " 2.3.0 "
8+ version = " 2.3.1 "
99description = " Apollo-Router Plugin for Hive"
1010
1111[[bin ]]
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ repository = "https://github.com/graphql-hive/console/"
44edition = " 2021"
55license = " MIT"
66publish = true
7- version = " 0.0.1 "
7+ version = " 0.1.0 "
88description = " Rust SDK for Hive Console"
99
1010[lib ]
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments