This repository has been archived by the owner on Sep 23, 2024. It is now read-only.
Releases: transferwise/pipelinewise-tap-kafka
Releases · transferwise/pipelinewise-tap-kafka
8.2.1 (2023-11-28)
What's Changed
- AP-1574 attempted fix to hanging consumer by @Samira-El in #164
Full Changelog: v8.2.0...v8.2.1
8.2.0 (2023-11-17)
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)
What's Changed
- Update changelog for v8.0.0 by @louis-pie in #122
- Bump dependencies by @louis-pie in #157
Full Changelog: v8.0.0...v8.1.0
v8.0.0 (2022-12-08)
- Switch from
subscribe
toassign
for better initial offset control - Implement specifying partitions in configuration
v7.1.1 (2022-10-18)
- Seek partition offsets at start of run
v7.1.0 (2022-07-14)
v7.1.0 (2022-07-14)
- Bump
pipelinewise-tap-kafka
from confluent-kafka from1.8.2
to1.9.0
. - Remove CI checks for Python 3.6
7.0.0 (2022-03-29)
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)
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
from2.0.5
to2.0.6
- Bump
grpcio-tools
from1.43.0
to1.44.0
- Bump
pytest
from6.2.5
to7.0.1
5.1.0 (2022-01-27)
Features:
- Add protobuf support
Fixes:
- Fixed an issue when log messages raised exceptions
Requirement updates:
- Bump
dpath
from2.0.1
to2.0.5
- Bump
pytest-cov
from2.10.1
to3.0.0
- Bump
pylint
from2.4.2
to2.12.2
- Remove
filelock
requirement
5.0.1 (2022-01-26)
- Fixed an issue when
tap_kafka.serialization
module not included in the package