Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Releases: transferwise/pipelinewise-tap-kafka

8.2.1 (2023-11-28)

28 Nov 13:05
b8b7053
Compare
Choose a tag to compare

What's Changed

Full Changelog: v8.2.0...v8.2.1

8.2.0 (2023-11-17)

20 Nov 09:41
061ed1d
Compare
Choose a tag to compare

What's Changed

  • AP-1574 More logs and new config for ease of debugging by @Samira-El in #161

Full Changelog: v8.1.0...v8.2.0

v8.1.0 (2023-08-25)

25 Aug 11:41
91f7aee
Compare
Choose a tag to compare

What's Changed

Full Changelog: v8.0.0...v8.1.0

v8.0.0 (2022-12-08)

08 Dec 19:14
f519ed1
Compare
Choose a tag to compare
  • Switch from subscribe to assign for better initial offset control
  • Implement specifying partitions in configuration

v7.1.1 (2022-10-18)

18 Oct 14:50
36d73ec
Compare
Choose a tag to compare
  • Seek partition offsets at start of run

v7.1.0 (2022-07-14)

14 Jul 10:36
8a2c1a9
Compare
Choose a tag to compare

v7.1.0 (2022-07-14)

  • Bump pipelinewise-tap-kafka from confluent-kafka from 1.8.2 to 1.9.0.
  • Remove CI checks for Python 3.6

7.0.0 (2022-03-29)

30 Mar 14:00
1c89d8e
Compare
Choose a tag to compare

BREAKING CHANGES

Upgrading from 6.x to 7.x: For the current taps without any primary keys defined, set new configuration property use_message_key to false. Taps left with default settings and no custom primary keys specified will fail if kafka messages do not have keys and lead to unexpected behaviour on targets otherwise.

Features:

  • Added support for the message keys to be used as primary key for the record. Using message key is now a default option where custom PKs are not defined.

6.0.0 (2022-03-17)

17 Mar 15:06
9ab8455
Compare
Choose a tag to compare

6.0.0 (2022-03-17)

  • Use unique proto class names per topic
  • Raise exception on all brokers down
  • Raise exception if custom PK not exists in the message
  • Bump dpath from 2.0.5 to 2.0.6
  • Bump grpcio-tools from 1.43.0 to 1.44.0
  • Bump pytest from 6.2.5 to 7.0.1

5.1.0 (2022-01-27)

27 Jan 13:44
53b42ea
Compare
Choose a tag to compare

Features:

  • Add protobuf support

Fixes:

  • Fixed an issue when log messages raised exceptions

Requirement updates:

  • Bump dpath from 2.0.1 to 2.0.5
  • Bump pytest-cov from 2.10.1 to 3.0.0
  • Bump pylint from 2.4.2 to 2.12.2
  • Remove filelock requirement

5.0.1 (2022-01-26)

26 Jan 12:00
5b8856c
Compare
Choose a tag to compare
  • Fixed an issue when tap_kafka.serialization module not included in the package