v0.2.0
asbackup
and asrestore
tools implemented in Go.
Release 0.2.0 (2024-11-21T07:55:29Z)
- asbackup (CLI tool)
- asrestore (CLI tool)
- backup-go (library)
Features
- FMWK-529 Extract IO operations from configuration structs by @filkeith in #121
- FMWK-538 Add GCP storage support by @filkeith in #120
- FMWK-393 Implement support for single-file backup by @filkeith in #123
- FMWK-415 Add extra-ttl flag support by @filkeith in #127
- FMWK-411 Add support for ignore permanent errors flag by @filkeith in #128
- FWK-542 Add Azure Blob support by @filkeith in #135
- FMWK-392 Add support for after-digest parameter by @filkeith in #130
- APPS-1284 Add initial implementation of backup and restore CLI tools by @filkeith in #139
- FMWK-555 Add support for per-node backup parallelism by @filkeith in #145
- FMWK-399 Add support for remove artifacts flag by @filkeith in #146
- FMWK-558 Add support for the compact flag by @filkeith in #148
- FMWK-405 Add support for node-list option by @filkeith in #149
- FMWK-565 Add support for the no-ttl-only option by @filkeith in #151
- FMWK-564 Add support for the prefer-racks flag by @filkeith in #152
- FMWK-569 Add support for the partition-list option by @filkeith in #153
- FMWK-568 Add support for the estimate option by @filkeith in #154
- FMWK-559 Added read after parameter to cloud readers by @filkeith in #155
- FMWK-570 Add backup state/continuation for backup/restore operation by @filkeith in #158
- FMWK-519 Add secret agent support for cloud configs in CLI tools by @filkeith in #161
- FMWK-610 Expose client policy timeouts by @filkeith in #177
- FMWK-611 Set batch policy timeouts by @filkeith in #181
- Update default config values by @filkeith in #182
Fixes
- Fix RecordReader: check for nil before release of semaphore by @korotkov-aerospike in #129
- Break iteration loop after any error in GCP Storage reader by @reugn in #138
- Use Aerospike client constructor with hosts by @reugn in #144
- FMWK-563 Make check for emptiness only for directory by @filkeith in #147
- Update withNestedDir to remove everything by @korotkov-aerospike in #150
- APPS-1304 Add missing restore configuration mappings by @filkeith in #157
- APPS-1309 Skip no-bins records on restore by @filkeith in #159
- APPS-1314 Fix modified-before and modified-after flags by @filkeith in #160
- APPS-1312 Fix after digest filter by @filkeith in #163
- FMWK-584 Fix parsing info command result with secret by @filkeith in #164
- APPS-1323 Fix checking directory for s3 by @filkeith in #166
- FMWK-586 Fix technical debt by @filkeith in #165
- APPS-1327 Restore with skipped records fails by @korotkov-aerospike in #168
- APPS-1329 Fix marker error for listing backups by @filkeith in #170
- Fix processing error for s3 stream directory method by @filkeith in #174
- APPS-1338 Skip not found error on files streaming from directory by @filkeith in #176
- APPS-1346 Fix filter expression in record reader by @filkeith in #180
Improvements
- FMWK-531 Revise handler's context by @filkeith in #122
- Restore process refactoring by @korotkov-aerospike in #137
- FMWK-556 Add folder validation before restore by @filkeith in #156
- APPS-1328 Add batch operation errors to log by @filkeith in #169
Maintenance
- FMWK-545 Update golangci-lint configuration by @reugn in #136
- FMWK-579 Add release automation by @filkeith in #162
- FMWK-589 Increase test coverage by @filkeith in #167
- FMWK-592 Update dependency list and require go1.22 by @filkeith in #178
- Update Codecov configuration by @filkeith in #179
Full Changelog: v0.1.0...v0.2.0