From f85b5dce8055e654c94e795219a64cb317209fc5 Mon Sep 17 00:00:00 2001 From: Samira El Aabidi <54845154+Samira-El@users.noreply.github.com> Date: Mon, 20 Nov 2023 10:08:26 +0000 Subject: [PATCH 1/4] Bump tap-kafka o 8.2.0 --- singer-connectors/tap-kafka/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From fd9f0d6263df6c4b8e264de16fecc21d06e5de3b Mon Sep 17 00:00:00 2001 From: Samira El Aabidi <54845154+Samira-El@users.noreply.github.com> Date: Mon, 20 Nov 2023 10:13:27 +0000 Subject: [PATCH 2/4] add debug_contexts --- docs/connectors/taps/kafka.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 8473a689ff705ebcfb4cf1ba7983f1243c18341b Mon Sep 17 00:00:00 2001 From: Samira El Aabidi <54845154+Samira-El@users.noreply.github.com> Date: Mon, 20 Nov 2023 10:16:18 +0000 Subject: [PATCH 3/4] bump patch --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', From b8dd910a1da69432b0dddc88972dfddd829bda94 Mon Sep 17 00:00:00 2001 From: Samira El Aabidi <54845154+Samira-El@users.noreply.github.com> Date: Mon, 20 Nov 2023 10:17:28 +0000 Subject: [PATCH 4/4] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) 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`