Releases: robooo/robotframework-ConfluentKafkaLibrary
Releases · robooo/robotframework-ConfluentKafkaLibrary
v1.8.2-1
v1.7.0-1
v1.7.0
v1.6.1
v1.6.0
v1.5.0
- Support confluent-kafka-python v1.5.0
- legacy still supported
- new keywords
- new example of serializers
Fixes:
- Fix for RobotNotRunningError exception (@nczita, #15)
- Optional exception throwing if the deserialization fails (@tminakov, #13)
- Add dependencies to setup.py (@nczita, #14)
- Support for newer Robotframework versions (@tminakov, #9)
- remove the package as dependency, it's in the standard library (@tminakov , #11)
Devops part:
- automated creation of documentation, release and publishing of latest test results
ConfluentKafkaLibrary
Bugfixes:
- Fixed unfunctional avro producer
- encoding of data was removed by default (could cause problems if user encode / decode on his side)
- List of topics available for consumer and producer too
- Remove remove_zero_bytes from _decode_data, if needed user should this by themselves
New features:
- Tags + releases of this lib will be same as in confluent-kafka repository + with related bugfixes/features e.g. 1.3.0 == 1.3.0
- new bugfixes and features will be defined after '-' e.g. 1.3.0-1, 1.3.0-2....
- new methods included see documentation at https://robooo.github.io/robotframework-ConfluentKafkaLibrary/