Skip to content

Releases: aerospike/backup-go

v0.5.1

08 Jul 13:16
6303221
Compare
Choose a tag to compare

Release 0.5.1 (2025-07-08T13:17:14Z)

  • asbackup (CLI tool)
  • asrestore (CLI tool)
  • backup-go (library)

Improvements

  • APPS-1798 Remove context error check in IO operations by @filkeith in #313

Updates

Full Changelog: v0.5.0...v0.5.1

v0.5.0

07 Jul 08:37
f26b141
Compare
Choose a tag to compare

Release 0.5.0 (2025-07-07T08:37:52Z)

  • asbackup (CLI tool)
  • asrestore (CLI tool)
  • backup-go (library)

Features

  • FMWK-745 Add retry policy to cloud storage providers by @filkeith in #290
  • FMWK-763 Add support for backup files validation by @filkeith in #296
  • FMWK-773 Dockerize backup CLI tools by @davi17g in #297

Fixes

  • FMWK-759 Fix rack-list backup for ASDB v6 by @filkeith in #291
  • FMWK-702 Remove state file when backup finished by @filkeith in #294
  • FMWK-766 Skip empty files on restore by @filkeith in #295
  • APPS-1748 Fix estimates calculation for restore from directory list by @filkeith in #299
  • APPS-1716 Remove Total Records from report and improve Context processing by @filkeith in #300
  • FMWK-778 Fix pipeline metrics race condition by @filkeith in #301
  • APPS-1765 Fix stopping reader chain on context cancellation by @filkeith in #304
  • APPS-1779 Fix limiter burst error by @filkeith in #305
  • APPS-1788 Fix bandwidth limiter overhead by @filkeith in #308
  • APPS-1794 Fix memory leak issue on restore operation by @filkeith in #309
  • Fix decoder conversion between integer types by @filkeith in #310

Improvements

  • Join and de-duplicate error messages in batch write retry by @reugn in #289
  • FMWK-737 Simplify processing pipeline architecture by @filkeith in #292
  • FMWK-758 Optimize ASB Decoder by @filkeith in #293
  • FMWK-774 Validate backup continuation flags by @filkeith in #298
  • FMWK-787 Add prefer racks validation by @filkeith in #306

Updates

New Contributors

Full Changelog: v0.4.0...v0.5.0

v0.4.0

15 May 08:26
b8c98bb
Compare
Choose a tag to compare

Release 0.4.0 (2025-05-15T08:27:09Z)

  • asbackup (CLI tool)
  • asrestore (CLI tool)
  • backup-go (library)

Features

  • FMWK-642 Add access key auth for AWS by @filkeith in #199
  • Update github.com/aerospike/aerospike-client-go to v8 by @filkeith in #228
  • APPS-1552 Implement in doubt counter by @filkeith in #258
  • FMWK-728 Add RPS metric by @filkeith in #265
  • FMWK-731 Optimize Base64 encoding by @filkeith in #266
  • FMWK-735 Use segmentio/asm/base64 for faster base64 encoding/decoding by @filkeith in #268
  • FMWK-730 Add kilobyte per second metric for reader and writer by @filkeith in #267
  • FMWK-742 Add configurable chunk size option to writers by @filkeith in #273
  • APPS-1574 Add MAX_RETRIES_EXCEEDED to retriable errors by @filkeith in #285
  • APPS-1503 Add support for object storage class configuration by @filkeith in #234
  • FMWK-683 Add support for restoring from archived files by @filkeith in #240
  • FMWK-722 Add support for rack-aware backups by @filkeith in #263

Fixes

Improvements

Full Changelog: v0.3.1...v0.4.0

v0.3.1

24 Dec 08:26
a0a2ba4
Compare
Choose a tag to compare

Release 0.3.1 (2024-12-24T08:26:50Z)

  • asbackup (CLI tool)
  • asrestore (CLI tool)
  • backup-go (library)

Fixes

  • APPS-1385 Fix the ASB encoding of float values by @filkeith in #189

Updates

Full Changelog: v0.3.0...v0.3.1

v0.3.0

02 Dec 08:37
08b321c
Compare
Choose a tag to compare

Release 0.3.0 (2024-12-02T08:37:18Z)

  • asbackup (CLI tool)
  • asrestore (CLI tool)
  • backup-go (library)

Features

  • FMWK-620 Add directory list support for restore by @filkeith in #188

Fixes

  • FMWK-613 Restore user keys by @filkeith in #185
  • Fix backup of restored records written without a user key by @reugn in #187

Improvements

  • FMWK-612 Implement lazy file creation for common writer by @filkeith in #184
  • FMWK-619 Implement lazy folder creation by @filkeith in #186

Full Changelog: v0.2.0...v0.3.0

v0.2.0

21 Nov 07:55
8624a86
Compare
Choose a tag to compare

⚠️ First Beta release of the 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

Improvements

Maintenance

Full Changelog: v0.1.0...v0.2.0

v0.1.0

21 Aug 08:54
bb2da62
Compare
Choose a tag to compare

Initial backup-go release.