Skip to content

Releases: wal-g/wal-g

v0.1.10

13 Jun 04:32
@x4m x4m
5b91597
Compare
Choose a tag to compare

This release is the result of QA cycle on features of v0.1.7 and v0.1.8 prereleases:

  • numerous fixes and code improvements
  • better disk read parallelism
  • native retries for S3 storage
    Also, @Aevin1387 added support for AWS Server Side Encryption.

v0.1.9

08 May 07:53
@x4m x4m
e5d2f9e
Compare
Choose a tag to compare
v0.1.9 Pre-release
Pre-release

This is a QA version to test new features of v0.1.8 with fixes:

  1. Fixed counting and uploading of tar parts during backup-push
  2. Fixed delta backup inefficiency

Thanks to all collaborators who tested previous QA release, especially to @CyberDem0n, @lehni, @gregor-rayman, @davidfetter, and @rdunklau.

v0.1.8

28 Apr 10:49
@x4m x4m
Compare
Choose a tag to compare
v0.1.8 Pre-release
Pre-release

This is a QA version to test new features:

  1. -v flag to read version
  2. parallel read from disk to further improve the performance of backup-push
  3. better retries for all S3 calls
  4. installation of user data into JSON sentinel to connect back up with external entities
  5. numerous refactorings and code improvements

Also, I have reports from @CyberDem0n about inefficiencies of delta backups. I cannot reproduce this reports though.

If you are looking for the stable version, please use 0.1.7.

v0.1.7

19 Feb 05:32
@x4m x4m
99d4bdf
Compare
Choose a tag to compare

This release fixes issue #63. This issue led to the possibility of an incorrect point of restoration when the restoration was done without "standby_mode = on". The issue was reproducible only on Amazon EBS drives and frequency of reproduction varied, thanks @bartdag for extensive help with researching this issue.
Also, this release brings features shown necessary by QA cycle on the heavily loaded clusters:

  1. Support of parallel wal-push with reading from archive_status directory (relates to #58 )
  2. WAL-G was failing during backup-push if files were disappearing during tar creation. This was fixed (relates to #65 )
  3. Concurrency of wal-prefetch was improved

Some edge-case error handling and code quality work was done by @ferhatelmas. Thanks to @benubois and @lesovsky for reporting problems and sharing their experience.

v0.1.6

12 Feb 11:24
@x4m x4m
Compare
Choose a tag to compare
v0.1.6 Pre-release
Pre-release

This release adds quality assurance code for issue #63
This is hard to reproduce problem which results in the necessity to retry backup restoration procedure.

v0.1.4

17 Jan 13:11
@x4m x4m
Compare
Choose a tag to compare
v0.1.4 Pre-release
Pre-release

This release addresses several important bugs, found by the community.
See #55, #56, some cases of #35. Also, some code and docs improvements #52, #53, #54, #57.

v0.1.3

19 Dec 11:15
@x4m x4m
Compare
Choose a tag to compare

This release adds several new features:

  • Encryption support
  • Delta backups
  • Backups on replication slaves
  • Some other improvements

v0.1.2

18 Aug 23:45
@fdr fdr
Compare
Choose a tag to compare
v0.1.2

v0.1.1

18 Aug 23:07
@fdr fdr
v0.1.1
Compare
Choose a tag to compare
Use AWS SDK default package to handle credential configuration