Release v3.6.2: Node1 QUIC, Speedlanding reliability, version bump

- Add Node1 QUIC transport (UUID auth, bincode tx, region endpoints)
- Speedlanding: ensure_connected, connect/send timeouts, lock on reconnect, SNI from endpoint host
- Bump version to 3.6.2; update README(s) and add release notes

Made-with: Cursor
This commit is contained in:
Wood
2026-03-12 15:40:56 +08:00
parent 2e39649ebc
commit d7b0985844
9 changed files with 445 additions and 38 deletions
+2 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "sol-trade-sdk"
version = "3.6.1"
version = "3.6.2"
edition = "2021"
authors = [
"William <byteblock6@gmail.com>",
@@ -109,6 +109,7 @@ sha2 = "0.10"
tonic-prost = "0.14.2"
quinn = { version = "0.11", default-features = false, features = ["rustls"] }
rcgen = "0.13"
uuid = "1.11"
# Performance optimization dependencies
crossbeam-queue = "0.3"