Skip to content

Releases: pgmoneta/pgmoneta

pgmoneta 0.7.3

28 Dec 08:10
Compare
Choose a tag to compare

This is an enhancement and bug fix release.

Enhancements

Bug fixes

Some issues for FreeBSD and OpenBSD were fixed as well.

pgmoneta 0.7.2

pgmoneta 0.7.1

22 Oct 16:49
Compare
Choose a tag to compare

This a bug fix release

Bug fixes

  • #148 Replace strncpy
  • #149 Use return value from functions

pgmoneta 0.7.0

28 Sep 15:08
Compare
Choose a tag to compare

This is a feature release which includes the Google Summer of Code projects
from @Jubilee101 and @linzs148.

Features

  • #6 Support BZip2 compression
  • #97 Supporting backup in AWS S3 engine
  • #100 Supporting backup in Azure storage account
  • #115 Backup policy
  • #123 Native backup
  • #129 Support tablespaces
  • #133 Dashboard for pgmoneta metrics
  • #139 Native receivewal

Enhancements

  • #138 Restore: Delete backup_label

Bug fixes

  • #107 GCC error when compling
  • #131 Misuse of pgmoneta_free_message and pgmoneta_free_copy_message
  • #135 Symbolic links are compressed

Thanks to

pgmoneta 0.6.1

12 Jan 12:50
Compare
Choose a tag to compare

This is an enhancement and bug fix release.

Enhancements

  • #95 Support ssh_ciphers
  • #104 Remove size constraint for memory logging
  • #105 Link to libatomic on Linux

Bug fixes

  • #103 Guard against invalid user configuration

pgmoneta 0.6.0

22 Sep 11:51
Compare
Choose a tag to compare

This is a feature release which includes the Google Summer of Code projects
from Mariam Fahmy and Jichen Xu.

Features

  • #7 LZ4 support
  • #40 Add log_mode setting
  • #60 Tutorial: Install
  • #61 Tutorial: Replication slot
  • #62 Tutorial: Remote management
  • #63 Tutorial: Prometheus metrics
  • #64 Tutorial: Backup and restore
  • #65 Tutorial: Archive
  • #66 Tutorial: Delete
  • #77 SSH storage engine
  • #84 Shell completions
  • #91 On-disk encryption
  • #92 Log formatting and rotation

Enhancements

  • #46 Refactorings
  • #85 Define SLEEP macros
  • #86 Replace printf in error paths with err.h
  • #87 update_process_title setting
  • #88 Add CAS guard for WAL processing

Thanks to

pgmoneta 0.5.7

11 Aug 13:43
Compare
Choose a tag to compare

This is an enhancement and bug fix release.

Enhancements

  • #80 Set permission for files / directories

Bugs

  • #82 recovery.conf always created

pgmoneta 0.5.6

26 May 12:07
Compare
Choose a tag to compare

This is an enhancement and bug fix release.

The pgmoneta community welcomes Nikita Bugrovsky (@nikitabugrovsky) with his contribution !

Enhancements

  • #42 Automtic PID file path definition
  • #49 Integrate uncrustify
  • #50 Return 400 Bad Request for any method except 'GET'

Bugs

  • #44 Handle configuration file with no newline at the end

Thanks to

pgmoneta 0.5.5

06 Jan 12:48
Compare
Choose a tag to compare

This is a bug fix release.

Bugs

  • #41 Validate server in separate process

pgmoneta 0.5.4

18 Nov 15:31
Compare
Choose a tag to compare

This is an enhancement and a bug fix release.

Enhancements

  • #37 Support Unix Domain Socket as a PostgreSQL connection
  • #38 CLI: Blocking operations

Bugs

  • #39 Ignore history files during WAL scan