Skip to content

Releases: confluentinc/cli

v3.48.1

25 Jan 23:52
e86e352
Compare
Choose a tag to compare

Bug Fixes

  • Fix panic in confluent kafka topic consume --key-format double when consuming a message with an integer key

v3.48.0

18 Jan 23:59
8bc90c7
Compare
Choose a tag to compare

New Features

  • Add confluent kafka link task list for listing cluster link task information for Confluent Cloud and on-premises
  • Add confluent kafka mirror state-transition-error list for listing cluster linking mirror state transition errors
  • Add --governance-package flag to confluent environment create and confluent environment update
  • Add "Stream Governance Package" field to confluent environment commands
  • Add --output flag to confluent secret file rotate and confluent secret master-key generate

v3.47.0

12 Jan 01:20
6a1625d
Compare
Choose a tag to compare

New Features

  • Use service account resource IDs instead of integer IDs in confluent ksql cluster configure-acls
  • Added confluent schema-registry dek commands for Schema Registry Data Encryption Key (DEK) management
  • Added confluent schema-registry kek commands for Schema Registry Key Encryption Key (KEK) management
  • Autocomplete confluent ksql cluster create --credential-identity
  • Add --context and --output to confluent connect custom-plugin create
  • [Early Access] Add statement name to title of interactive results view in confluent flink shell

Bug Fixes

  • Fix "no such file or directory" error when running a serialized consumer before producer

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