diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ee3eb818..36780924c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +0.58.2 (2023-11-20) +------------------- +- Bump `pipelinewise-tap-kafka`from `8.1.0` to `8.2.0` + 0.58.1 (2023-10-09) ------------------- - Bump `pipelinewise-tap-github`from `1.1.0` to `1.1.1` diff --git a/docs/connectors/taps/kafka.rst b/docs/connectors/taps/kafka.rst index 314cbc062..c5c25036c 100644 --- a/docs/connectors/taps/kafka.rst +++ b/docs/connectors/taps/kafka.rst @@ -92,7 +92,7 @@ Example YAML for ``tap-kafka``: # int32 result_per_page = 3; # } #proto_classess_dir: # (Default: current working dir) Directory where to store runtime compiled proto classes - + #debug_contexts: "" # comma separated list of debug contexts to enable for the consumer [see librkafka](https://github.com/confluentinc/librdkafka/blob/master/INTRODUCTION.md#debug-contexts) # ------------------------------------------------------------------------------ # Destination (Target) - Target properties diff --git a/setup.py b/setup.py index 02006a789..d1a3db3a3 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup(name='pipelinewise', python_requires='>=3.7,<3.10', - version='0.58.1', + version='0.58.2', description='PipelineWise', long_description=LONG_DESCRIPTION, long_description_content_type='text/markdown', diff --git a/singer-connectors/tap-kafka/requirements.txt b/singer-connectors/tap-kafka/requirements.txt index 6c5a59602..5c1a5294e 100644 --- a/singer-connectors/tap-kafka/requirements.txt +++ b/singer-connectors/tap-kafka/requirements.txt @@ -1 +1 @@ -pipelinewise-tap-kafka==8.1.0 +pipelinewise-tap-kafka==8.2.0