Skip to content

Releases: confluentinc/cli

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

v3.24.0

21 Jul 19:01
db001cc
Compare
Choose a tag to compare

New Features

  • Allow changing default port numbers in confluent local kafka start with the --kafka-rest-port and --plaintext-port flags
  • Print progress while downloading Docker image in confluent local kafka start
  • Print the ports that Confluent Local is using when running confluent local kafka start
  • Autocomplete flags in confluent kafka client-config create commands
  • Add autocompletion to confluent kafka topic produce and confluent kafka topic consume
  • List and install plugins from the official Confluent CLI plugin repository with confluent plugin search and confluent plugin install

Bug Fixes

  • Fix autocompletion of --availability and --type flags in confluent kafka cluster create

v3.23.0

15 Jul 01:20
a50c941
Compare
Choose a tag to compare

New Features

  • Add a suggestion to use confluent kafka cluster when users run the on-premises confluent cluster command while logged in to Confluent Cloud
  • Support passing schema IDs to the --schema flag in confluent kafka topic produce

v3.22.0

14 Jul 01:22
14f2dd0
Compare
Choose a tag to compare

New Features

  • Improve the error message when a user runs an on-premises command while logged into Confluent Cloud
  • Bidirectional link support for confluent kafka link
  • No longer require passing the --resource flag to confluent api-key use

Bug Fixes

  • Prevent a panic when passing a non-existent Kafka cluster to confluent api-key store --resource
  • Fix "type" output in confluent schema-registry schema describe and properly format Avro schemas
  • Print an error message when confluent local kafka start is run from an AMD64 binary on an ARM64 machine