Releases: bersler/OpenLogReplicator
Releases · bersler/OpenLogReplicator
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
OpenLogReplicator v1.7.0
- fix: welcome banner
- code style cleanup
- fix: diagnostic information populated when not enabled
- enhancement: add dictionary values for TIMEZONE database parameter
- enhancement: add parameter -r|--root to disable root check on startup
- fix: in rare cases column value is null instead of actual value
- fix: when redo log file is truncated, read error might appear
- documentation update
- fix: missing include for some systems
- enhancement: thread performance information
- enhancement: swap memory to disk in low memory situations
OpenLogReplicator v1.6.0
- 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
OpenLogReplicator v1.5.0
- code style cleanup
- enhancement: new writer type: discard
- minor code optimizations
- fix: minor bug related to binary xmltype
- fix: correctly display Oracle error codes
- fix: static code analyzer warnings
- fix: checkpointing is not working for online mode after restart
- enhancement: add an option to build statically linked binary
- fix: don't require flag 64 to use experimental XMLTYPE support
- fix: minor bugs related to timestamp formatting
- minor documentation fixes
- enhancement: refactor timestamps, add more output options
- enhancement: collecting metrics using Prometheus
- configuration change: moved memory options "memory-max-mb", "memory-min-mb", "read-buffer-max-mb" to "memory" group and renamed to "max-mb", "min-mb"
- enhancement: swap memory to disk when low
OpenLogReplicator v1.4.0
- fix: date and timestamp with year before 1900 or after 2262 produce incorrect values
- enhancement: unify gencfg.sql script for 11g and 12+
- fix: bad checkpoint file causes startup to fail with no explanation
- fix: fail with a too short field length message
- code style cleanup
- fix: LOB data handling
- enhancement: add session information to output
- enhancement: add row filtering based on condition
- experimental: support for binary xmltype, added document about experimental features
- enhancement: added support for BOOLEAN data type
- enhancement: added support for Oracle 23c
- enhancement: Oracle 23c: set column limit to 4096
- clang-tidy code reformatting
OpenLogReplicator v1.3.0
- doc: updated README.md, added reference to tutorial github project
- fix: PDB/CDB support
- fix: unified comment style
- fix: checkpoint file is not created when no data is replicated after start
- fix: offline startup failed to read redo log files
- fix: DDL operation that rearranges columns is not handled properly
- enhancement: reload config file for schema update after the file is updated
- fix: stacktrace when processing DDL data to protobuf format
- fix: typo in trace message
- enhancement: added more timestamp formatting options
- enhancement: added support for UROWID format
- fix: LOB handing improvement for Oracle 19c
- enhancement: added timezone field for timestamp with time zone type
- fix: file writer path handling and file handling fixes
- enhancement: add database name to payload data
- enhancement: add schema information for ddl events
- fix: correctly handling of non-ASCII characters in DDL text
- enhancement: added support for interval type
- enhancement: added xmltype support
- enhancement: added support for type timestamp with local time zone
- fix: client stream disconnect causes replication to stop
- enhancement: added options interval-ytm and interval-dts to control interval type output format
- fix: minor style fixes
- fix: network client date was not consistent when reconnected
- fix: scn information inconsistency in transaction fix
- enhancement: added flag 2 for "scn-format" field type to control scn values
- enhancement: changed checkpointing mechanism to allow more frequent checkpoints
- experimental: added partial support for binary XMLType data
- enhancement: performance optimizations