Bucardo version 5.5.0 released - Mailing list pgsql-announce

From David Christensen
Subject Bucardo version 5.5.0 released
Date
Msg-id 65B48943-BC5C-4E93-A095-93A0C7B1C387@endpoint.com
Whole thread Raw
List pgsql-announce
Version 5.5.0 of Bucardo has been released. This fixes a number of bugs and introduces PostgreSQL 11 support.

Download here:

https://bucardo.org/Bucardo/

Sha1sum checksums for this tarball:

d15d6ebfa1db996e71aa8e7a84aa4e8d36d57a21  Bucardo-5.5.0.tar.gz

From the Changes file:

Bucardo version 5.5.0, released November 5, 2018

 - PostgreSQL 11 support
   [David Christensen]

 - Fix race condition in reload/reload_config
   [Christoph Berg]

 - Fix detection of unnamed columns
   [Ross Lafferty]

 - Some increased portability fixes
   [David Christensen]

 - Framework for reporting PostgreSQL and Bucardo logs when encountering test
   errors.
   [David Christensen]

 - Teach bucardo about `show changed` to display any config settings different
   than the default.
   [David Christensen]

 - Add initial values for settings in bucardo_config.
   [David Christensen]

 - Fix bug in fork/cleanup code that may prevent a killed CTL from restarting.
   [Greg Sabino Mullane]

 - Fix bug in onetimecopy=2 mode
   [Greg Sabino Mullane]

 - Allow one-character schema names to work.
   [David Christensen]

 - Allow a direct DSN via the "dbdsn" attribute for the "add db" command.
   [Greg Sabino Mullane] ( https://github.com/bucardo/bucardo/issues/129 )

 - Rewrite code to support the new version of the Perl MongoDB driver.
   [Greg Sabino Mullane]

 - Improve the push_rows() function, and use ANY(?) whenever possible.
   [Greg Sabino Mullane]

 - Write things out more often, making 'bucardo status' more useful.
   [Greg Sabino Mullane]

 - Log the version of all loaded modules.
   [Greg Sabino Mullane]

 - Add basic support for Firebird as a target database type.
   [Greg Sabino Mullane]

 - Allow commas in the list for conflict_strategy.
   [Greg Sabino Mullane]

 - Remove 'boolean' as a global dependency, only require it for MongoDB use
   [Greg Sabino Mullane]



pgsql-announce by date:

Previous
From: David Fetter
Date:
Subject: == PostgreSQL Weekly News - November 4, 2018 ==
Next
From: Nicolas Thauvin
Date:
Subject: pg_back 1.7 released