Releases: confluentinc/cli
Releases · confluentinc/cli
v3.30.0
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
New Features
- Add
--all
toconfluent 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 inconfluent flink shell
v3.28.0
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 syntaxconfluent 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 relevantconfluent kafka
andconfluent schema-registry
commands - Support
--key-format integer
and--value-format integer
inconfluent kafka topic produce
andconfluent 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
andconfluent kafka mirror list
v3.27.0
New Features
- Support
--protocol PLAINTEXT
inconfluent 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
v3.25.1
v3.25.0
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
andconfluent asyncapi export
to follow AsyncAPI documentation for Kafka channel bindings, with explicit fields forbindingVersion
,partitions
, andtopicConfiguration
- Improve error message when no API secret is provided to
confluent kafka client-config create
v3.24.0
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
andconfluent kafka topic consume
- List and install plugins from the official Confluent CLI plugin repository with
confluent plugin search
andconfluent plugin install
Bug Fixes
- Fix autocompletion of
--availability
and--type
flags inconfluent kafka cluster create
v3.23.0
v3.22.0
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 toconfluent 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