Skip to content

Releases: robooo/robotframework-ConfluentKafkaLibrary

v1.8.2-1

06 Feb 19:34
Compare
Choose a tag to compare
  • Support confluent-kafka v1.8.2
  • New functionality for AdminClient
    • list_topics() and list_group() added
  • Add Store Offsets keyword
  • Minor fixes

v1.7.0-1

08 Nov 16:40
Compare
Choose a tag to compare
  • AdminClient support implemented #22
  • Add test_oauth example
  • Removal of closed consumer from dict
  • Get All Consumers keyword added
  • Minor fixes

v1.7.0

27 Oct 20:18
Compare
Choose a tag to compare
  • Support confluent-kafka v1.7.0
  • New keyword "Get All Consumer"
  • example how to handle oauth

Fixes:

  • closed consumer is now removed from consumers dictionary
  • better wait for services startup at testing

v1.6.1

19 Sep 17:44
c975cac
Compare
Choose a tag to compare
  • Support confluent-kafka v1.6.1

v1.6.0

18 Sep 21:11
Compare
Choose a tag to compare
  • Support confluent-kafka v1.6.0
    • Added Purge keyword

Fixes:

  • Removed deprecated arguments
  • Tests updated

Devops part:

  • Github actions are now used for build, test and publish. ( travis.ci removed)

v1.5.0

01 Sep 17:07
4ffd84e
Compare
Choose a tag to compare

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

11 Apr 16:29
f6ff2a3
Compare
Choose a tag to compare

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/