rubyrep version 1.0.6 released
posted by: Arndt Lehmann
Quick update: I have released version 1.0.6 of rubyrep.
Changes:
- Bug fix: rubyrep does not assume anymore that replication events appear in the
rr_pending_changestable in sequential order.
(This could lead to some changes being left behind and only getting picked up after a replication restart.) - Feature: the replication daemon is now more resilient towards network timeouts.
(I. e. less likely to get stuck.) - Feature: introduction of an
:after_infrastructure_setuphandler that allows users to execute custom code after infrastructure tables are created.
(Useful to e. g. grant additional database users access to therr_pending_changestable.)
Related Posts
- 22 Jun 2009 » rubyrep version 1.0.4 released
- 14 Jun 2009 » Battle tested
- 08 Mar 2009 » Initial release