Skip to content

Releases: robooo/robotframework-ConfluentKafkaLibrary

2.4.0-1

02 Jun 06:13
6c983b5

Choose a tag to compare

What's Changed

v2.3.0-1

20 Apr 20:50
22403f6

Choose a tag to compare

  • Update version to 2.3.0
  • Describe Topics and Describe Cluster keywords added
  • fixed [avro] extra packages to install correct avro and deprecated python3-avro moved to [legacyavro]

v2.2.0-1

13 Apr 19:52
19d4521

Choose a tag to compare

  • Update to 2.2.0 client
  • Updated package versions in action workflows

v2.1.1-1

10 Apr 19:32
85963e0

Choose a tag to compare

  • #16 Breaking change in install! Now library dependencies are divided into extra packages install
  • Update to 2.1.0 skipped due to error in linux github actions build

v2.0.2-4

04 Apr 22:05
429cb98

Choose a tag to compare

  • Bugfix of #41
    • now threaded consumers supports all consumer functions

v2.0.2-3

21 Jan 20:11
65902ca

Choose a tag to compare

  • Bugfix of #39

v2.0.2-2

23 May 21:30
05ebede

Choose a tag to compare

  • 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

24 Apr 19:03
0ddbba7

Choose a tag to compare

v1.9.0-1

30 Jun 14:59

Choose a tag to compare

  • Support confluent-kafka v1.9.0
  • LICENSE added

v1.8.2-1

06 Feb 19:34

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