Skip to content

Commit 6d31620

Browse files
committed
chore: bump hotdata SDK to 0.3.1 for query 429 retry
1 parent 7d0821a commit 6d31620

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,15 @@
33
### πŸš€ Features
44

55
- Follow truncated inline query results to full set
6+
- Auto-retry queries shed under load (HTTP 429 `OVERLOADED`), honoring `Retry-After`
67

78
### πŸ› Bug Fixes
89

910
- Preserve inline warning and timing when following truncation
1011

1112
### πŸ’Ό Other
1213

13-
- Bump hotdata SDK to 0.3.0
14+
- Bump hotdata SDK to 0.3.1
1415
## [0.4.2] - 2026-06-15
1516

1617
### πŸ“š Documentation

β€ŽCargo.lockβ€Ž

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€ŽCargo.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ path = "src/main.rs"
1616
# behind a shared multi-thread tokio runtime. The `arrow` feature backs result
1717
# decode; `upload_stream` carries `content_length` (sized body, not chunked, so
1818
# the server can fast-fail an oversized upload β€” see src/sdk.rs::Api::upload_stream).
19-
hotdata = { version = "0.3.0", features = ["arrow"] }
19+
hotdata = { version = "0.3.1", features = ["arrow"] }
2020
# Shared multi-thread runtime for the sync wrapper; block_on is called
2121
# concurrently from rayon worker threads (see src/indexes.rs). `sync` backs the
2222
# mpsc channel that bridges the blocking upload reader into an async byte stream.

0 commit comments

Comments
Β (0)