chore: bump SDK version to 0.31.0#107
Conversation
|
Closing this follow-up because the package version is already bumped on main and this generated diff only contains unrelated drift. |
Greptile SummaryThis PR bumps the SDK to 0.31.0, introducing concurrent chunk uploads in
Confidence Score: 5/5Safe to merge; the concurrent upload and web WebSocket changes are functionally correct and well-scoped. The concurrent worker pool logic is sound — first-chunk sequencing, resume offset, content-range headers, and progress accounting are all correct. The realtime web-platform fix is a straightforward guard with no behavioural change on native. No data-loss or correctness defects are introduced by the changed code paths. No files require special attention beyond what existing review threads have already flagged. Important Files Changed
Reviews (2): Last reviewed commit: "chore: bump SDK version to 0.31.0" | Re-trigger Greptile |
This PR bumps the SDK package version to 0.31.0 after the concurrent chunk upload update.