Skip to content

Tags: riclolsen/rubyrep

Tags

v2.0.0

Toggle v2.0.0's commit message
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

v1.1.2

Toggle v1.1.2's commit message
== 1.1.2 2009-05-10

* Bug fix: escape primary keys in replication triggers

v1.1.1

Toggle v1.1.1's commit message
== 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

v1.1.0

Toggle v1.1.0's commit message
1.1.0 2009-12-15

* Feature: filtering of sync / replication events with custom specified functionality
* Feature: compatibility with JRuby 1.4.0 and ActiveRecord 2.3.5

v1.0.9

Toggle v1.0.9's commit message
== 1.0.9 2009-10-14

* Bug fix: ReplicationRun#run should load only one change log record to figure out if there are pending changes

v1.0.8

Toggle v1.0.8's commit message
== 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

v1.0.7

Toggle v1.0.7's commit message
== 1.0.7 2009-07-26

* Bug fix: buffered LoggedChangeLoader#update to avoid timeouts with large replication backlogs.

v1.0.6

Toggle v1.0.6's commit message
== 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

v1.0.5

Toggle v1.0.5's commit message
== 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.

v1.0.3

Toggle v1.0.3's commit message
* 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.