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.