Skip to content

Releases: confluentinc/cli

v3.46.0

05 Jan 00:23
0f067f2
Compare
Choose a tag to compare

New Features

  • Add confluent kafka mirror reverse-and-start
  • Add confluent kafka mirror reverse-and-pause

v3.45.0

16 Dec 02:10
f1d520c
Compare
Choose a tag to compare

New Features

  • [Early Access] Create Flink API keys with confluent api-key create --resource flink --cloud <cloud> --region <region>
  • [Early Access] Full Flink SQL autocomplete for confluent flink shell
  • [Early Access] Add "Environment" field to the output of the confluent flink compute-pool commands
  • [Early Access] Support Alt + Enter in confluent flink shell to trigger statement submission without needing to suffix the statement with a semicolon
  • [Early Access] Support Alt + Backspace in confluent flink shell to delete the previous word
  • Add confluent network commands for managing networking resources in Confluent Cloud
  • Add the --network flag to confluent kafka cluster create, confluent kafka cluster describe, and confluent kafka cluster list commands

Bug Fixes

  • Fix panic in confluent schema-registry schema describe

v3.44.0

06 Dec 21:04
065ace2
Compare
Choose a tag to compare

New Features

  • [Early Access] Add "Cloud" to the output of the confluent flink compute-pool commands

Bug Fixes

  • Fix a 401 Unauthorized bug for Confluent Platform confluent schema-registry commands
  • Fix "REQUIRED" annotations and logic in confluent shell

v3.43.0

04 Dec 20:19
3c2be7f
Compare
Choose a tag to compare

New Features

  • Add GCP support in confluent byok commands for customer-managed keys in Confluent Cloud
  • Removed --encryption-key in confluent kafka cluster create in favor of the --byok flag, which can be used to pass the ID of a customer-managed key when creating BYOK Kafka clusters in Confluent Cloud
  • [Limited Availability] Added confluent iam ip-group and confluent iam ip-filter commands

Bug Fixes

  • Fixed a panic in confluent kafka topic consume when user is not logged in

v3.42.0

16 Nov 20:27
41bf3c3
Compare
Choose a tag to compare

New Features

  • Display replication factor and partition count in confluent kafka topic list
  • Users can run confluent kafka topic produce and confluent kafka topic consume when not logged in to Confluent Cloud by passing in --bootstrap, --api-key and --api-secret

Bug Fixes

  • Fix panic in confluent kafka topic produce

v3.41.0

09 Nov 22:59
82cc2ba
Compare
Choose a tag to compare

New Features

  • Multiline support for confluent feedback

Bug Fixes

  • Resolved the "no such host" error when running confluent local kafka start with the latest version of Docker
  • Fix panic during HTTP retry

v3.40.0

02 Nov 23:38
299e722
Compare
Choose a tag to compare

New Features

  • Support --value-format double in confluent kafka topic produce and confluent kafka topic consume

Bug Fixes

  • Refresh authentication token on HTTP retry, if needed

v3.39.1

26 Oct 21:11
286f864
Compare
Choose a tag to compare

Bug Fixes

  • In on-premises confluent kafka topic produce, the --ca-location flag is no longer required

v3.39.0

19 Oct 20:45
c26e2fe
Compare
Choose a tag to compare

New Features

  • General updates and improvements

v3.38.0

12 Oct 22:46
15cfc2d
Compare
Choose a tag to compare

New Features

  • Add --print-offset to confluent kafka topic consume for printing the partition number and offset of each message