Skip to content

Releases: reductstore/reduct-cli

Release v0.11.1

22 Apr 21:15
v0.11.1
b8c5215

Choose a tag to compare

Added

  • Add Snap package metadata and CI publish workflow for amd64/arm64 builds, PR-204

Fixed

  • Improve cp compatibility 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_CREDENTIALS secret), PR-205

Release v0.11.0

18 Apr 15:37
37a76fc

Choose a tag to compare

Added

  • Add attachment write, attachment ls, attachment read, and attachment rm commands for entry attachments, PR-184
  • Add global --ca-cert and persist alias connection options (--ca-cert, --ignore-ssl, --timeout, --parallel) in alias 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 extended token ls/show metadata), PR-202

Fixed

  • Support nested entry paths and wildcards in cp/rm bucket path arguments (e.g. local/src/x/y), PR-200
  • Copy entry attachments during bucket-to-bucket cp transfers so metadata is preserved, PR-196
  • Fix cp progress estimation to use time windows with --start/--stop and use record-count mode when a limit is set via --limit or --when ($limit), PR-184

Release v0.10.2

16 Feb 17:00
3a34a8f

Choose a tag to compare

Added

  • Add Linux ARM32 CI/CD artifacts, PR-177

Release v0.10.1

04 Feb 18:31
02e948c

Choose a tag to compare

Fixed

  • Fix cp parsing for base-path URLs, PR-176

Release v0.10.0

04 Feb 09:55
40d547e

Choose a tag to compare

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

17 Dec 15:42

Choose a tag to compare

Changes

  • Update reduct-rs to 1.17.2 with cookie jar support

Release v0.9.3

21 Oct 07:36

Choose a tag to compare

Changed

  • Update reduct-rs to 1.17.0 and other dependencies

Release v0.9.2

21 Oct 07:36

Choose a tag to compare

Fixed

  • Ignore 401,403 and 503 errors during license check, PR-146

Release v0.9.1

07 Oct 07:18

Choose a tag to compare

Fixed

  • Fix compatibility break in replication settings v1.17, PR-145

Release v0.9.0

26 Aug 15:42

Choose a tag to compare

Added

  • Add attempts to reduct-cli cp command to recover after errors, PR-132