Releases: confluentinc/cli
Releases · confluentinc/cli
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
v3.21.0
v3.20.0
v3.19.0
v3.18.0
New Features
- Add
confluent connect plugin install
command to install Connect plugins for Confluent Platform - Support calling
confluent environment describe
without arguments - Autocomplete arguments in
confluent service-quota list
Bug Fixes
- Prevent panic while retrieving Schema Registry cluster information
v3.17.0
New Features
- Add
confluent billing cost list
Bug Fixes
- Fix
confluent update
checksum validation for Alpine Linux