Skip to content

Releases: thake/logminer-kafka-connect

0.6.3

09 Mar 20:35
6fbabed
Compare
Choose a tag to compare

Integrates fix for #14

0.6.2

28 Feb 19:46
Compare
Choose a tag to compare

Minor Bugfix

0.6.1

26 Dec 21:22
Compare
Choose a tag to compare

Fixed #11

0.6.0

18 Nov 08:17
Compare
Choose a tag to compare

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

27 Oct 07:19
Compare
Choose a tag to compare

Fixed some bugs concerning schema changes during a logminer run.

0.5.3

29 Sep 09:12
Compare
Choose a tag to compare

Fixed incorrect parameter name for precision

0.5.2

29 Sep 07:55
Compare
Choose a tag to compare

Added precision to decimal types. This is only relevant when using avro converter.

0.5.1

28 Sep 18:42
Compare
Choose a tag to compare

Bugfix release leading to incorrect key schemas.

0.5.0

25 Sep 07:48
Compare
Choose a tag to compare
  • 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

16 Sep 18:09
Compare
Choose a tag to compare
  • 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