Skip to content

Releases: confluentinc/cli

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

v3.30.1

31 Aug 22:52
aabb821
Compare
Choose a tag to compare

Bug Fixes

  • Resolve an issue in confluent kafka link delete preventing users from deleting certain cluster links
  • Fix alignment of numeric values in output for all create, describe, and update commands

v3.30.0

25 Aug 01:09
d81d815
Compare
Choose a tag to compare

New Features

  • Add support for multiple arguments to delete commands

Bug Fixes

  • Resolve a panic in confluent iam rbac role-binding list
  • After session has timed out, correctly refresh credentials with environment variables or credentials saved with confluent login --save

v3.29.0

17 Aug 22:44
bdc2cba
Compare
Choose a tag to compare

New Features

  • Add --all to confluent kafka acl list to include deleted ACLs whose principals are integer IDs
  • Add confluent configuration commands for configuration file management
  • Add confluent schema-registry config delete command

Bug Fixes

  • Fix a flaky panic that occurred when pressing Ctrl-C in confluent kafka topic produce
  • Fix a panic that occurred when /dev/tty was inaccessible in confluent flink shell

v3.28.0

12 Aug 00:51
2829e46
Compare
Choose a tag to compare

New Features

  • confluent local services commands were dropped from v3.16.0 to v3.26.0, but are back as of v3.27.0 and will be supported until the next major version release (v4.0.0). These will be replaced by faster comparable commands with the syntax confluent local <name-of-service>. The first of these, confluent local kafka, is already present in the CLI.
  • Add support for both strings and files for the --config flag, in all relevant confluent kafka and confluent schema-registry commands
  • Support --key-format integer and --value-format integer in confluent kafka topic produce and confluent kafka topic consume

Bug Fixes

  • Resolve a panic that can happen when exiting confluent kafka topic produce with Ctrl-C on Windows
  • confluent kafka topic consume --group will start consuming from the offset that it exited with last time
  • Prevent errors for certain statuses in confluent kafka mirror describe and confluent kafka mirror list

v3.27.0

08 Aug 00:06
988b42d
Compare
Choose a tag to compare

New Features

  • Support --protocol PLAINTEXT in confluent kafka topic consume
  • Enable Schema Registry to be used without authentication on-premises, for the purpose of demos

Bug Fixes

  • Fix authentication issue in confluent kafka topic [produce | consume] on Windows
  • Fix panic in confluent api-key store --resource
  • Prevent "flag accessed but not defined" error in confluent schema-registry commands