Releases: thake/logminer-kafka-connect
Releases · thake/logminer-kafka-connect
0.6.0
This release adds the capability to write tombstones on delete events. This capability is enabled by default. It can be disabled by setting the new configuration property tombstones.on.delete
to false.
0.5.4
Fixed some bugs concerning schema changes during a logminer run.
0.5.3
Fixed incorrect parameter name for precision
0.5.2
Added precision to decimal types. This is only relevant when using avro converter.
0.5.1
Bugfix release leading to incorrect key schemas.
0.5.0
- Added new option to specify a default timezone which should be used when interpreting TIMEZONE columns that do not have any timezone information. The default value is "UTC".
- Fixed bug with BigDecimals not correctly converted according to the schemas scale
0.4.0
- Adding support for reading the Logminer dictionary from redo log files #4 .
- Fixed wrong scale of BigDecimal if column has been defined without a scale (NUMBER) #2 .
- Migrated to Kotlin 1.4.10