Skip to content

Releases: wal-g/wal-g

v0.2.13

15 Oct 18:57
@x4m x4m
Compare
Choose a tag to compare
v0.2.13 Pre-release
Pre-release

Features:

  • Preview of tablespace support
  • delete everything - when you do not need an archive anymore

Bugs fixed:

  • Major race condition in case of highly concurrent wal uploads fixed #417
  • Fix --version #381

v0.2.12

04 Sep 16:15
@x4m x4m
Compare
Choose a tag to compare
v0.2.12 Pre-release
Pre-release

In this pre-release, we fixed a bug of incorrect pipeline closing on network error. For GCS it could manifest in haning wal-g backup-push in case of a transient network fault (#266)

v0.2.11

12 Aug 10:21
@x4m x4m
Compare
Choose a tag to compare
v0.2.11 Pre-release
Pre-release

In this prerelease:

  1. Fix compatibility with WAL-E : previous pre-release did not contain LZO-enabled binary. Now there is one binary again, but this binary is compatible with WAL-E.
  2. Fix configuration of SWIFT storage from config-file

v0.2.10

31 Jul 06:47
@x4m x4m
55cc5d1
Compare
Choose a tag to compare
v0.2.10 Pre-release
Pre-release

This pre-release fixes numerous bugs:

  1. Crash on deleting old backups #319
  2. Escaping of new lines in WALG_PGP_KEY #320
  3. Fixed many different problems with config file usage
  4. Fixed home directory detection problem with getent #216

Also, there are some features:

  1. Add aws/kms + minio/sio symmetric client-side encryption #315
  2. Avoid mutating interactions with archive_status #127

We have significantly improved our CI. Now it is faster with more tests.

Thanks to everyone involved!

v0.2.9

22 Apr 06:17
@x4m x4m
Compare
Choose a tag to compare

Notable changes in this release include:

  • Support of brotli compression (additionally to lz4 and lzma).
  • WAL-delta backups (a.k.a. fast block-level incremental backup). This feature enables scanning of WAL during archivation, the gathered information is used to make delta backup much faster.
  • PGP encryption without external GPG.
  • Prefault of database pages during recovery. When standby is requesting new segments of WAL we know which blocks need to be put into page cache and try to prefetch them to make WAL replay faster.
  • Support for S3, GCS, SWIFT, FS, and Azure storages.

Many thanks to those who contributed by pull requests, bug reports, issue discussions, and feature requests!

v0.2.8

05 Apr 12:08
@x4m x4m
4dea194
Compare
Choose a tag to compare
v0.2.8 Pre-release
Pre-release

This pre-release fixes several bugs:

  1. Parallel wal-push could be stuck in deadlock under several circumstances. #222
  2. delete could remove first WAL segment needed to the oldest backup done by WAL-E #230 #232
  3. delete could remove WALs incorrectly in GCP bucket #230 #233

Many thanks for reporting these bugs @brouberol @CyberDem0n @kel00s and others.

v0.1.17

27 Mar 16:50
@x4m x4m
Compare
Choose a tag to compare

This pre-release intended for verification of fix for #222 : a deadlock in parallel WAL archiving in case of high concurrency uploads.

v0.2.7

06 Mar 06:24
@x4m x4m
Compare
Choose a tag to compare
v0.2.7 Pre-release
Pre-release

This pre-release fixes bug that could manifest with high WALG_UPLOAD_DISK_CONCURRENCY and network-constrained backup-pushes (as opposition to disk-constrained).
Due to the race condition in finishing uploads last tar file could be left unfinished.
For details see #198

v0.1.16

06 Mar 06:23
@x4m x4m
Compare
Choose a tag to compare

This release fixes bug that could manifest with high WALG_UPLOAD_DISK_CONCURRENCY and network-constrained backup-pushes (as opposition to disk-constrained).
Due to the race condition in finishing uploads last tar file could be left unfinished.
For details see #198

v0.2.6

22 Feb 18:31
@x4m x4m
Compare
Choose a tag to compare
v0.2.6 Pre-release
Pre-release

This pre-release contains new settings for reading PGP keys (see #173 ).
This new API may change in the release version, but most probably it will not.

Thanks to @savichev-igor for his work and discussion about the feature.