You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release Notes
🚀 Features
(upload) Large or slow databases load uploads now ride out a flaky connection instead of failing partway through: a single dropped or stalled part is retried on its own — with a fresh upload link and a timeout so it can't hang indefinitely — while parts that already finished are kept, so one part's bad moment no longer aborts the whole transfer
🐛 Bug Fixes
(jobs) Accept managed_load as --job-type filter (#160) (#195)
💼 Other
(deps) Bump hotdata SDK to 0.7.0
Install hotdata-cli 0.11.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/hotdata-dev/hotdata-cli/releases/download/v0.11.0/hotdata-cli-installer.sh | sh
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release Notes
🚀 Features
(upload) Very large or slow databases load uploads no longer fail partway through — each part's upload link is now fetched just in time and renewed automatically if it expires
💼 Other
(auth)hotdata auth now shows help instead of auto-launching a browser login — run hotdata auth login to sign in; adds auth profiles to scaffold profiles.yml (#182)
📚 Documentation
(skills) Update bundled skill docs to match current commands and auth
Install hotdata-cli 0.10.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/hotdata-dev/hotdata-cli/releases/download/v0.10.0/hotdata-cli-installer.sh | sh