Releases: robooo/robotframework-ConfluentKafkaLibrary
Releases · robooo/robotframework-ConfluentKafkaLibrary
v2.4.0-2
2.4.0-1
v2.3.0-1
v2.2.0-1
v2.1.1-1
v2.0.2-4
v2.0.2-3
v2.0.2-2
- Improvements for Protobuf Serializer and Deserializer, thanks to @marcosandremartins
- tests added
- Argument for headers on publish, thanks to @marcosandremartins
- Fixed publish CI
- README update
v2.0.2-1
- Support confluent-kafka v2.0.2
- New keywords:
- List Groups
- Delete Groups
- Describe Groups
- New consumer group states can be accessed with global vars (see https://github.com/robooo/robotframework-ConfluentKafkaLibrary/blob/master/src/ConfluentKafkaLibrary/__init__.py#L92)
- Threaded consumer can be now closed correctly
- Many admin client keywords now returns full response
- Update of testing env + github actions
- Minor improvements & bugfixes