- Fixed: monitor got the primary last transaction time before before getting the secondary last transaction time, sometimes leading to spurious reports of the primary being behind the secondary.
- Fixed: the nagios monitor only worked if the primary and secondary ran
- in the same process (as in they did in the tests.)
Include src/**/*.rst
files in sdist.
Added nagios plugins for monitoring replication.
Fixed packaging bug: component.xml was left out.
Packaging update: allow installation without setuptools.
Initial open-source release for ZODB 3.9 or later.
- Fixed: When listening for replication on all IPV4 addresses, the
- registered IP address was 0.0.0.0, rather than the fully-qualified host name.
Added support for registering and looking up replication addresses with ZooKeeper.
- Added support for ZODB 3.10.
- Added support for layered storages, e.g., zc.zlibstorage.
Added proxying for a new ZODB test method.
Added proxying for checkCurrentSerialInTransaction, wich was introduced in ZODB 3.10.0b5.
- Fixed some spurious test failures.
- Updated tests to work with Python 2.6 and Twisted 9.
- Fixed a bug in support for shared ZEO blob directories.
- Updated tests to reflect ZODB changes.
- Updated to work with older releases that didn’t send checksum data.
- Support for ZODB 3.9 and blobs
- Updated the configuration syntax.
- Added a replication checksum feature
- Added support for unix-domain sockets for replication.
- Updated the configuration syntax.
- Updated the configuration syntax.
- Added keep-alive option to deal with VPNs that break TCP connections in non-standard ways.
Initial ZRS 2 release.