Skip to content

Commit 2b6cde4

Browse files
committed
Changelog
1 parent 0a25902 commit 2b6cde4

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

integrations/kafka/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
<!-- towncrier release notes start -->
99

10+
## 0.1.119 (2025-01-31)
11+
12+
13+
### Improvements
14+
15+
- Converted client to use asyncio and added batching
16+
17+
1018
## 0.1.118 (2025-01-29)
1119

1220

integrations/kafka/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "kafka"
3-
version = "0.1.118"
3+
version = "0.1.119"
44
description = "Integration to import information from a Kafka cluster into Port. The integration supports importing metadata regarding the Kafka cluster, brokers and topics."
55
authors = ["Tal Sabag <tal@getport.io>"]
66

0 commit comments

Comments
 (0)