Skip to content

chore(deps): upgrade hotdata SDK 0.3.1 -> 0.4.0#171

Merged
eddietejeda merged 1 commit into
mainfrom
chore/upgrade-sdk-0.4.0
Jun 19, 2026
Merged

chore(deps): upgrade hotdata SDK 0.3.1 -> 0.4.0#171
eddietejeda merged 1 commit into
mainfrom
chore/upgrade-sdk-0.4.0

Conversation

@eddietejeda

Copy link
Copy Markdown
Contributor

Summary

Upgrades the hotdata Rust SDK pin from 0.3.1 → 0.4.0.

What changed in 0.4.0

  • Removed the datasets API and all dataset models (breaking).
  • Added a usage API + workspace_usage_response model.

The CLI already removed its datasets surface in #166, so the SDK's datasets removal is a no-op here, and the new usage API is currently unused. No source changes were required — only the Cargo.toml pin and Cargo.lock.

Verification

  • cargo build / cargo clippy --all-targets clean (no new warnings).
  • Full test suite green (206 passed).
  • No lingering SDK dataset references in src/.
  • Production smoke test (workspace AgentRyan):
    • auth status
    • databases list → 25 databases ✅
    • query "SELECT 1 AS ok, 'hello' AS msg" → renders via the arrow decode path ✅

0.4.0 removes the datasets API/models and adds a usage API. The CLI
already dropped its datasets surface in #166, so the removal is a no-op
here and the new usage API is simply unused. No source changes needed.

Verified: `cargo build`/`clippy` clean, full suite (206) green, and a
production smoke test (auth status, databases list, an arrow-decoded
query) against workspace AgentRyan succeeds.

@claude claude Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Clean SDK bump. Verified no dataset references remain in src/ (the breaking removal is a no-op as documented), and Cargo.toml/Cargo.lock are consistent at 0.4.0. No source changes, no concerns.

@codecov

codecov Bot commented Jun 19, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@eddietejeda eddietejeda merged commit 8bdcae6 into main Jun 19, 2026
14 checks passed
@eddietejeda eddietejeda deleted the chore/upgrade-sdk-0.4.0 branch June 19, 2026 23:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant