- New Features:
aoc
: Optionpackage_folder
allows specification of secondary field.config
: New optioninvalid_characters
ensures generated file names are valid.config
: Added support for dot-separated option names, allowing nested hash structures to be specified directly on the command line.console
: Added support for extended filters in transfer queries.http_options
: New fieldssl_options
allows setting SSL Context options.format
:csv
format now supports optiontable_style
for customizable output.logger
: New option:log_format
to control log formatting.sync
: New command:db
for operations on sync database.sync
: Sync operations now use optionsts
andto_folder
.
- Issues Fixed:
- JRuby: Modified tests and documentation for special SSH options.
transferd
: Fixed discrepancies in transfer spec resume policies.desktop
: Fixed discrepancies in transfer spec resume policies.format
: Value of typelist
now properly display column headers.select
: Filter is now done on values before enhanced display in table mode.aoc
: #221 Fixed package encryption at rest (CSEAR) status.
- Breaking Changes:
config
: Optionsilent_insecure
renamedwarn_insecure
.yes
shows warning (default).ts
: Default transfer spec includesresume_policy=sparse_csum
.ssh_options
: Now additive option, likets
.vault
: When creating an entry, thelabel
field is now part of the creation Hash.console
: Removed optionsfilter_from
andfilter_to
. Use standard optionquery
instead.sync
: Removed optionsync_info
. Replaced with positional parameters. Streamlined command line interface. Applies to all plugins withsync
command.async
: Removed optionsync_name
. Replaced with percent selector%name:
.aoc
:files download
using gen4 API do not require anymore to provide the containing folder in first position, and then only file names. Now, directly provide the path to all files.logger
: Log is simplified, date is removed by default. Use--log_format=standard
to revert to standard Ruby logger. See optionlog_format
for details.