Skip to content

Releases: confluentinc/cli

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

v3.26.0

03 Aug 23:19
518e9c2
Compare
Choose a tag to compare

New Features

  • Add --key-format, --key-schema, and --key-references to kafka topic produce
  • Add --key-format to kafka topic consume
  • Suggest updating with brew upgrade if installed with Homebrew

v3.25.1

01 Aug 01:49
b191035
Compare
Choose a tag to compare

Bug Fixes

  • Improve the output formatting of confluent schema-registry subject update --mode

v3.25.0

27 Jul 21:49
74dcd8a
Compare
Choose a tag to compare

New Features

  • Add confluent feedback for user-submitted feedback
  • When authenticated with Confluent Cloud, no longer require an API key for Schema Registry operations
  • Add confluent kafka cluster configuration commands for managing dedicated cluster configurations

Bug Fixes

  • Correctly display Confluent Platform mirror topics in confluent kafka link list --include-topics
  • Fix confluent asyncapi import and confluent asyncapi export to follow AsyncAPI documentation for Kafka channel bindings, with explicit fields for bindingVersion, partitions, and topicConfiguration
  • Improve error message when no API secret is provided to confluent kafka client-config create