Skip to content

v0.2.9

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

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!