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

Commit

Permalink
v5.1.0 (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
koszti authored Jan 27, 2022
1 parent 9b6f106 commit 53b42ea
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,30 @@
5.1.0 (2022-01-27)
------------------
*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)
------------------

- Fixed an issue when `tap_kafka.serialization` module not included in the package

5.0.0 (2022-01-24)
------------------
**BREAKING CHANGES**

Upgrading from 4.x to 5.x: Please remove the existing `state.json` created by tap-kafka 4.x.
5.x will continue consuming messages from the last consumed offset but will generate `state.json` in a new format.

**CHANGELOG**
- Switching from `kafka-python` to `confluent-kafka-python`
- Using faster `orjson` provided by `pipelinewise-singer-python-2.x`
- Remove local store and bookmark consumed message in `STATE` messages
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
long_description = fh.read()

setup(name='pipelinewise-tap-kafka',
version='5.0.1',
version='5.1.0',
description='Singer.io tap for extracting data from Kafka topic - PipelineWise compatible',
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 53b42ea

Please sign in to comment.