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

Commit

Permalink
Release 4.0.1 (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
Samira-El authored Aug 13, 2021
1 parent aaf94c4 commit 83e0522
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
4.0.1 (2021-08-13)
------------------
*Fixes*:
* Fallback to default consumer timeout if `consumer_timeout_ms` is not provided in discovery mode.
* Stop mis-handling exceptions during discovery.

4.0.0 (2020-08-27)
-------------------

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
long_description = fh.read()

setup(name='pipelinewise-tap-kafka',
version='4.0.0',
version='4.0.1',
description='Singer.io tap for extracting data from Kafka topic - PipelineWise compatible',
long_description=long_description,
long_description_content_type='text/markdown',
author='TransferWise',
url='https://singer.io',
url='https://github.com/transferwise/pipelinewise-tap-kafka',
classifiers=[
'License :: OSI Approved :: GNU Affero General Public License v3',
'Programming Language :: Python :: 3 :: Only'
Expand Down

0 comments on commit 83e0522

Please sign in to comment.