Skip to content

Commit 0f37950

Browse files
committed
chore: release v3.5.3 (full release with IDL + instructions)
- Bump version to 3.5.3; README What's new in 3.5.3 includes SWQoS + PumpFun/PumpSwap updates - Replaces incomplete v3.5.2 release Made-with: Cursor
1 parent dd4f423 commit 0f37950

3 files changed

Lines changed: 11 additions & 4 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sol-trade-sdk"
3-
version = "3.5.2"
3+
version = "3.5.3"
44
edition = "2021"
55
authors = [
66
"William <byteblock6@gmail.com>",

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,13 @@
6060

6161
---
6262

63+
## 🆕 What's new in 3.5.3
64+
65+
- **Full release**: Includes all updates (3.5.2 SWQoS perf + IDL/instruction changes). Use this version.
66+
- **SWQoS submit latency**: Sync serialize + buffer-pool hot path; `format!` body for single/batch submit (Bloxroute); avoid status clone in confirmation polling.
67+
- **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); ping consumes response body for connection reuse.
68+
- **PumpFun / PumpSwap**: IDL updates (pump.json, pump_amm.json); instruction and utils updates for pumpfun and pumpswap; fast_fn and release notes.
69+
6370
## 🆕 What's new in 3.5.2
6471

6572
- **SWQoS submit latency**: Sync serialize + buffer-pool hot path; `format!` body for single/batch submit (Bloxroute); avoid status clone in confirmation polling.
@@ -107,14 +114,14 @@ Add the dependency to your `Cargo.toml`:
107114

108115
```toml
109116
# Add to your Cargo.toml
110-
sol-trade-sdk = { path = "./sol-trade-sdk", version = "3.5.2" }
117+
sol-trade-sdk = { path = "./sol-trade-sdk", version = "3.5.3" }
111118
```
112119

113120
### Use crates.io
114121

115122
```toml
116123
# Add to your Cargo.toml
117-
sol-trade-sdk = "3.5.2"
124+
sol-trade-sdk = "3.5.3"
118125
```
119126

120127
## 🛠️ Usage Examples

README_CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ git clone https://github.com/0xfnzero/sol-trade-sdk
9797

9898
```toml
9999
# 添加到您的 Cargo.toml
100-
sol-trade-sdk = { path = "./sol-trade-sdk", version = "3.5.2" }
100+
sol-trade-sdk = { path = "./sol-trade-sdk", version = "3.5.3" }
101101
```
102102

103103
### 使用 crates.io

0 commit comments

Comments
 (0)