From d0897b53d3d87e1e798b652d9c51de2ed1b92644 Mon Sep 17 00:00:00 2001 From: Wood Date: Fri, 27 Feb 2026 00:24:10 +0800 Subject: [PATCH] chore: release v3.5.2 - Bump version to 3.5.2 in Cargo.toml - Update README and README_CN with 3.5.2 and What's new in 3.5.2 Made-with: Cursor --- Cargo.toml | 2 +- README.md | 10 ++++++++-- README_CN.md | 2 +- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 880da9f..3dc5118 100755 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sol-trade-sdk" -version = "3.5.1" +version = "3.5.2" edition = "2021" authors = [ "William ", diff --git a/README.md b/README.md index 41becb9..fe0ca38 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,12 @@ --- +## 🆕 What's new in 3.5.2 + +- **SWQoS submit latency**: Sync serialize + buffer-pool hot path; `format!` body for single/batch submit (Bloxroute); avoid status clone in confirmation polling. +- **First-submit & 5-min idle**: Immediate first ping + 30s keepalive; `pool_max_idle_per_host=4` and `pool_idle_timeout=300s` (BlockRazor, Temporal, Node1, Astralane, Stellium) so submit reuses the same connection; ping consumes response body for connection reuse. +- **Docs**: All SWQoS comments translated to English. + ## 🆕 What's new in 3.5.1 - **SWQoS / executor**: Updates to common SWQoS logic and trading executor. @@ -101,14 +107,14 @@ Add the dependency to your `Cargo.toml`: ```toml # Add to your Cargo.toml -sol-trade-sdk = { path = "./sol-trade-sdk", version = "3.5.1" } +sol-trade-sdk = { path = "./sol-trade-sdk", version = "3.5.2" } ``` ### Use crates.io ```toml # Add to your Cargo.toml -sol-trade-sdk = "3.5.1" +sol-trade-sdk = "3.5.2" ``` ## 🛠️ Usage Examples diff --git a/README_CN.md b/README_CN.md index bb1952d..ebf9743 100755 --- a/README_CN.md +++ b/README_CN.md @@ -97,7 +97,7 @@ git clone https://github.com/0xfnzero/sol-trade-sdk ```toml # 添加到您的 Cargo.toml -sol-trade-sdk = { path = "./sol-trade-sdk", version = "3.5.0" } +sol-trade-sdk = { path = "./sol-trade-sdk", version = "3.5.2" } ``` ### 使用 crates.io