Skip to content

Releases: confluentinc/cli

v3.38.0

12 Oct 22:46
15cfc2d
Compare
Choose a tag to compare

New Features

  • Add --print-offset to confluent kafka topic consume for printing the partition number and offset of each message

v3.37.0

05 Oct 23:21
db23990
Compare
Choose a tag to compare

New Features

  • Optionally enable text highlighting with confluent configuration update enable_color true
  • Improve confluent asyncapi import output
  • Improve confluent kafka topic describe output for Confluent Platform

Bug Fixes

  • Resolve an issue causing confluent kafka topic produce to fail when using schema-based key formats with some delimiter choices

v3.36.0

28 Sep 23:10
1761a2a
Compare
Choose a tag to compare

New Features

  • Add confluent kafka consumer group lag commands

v3.35.0

26 Sep 00:23
ce7daf4
Compare
Choose a tag to compare

New Features

  • Add confluent kafka consumer group describe
  • Add confluent kafka consumer group list
  • Add confluent kafka consumer list

Bug Fixes

  • Correctly format timestamps in YAML output

v3.34.1

23 Sep 15:23
817d0e4
Compare
Choose a tag to compare

Bug Fixes

  • Fix an issue in confluent kafka topic produce that could prevent users from using schema formats for both --key-format and --value-format at the same time

v3.34.0

21 Sep 23:15
dccf615
Compare
Choose a tag to compare

New Features

  • If available, display RBAC role binding ID in confluent iam rbac role-binding commands
  • Add confluent kafka partition describe and confluent kafka partition list cloud commands

Bug Fixes

  • Add the missing --output flag to confluent kafka link describe and remove the unused --force flag
  • Verify Java version at the beginning when running confluent local services start

v3.33.0

14 Sep 22:47
53da89b
Compare
Choose a tag to compare

New Features

  • Added confluent connect custom-plugin commands

Bug Fixes

  • Fix a bug in context decryption after running confluent context update --name
  • Fix a bug where custom connectors no longer require "connector.class" in confluent connect cluster create
  • Fix a panic that occurs when using confluent kafka topic consume --key-format with a schema-based key format

v3.32.1

08 Sep 18:42
9a2f2fe
Compare
Choose a tag to compare

Bug Fixes

  • Fix a bug causing panic when running confluent local kafka topic produce --parse-key

v3.32.0

08 Sep 00:19
7d632c4
Compare
Choose a tag to compare

New Features

  • Add --jit-enabled to allow customer to toggle the JUST-IN-TIME for SSO enabled organization
  • Add --brokers flag in confluent local kafka start to allow starting a multi-broker Confluent Local instance
  • Add confluent local kafka broker command
  • Add confluent local kafka cluster configuration command

Bug Fixes

  • Fix a bug in confluent iam user invitation list where only the first 100 results were listed
  • Fix an issue causing confluent kafka topic consume to deserialize integers to incorrect values when using --key-format integer or value-format integer
  • Resolve a panic that could occur in confluent kafka topic consume when using --key-format integer and --print-key
  • --parse-key must now be specified when using confluent kafka topic produce --key-format

v3.31.0

05 Sep 23:05
796be57
Compare
Choose a tag to compare

New Features

  • Add confluent iam service-account use and confluent iam service-account unset

Bug Fixes

  • Fix an incorrect URL causing confluent plugin search and confluent plugin install to fail