Skip to content

Releases: confluentinc/cli

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

v3.21.0

07 Jul 00:32
3e4dca0
Compare
Choose a tag to compare

New Features

  • Add confluent pipeline create --use-schema-registry, and by default do not add Schema Registry to pipelines

Bug Fixes

  • Fix misleading error messages in confluent kafka topic consume

v3.20.0

30 Jun 01:52
f31aec5
Compare
Choose a tag to compare

New Features

  • Autocompletion for confluent api-key create --resource
  • Add confluent kafka link describe

Bug Fixes

  • Fixes the 404 error when creating a role binding attached to an identity pool

v3.19.0

23 Jun 18:35
d4ef602
Compare
Choose a tag to compare

New Features

  • Encrypt API key pair in context credentials

Bug Fixes

  • Fix permission issue while running confluent update in Docker image

v3.18.0

15 Jun 20:45
cc6a01b
Compare
Choose a tag to compare

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

08 Jun 19:06
dedb472
Compare
Choose a tag to compare

New Features

  • Add confluent billing cost list

Bug Fixes

  • Fix confluent update checksum validation for Alpine Linux

v3.16.0

03 Jun 00:11
478c16a
Compare
Choose a tag to compare

New Features

  • Added new Docker-based confluent local commands for improved local testing of Confluent Platform

Bug Fixes

  • Removed unused --output flag in confluent kafka topic consume