Skip to content

Releases: bersler/OpenLogReplicator

OpenLogReplicator v1.9.0

01 Jan 17:43
1a83a76

Choose a tag to compare

  • code style cleanup
  • fixed some logdump output
  • fix: data in subpartition might not be replicated in certain conditions
  • minor LOB processing fixes
  • enhancement: removed unused con-id parameter
  • updated default OCI library version to 23

OpenLogReplicator v1.8.5.1

29 Dec 08:43

Choose a tag to compare

  • fix: data in subpartition might not be replicated in certain conditions

OpenLogReplicator v1.8.7

20 Nov 20:01
0074e05

Choose a tag to compare

  • minor documentation update
  • added support for database version 19.28
  • added support for database version 23ai, 26ai

OpenLogReplicator v1.8.6

21 Aug 23:21
ca30f39

Choose a tag to compare

  • fix: encrypted tablespace data causes program to stop
  • fix: in certain cases, the program might try to process data which is not available causing a crash

OpenLogReplicator v1.8.5

21 Mar 23:01
eb8ee20

Choose a tag to compare

  • enhancement: the checkpoint file is updated during every redo log switch
  • fix: reading archived redo log fails when DB_RECOVERY_FILE_DEST is not set

OpenLogReplicator v1.8.4

08 Mar 23:20
d42031f

Choose a tag to compare

  • fix: discard writer type
  • code style cleanup
  • fix: minor bug related to DDL processing
  • enhancement: print hint about incorrect file permissions
  • bug: file writer data is not flushed until the buffer is full
  • enhancement: new parameters for writer type "file": "write-buffer-flush-size"

OpenLogReplicator v1.8.3

31 Dec 23:05
ccb3391

Choose a tag to compare

  • performance improvements
  • minor documentation update
  • fix: compiler warnings
  • fix: information about changed schema

OpenLogReplicator v1.8.2

27 Dec 18:59
e45f9dc

Choose a tag to compare

  • fix: IOT tables not properly skipped

OpenLogReplicator v1.8.1

25 Dec 10:02
35b30a7

Choose a tag to compare

  • fix: archived redo logs are not fully processed

OpenLogReplicator v1.8.0

21 Dec 08:29
c56dc32

Choose a tag to compare

  • code style cleanup
  • changed parameters "scn" and "scn-all" -> "scn-key"
  • enhancement: add key data to messages
  • fix: minor bug related to swapping
  • enhancement: performance optimizations
  • enhancement: add support for DDL text > 4k
  • fix: sometimes direct IO was not working