Skip to content

Releases: bersler/OpenLogReplicator

0.9.14-beta

11 Jul 22:57
Compare
Choose a tag to compare
0.9.14-beta Pre-release
Pre-release

Changes:

  • fixed bug: sometimes hanged during shutdown while running OCI
  • fixed bug: regex might used improperly
  • added check for GCC 4.9
  • changed run argument, use -f for specifying custom file
  • updated example files names
  • fixed JSON output for DDL commands

0.9.12-beta

08 Jul 16:50
Compare
Choose a tag to compare
0.9.12-beta Pre-release
Pre-release

Changes:

  • fixed bug, when schema file is present reading from archived redo log cause stacktrace

0.9.11-beta

06 Jul 22:08
Compare
Choose a tag to compare
0.9.11-beta Pre-release
Pre-release

Changes:

  • fixed protobuf checkpoint code (#23)
  • fixed sending output to stdout instead of file for "file" mode
  • fixed bug for merged values
  • fixed json format for schemaless mode

0.9.10-beta

05 Jul 23:26
Compare
Choose a tag to compare
0.9.10-beta Pre-release
Pre-release

Changes:

  • change "name" to "output" for writer file mode
  • added "max-size", "new-line", "format", "append" elements to writer file mode
  • file output can rotate output file with defined max size
  • internally changed identifier 0 value to -1 for file descriptor
  • fixed DDL tracking for some commands (alter table modify column, alter table add subpartition, etc.)
  • fix creating log groups multiplicaion in schema file
  • added displaying error information for errno code
  • added disk read retry

0.9.9-beta

04 Jul 22:08
Compare
Choose a tag to compare
0.9.9-beta Pre-release
Pre-release

Changes:

  • fixed subpartition schema load/save
  • fixed DDL tracking for columns
  • added (sub)partition count for schema list

0.9.8-beta

03 Jul 23:19
Compare
Choose a tag to compare
0.9.8-beta Pre-release
Pre-release

Changes:

  • fixed compilation errors when g++ is used

0.9.7-beta

03 Jul 07:29
Compare
Choose a tag to compare
0.9.7-beta Pre-release
Pre-release

Changes:

  • fixed small bug with passing config OpenLogReplicator.json path at startup

0.9.6-beta

02 Jul 16:48
Compare
Choose a tag to compare
0.9.6-beta Pre-release
Pre-release

Changes:

  • added checks for OpenLogReplicator.json content
  • fixed compilation errors when newer gcc version is used

0.9.5-beta

01 Jul 18:11
Compare
Choose a tag to compare
0.9.5-beta Pre-release
Pre-release

Changes:

  • objects where SYS.OBJ$ is present but SYS.TAB$ entry missing are ignored
  • minor optimizations
  • moved config file location: OpenLogReplicator.json to scripts/OpenLogReplicator.json
  • moved checkpoint file location: -chkpt.json to checkpoints/-chkpt.json
  • ./OpenLogReplicator -v|--version - to print banner and exit
  • ./OpenLogReplicator custom_path/config.json - to run with custom config file location

0.9.4-beta

30 Jun 20:24
Compare
Choose a tag to compare
0.9.4-beta Pre-release
Pre-release

Changes:

  • changed conditions for displaying warning of CRC error
  • fixed bug in reader module introduced in version 0.9.3-beta which could lead to core dump