Releases: confluentinc/cli
Releases · confluentinc/cli
v3.46.0
v3.45.0
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
inconfluent flink shell
to trigger statement submission without needing to suffix the statement with a semicolon - [Early Access] Support
Alt + Backspace
inconfluent flink shell
to delete the previous word - Add
confluent network
commands for managing networking resources in Confluent Cloud - Add the
--network
flag toconfluent kafka cluster create
,confluent kafka cluster describe
, andconfluent kafka cluster list
commands
Bug Fixes
- Fix panic in
confluent schema-registry schema describe
v3.44.0
v3.43.0
New Features
- Add GCP support in
confluent byok
commands for customer-managed keys in Confluent Cloud - Removed
--encryption-key
inconfluent 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
andconfluent iam ip-filter
commands
Bug Fixes
- Fixed a panic in
confluent kafka topic consume
when user is not logged in
v3.42.0
New Features
- Display replication factor and partition count in
confluent kafka topic list
- Users can run
confluent kafka topic produce
andconfluent 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
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