Skip to content

OpenLogReplicator v1.6.0

Latest
Compare
Choose a tag to compare
@bersler bersler released this 30 May 22:02
· 19 commits to master since this release
c4f45d2
  • enhancement: add parameter -p
  • enhancement: performance optimizations
  • enhancement: add offset to payload for debugging purposes
  • enhancement: support UPDATE operations for NOT NULL columns with occasional NULL values (experimental)
  • enhancement: add JSON validation for invalid tags
  • fix: context field contains invalid value
  • fix: invalid tag in example json config file
  • fix: online redo log are read in rare cases for archived redo log only mode
  • fix: don't write checkpoint file until the first data chunk is processed
  • fix: minor bug related to crash with large number of columns
  • fix: error: "parse error, attribute xid: not expected"
  • fix: in rare cases, the AFTER value for UPDATE is missing
  • code style cleanup
  • documentation update