You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2.0.0 2017-06-01
* Feature: compatibility with Rails 4, Ruby 2.4 and JRuby 9.1
* Breaking: specify MySQL support in database config with adapter 'mysql2' instead of 'mysql'
* Breaking: postgres table names must not contains dots (".") anymore
== 1.1.1 2009-02-02
* Feature: optional use of an SQL logger
* Bug fix: under postgresql, rubyrep triggers now finds the pending_changes table also if not included in current search path
== 1.0.8 2009-10-01
* Feature: replication more robust against connection failures
* Feature: initial syncs before replication can be disabled with :initial_sync option
* Bug fix: better detection of failed update and delete replications
* Bug fix: fix scenario where replication could be logged as successful even when failed
* Bug fix: make proxied replication work under JRuby
== 1.0.6 2009-07-25
* Bug fix: do not assume anymore that replication log events appear in sequential order
* Feature: increased resilience of rubyrep to network timeouts
* Feature: introduced :after_infrastructure_setup handler
== 1.0.5 2009-07-03
* Bug fix: rubyrep replication runs should survive update or delete attempts rejected by the database.
* Bug fix: support for multiple PostgreSQL schemas holding tables of the same name.
* Minor enhancements:
* Added support (and according tests) for non-standard table / column names
* Verified compatibility with jruby 1.3.0
* Bug fixes:
* Also big exception messages should be accommodated in event log table.