Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump tap-kafka from 8.1.0 to 8.2.0 #1145

Merged
merged 5 commits into from
Nov 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`
Expand Down
2 changes: 1 addition & 1 deletion docs/connectors/taps/kafka.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion singer-connectors/tap-kafka/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pipelinewise-tap-kafka==8.1.0
pipelinewise-tap-kafka==8.2.0
Loading