Releases: reductstore/reduct-cli
Releases · reductstore/reduct-cli
Release v0.11.1
Added
- Add Snap package metadata and CI publish workflow for amd64/arm64 builds, PR-204
Fixed
- Improve
cpcompatibility and reporting: handle older-source attachment API (MethodNotAllowed), track copied/skipped counters (including per-entry skipped and error tree output), and keep failures in progress output, PR-208 - Fix Snap publish credentials env mapping in CI workflow (
SNAPCRAFT_STORE_CREDENTIALSsecret), PR-205
Release v0.11.0
Added
- Add
attachment write,attachment ls,attachment read, andattachment rmcommands for entry attachments, PR-184 - Add global
--ca-certand persist alias connection options (--ca-cert,--ignore-ssl,--timeout,--parallel) inalias add, PR-189 - Add pre-built binary installation instructions to README for Linux and Windows and link to additional release assets, PR-199
- Update token commands for token API v2 (
token create --ttl/--expires-at/--expires-in/--ip-allow,token rotate, and extendedtoken ls/showmetadata), PR-202
Fixed
- Support nested entry paths and wildcards in
cp/rmbucket path arguments (e.g.local/src/x/y), PR-200 - Copy entry attachments during bucket-to-bucket
cptransfers so metadata is preserved, PR-196 - Fix
cpprogress estimation to use time windows with--start/--stopand use record-count mode when a limit is set via--limitor--when($limit), PR-184
Release v0.10.2
Added
- Add Linux ARM32 CI/CD artifacts, PR-177
Release v0.10.1
Fixed
- Fix cp parsing for base-path URLs, PR-176
Release v0.10.0
Added
- Add batching in reduct-cli for cp command, PR-148
- Show bucket status and update copy/removal handling, PR-167
- Add replica mode commands and mode-aware outputs, PR-168
- Add --from-last option for incremental cp, PR-169
- Add wildcard cp and improved progress reporting, PR-170
Changed
- Improve cp URL parsing and CLI status tables, PR-172
Release v0.9.4
Changes
- Update reduct-rs to 1.17.2 with cookie jar support
Release v0.9.3
Changed
- Update reduct-rs to 1.17.0 and other dependencies
Release v0.9.2
Fixed
- Ignore 401,403 and 503 errors during license check, PR-146
Release v0.9.1
Fixed
- Fix compatibility break in replication settings v1.17, PR-145
Release v0.9.0
Added
- Add attempts to
reduct-cli cpcommand to recover after errors, PR-132