WAL-G 1.1 released

From: WAL-G via PostgreSQL Announce <announce-noreply(at)postgresql(dot)org>
To: PostgreSQL Announce <pgsql-announce(at)lists(dot)postgresql(dot)org>
Subject: WAL-G 1.1 released
Date: 2021-08-17 12:51:50
Message-ID: 162920471006.1654.5848166817922503660@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-announce

Hi!

Great news, we've just released the new WAL-G version.

Some interesting features/fixes:

- Include libsodium in the GitHub release builds. Exit with failure if libsodium is requested but WAL-G was not compiled with libsodium support [#1062](https://github.com/wal-g/wal-g/pull/1062), [CVE-2021-38599](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-38599)

- UserData is now required to be a valid JSON [#1049](https://github.com/wal-g/wal-g/pull/1049)

- backup-list now sorts backups by the astronomical time of the completition [#907](https://github.com/wal-g/wal-g/pull/907)

Postgres:

- .history files overwrite prevention fix [#1052](https://github.com/wal-g/wal-g/pull/1052)

- wal-verify can now be run from a standby [#1014](https://github.com/wal-g/wal-g/pull/1014)

- wal-verify now ignores the permanent backups [#1014](https://github.com/wal-g/wal-g/pull/1014) , [#1002](https://github.com/wal-g/wal-g/pull/1002)

MongoDB:

- Add support for MongoDB 5.0 [#1041](https://github.com/wal-g/wal-g/pull/1041)

SQLServer:

- Fix MSSQL driver import [#1038](https://github.com/wal-g/wal-g/pull/1038)

MySQL:

- Add --turbo flag to disable limiters [#1027](https://github.com/wal-g/wal-g/pull/1027)

- Fix --detailed backup-list bug [#1026](https://github.com/wal-g/wal-g/pull/1026)

- Add --until flag to binlog-push [#1005](https://github.com/wal-g/wal-g/pull/1005)

Redis:

- Add 6.2 support & redis-cli bug workaround [#1022](https://github.com/wal-g/wal-g/pull/1022)

Storages

- S3: customer SSE key support [#1042](https://github.com/wal-g/wal-g/pull/1042), [storages#48](https://github.com/wal-g/storages/pull/48)

- Azure: support AZURE_STORAGE_SAS_TOKEN without the leading '?' [#1056](https://github.com/wal-g/wal-g/pull/1056)

- Azure: disable the unnecessary syslog writes [#1058](https://github.com/wal-g/wal-g/pull/1058)

The new release is available [here](https://github.com/wal-g/wal-g/releases/tag/v1.1).

Best regards, WAL-G team.

Browse pgsql-announce by date

  From Date Subject
Next Message Apache AGE via PostgreSQL Announce 2021-08-22 02:12:29 Announcing the release of Apache AGE 0.5.0
Previous Message EDB via PostgreSQL Announce 2021-08-16 21:42:40 pglogical 2.4.0 Now Available