Releases: juarezr/solrcopy
Releases · juarezr/solrcopy
v0.6.11
What is Changed
- fix: small errors by @0xflotus in #17
- bump dependencies to the latest possible by @juarezr in #18
- Upgrade rust to 1.80, clap to 4.5, and the most up-to-date crate versions by @juarezr in #21
- fix(ci): refactor workflow build by @juarezr in #23
- fix(ci): refactor workflow release by @juarezr in #23
- refactor(ci): replace deprecated action with gh CLI by @juarezr in #28
- refactor(ci): use bash as shell for all steps by @juarezr in #30
New Contributors
Full Changelog: v0.5.6...v0.6.11
v0.5.6
Changes
- feature: added fancy --delay-before and --delay-after
- feature: added --disable-replication for restore
- improved: let short cli switches for frequent options
Full Changelog: v0.5.5...v0.5.6
Last kiss
Divide and conquer
Getting stable and handy!
- feature: added --iterate-by and --between for backup
- feature: added --delay for backup and restore
- improved: increase wait time on --workaround-shards
Contorsionism around HA cluster
- feature: new subcommand delete
- improved: refactored most of cmd line switches
- fixed: hardened --workaround-shards
Solr swiss knife
- Added new delete subcommand
- Refactored many cmd line switches
- Renamed switches like:
--core
,--dir
,--num-docs
,--flush
- Added
--max-errors
,--params
to backup
Survive solr replication mess
- feature: added --workaround-shards
- improved: changed progress bar style
- fix progress with --log-level off
Improved and Hardened
- feature: added --log-level --log-mode --log-file-path
- feature: added --max-errors for restore
- improved: retry on server load or connection break
- fixed: backup progress
Tested with Huge Cores
- feature: add param --extra for restore command
- improved: show better error messages with restore command
- improved: abort signal handling on ctrl+c
Aiming real production usage
- feature: add modes final and for restore --commit
- improved: added a default commit on final
- improved: replace crate reqwest by ureq
- fixed: fixed url to solr update handler