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 -2
View File
@@ -90,14 +90,14 @@ Add the dependency to your `Cargo.toml`:
```toml
# Add to your Cargo.toml
sol-trade-sdk = { path = "./sol-trade-sdk", version = "3.6.1" }
sol-trade-sdk = { path = "./sol-trade-sdk", version = "3.6.2" }
```
### Use crates.io
```toml
# Add to your Cargo.toml
sol-trade-sdk = "3.6.1"
sol-trade-sdk = "3.6.2"
```
## 🛠️ Usage Examples