Releases: bersler/OpenLogReplicator
Releases · bersler/OpenLogReplicator
OpenLogReplicator v1.9.0
- 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
- fix: data in subpartition might not be replicated in certain conditions
OpenLogReplicator v1.8.7
- minor documentation update
- added support for database version 19.28
- added support for database version 23ai, 26ai
OpenLogReplicator v1.8.6
- 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
- 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
- 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
- performance improvements
- minor documentation update
- fix: compiler warnings
- fix: information about changed schema
OpenLogReplicator v1.8.2
- fix: IOT tables not properly skipped
OpenLogReplicator v1.8.1
- fix: archived redo logs are not fully processed
OpenLogReplicator v1.8.0
- 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