Skip to content

v0.7.0

Latest

Choose a tag to compare

@Agalin Agalin released this 13 Aug 09:11

0.7.0 (2026-08-12)

⚠ BREAKING CHANGES

  • WAL archiving now creates the pgBackRest stanza on the first WAL archive by default (createStanza=OnFirstArchive) instead of only during the first backup. Set createStanza=OnBackup to keep the previous behavior.

Features

  • Create pgbackrest stanza during WAL archiving when missing (3e8c96f)
  • Make stanza creation configurable via Archive createStanza (9962568)

Bug Fixes

  • deps: Update module google.golang.org/grpc to v1.83.0 (#129) (71c3d59)
  • restorer: Return ErrWALNotFound on archive-get not-found exit (92d7cf2)