Releases: confluentinc/cli
Releases · confluentinc/cli
v3.34.0
New Features
- If available, display RBAC role binding ID in
confluent iam rbac role-binding
commands - Add
confluent kafka partition describe
andconfluent kafka partition list
cloud commands
Bug Fixes
- Add the missing
--output
flag toconfluent kafka link describe
and remove the unused--force
flag - Verify Java version at the beginning when running
confluent local services start
v3.33.0
New Features
- Added
confluent connect custom-plugin
commands
Bug Fixes
- Fix a bug in context decryption after running
confluent context update --name
- Fix a bug where custom connectors no longer require "connector.class" in
confluent connect cluster create
- Fix a panic that occurs when using
confluent kafka topic consume --key-format
with a schema-based key format
v3.32.1
v3.32.0
New Features
- Add
--jit-enabled
to allow customer to toggle the JUST-IN-TIME for SSO enabled organization - Add
--brokers
flag inconfluent local kafka start
to allow starting a multi-broker Confluent Local instance - Add
confluent local kafka broker
command - Add
confluent local kafka cluster configuration
command
Bug Fixes
- Fix a bug in
confluent iam user invitation list
where only the first 100 results were listed - Fix an issue causing
confluent kafka topic consume
to deserialize integers to incorrect values when using--key-format integer
orvalue-format integer
- Resolve a panic that could occur in
confluent kafka topic consume
when using--key-format integer
and--print-key
--parse-key
must now be specified when usingconfluent kafka topic produce --key-format
v3.31.0
v3.30.1
v3.30.0
New Features
- Add support for multiple arguments to
delete
commands
Bug Fixes
- Resolve a panic in
confluent iam rbac role-binding list
- After session has timed out, correctly refresh credentials with environment variables or credentials saved with
confluent login --save
v3.29.0
New Features
- Add
--all
toconfluent kafka acl list
to include deleted ACLs whose principals are integer IDs - Add
confluent configuration
commands for configuration file management - Add
confluent schema-registry config delete
command
Bug Fixes
- Fix a flaky panic that occurred when pressing Ctrl-C in
confluent kafka topic produce
- Fix a panic that occurred when
/dev/tty
was inaccessible inconfluent flink shell
v3.28.0
New Features
confluent local services
commands were dropped from v3.16.0 to v3.26.0, but are back as of v3.27.0 and will be supported until the next major version release (v4.0.0). These will be replaced by faster comparable commands with the syntaxconfluent local <name-of-service>
. The first of these,confluent local kafka
, is already present in the CLI.- Add support for both strings and files for the
--config
flag, in all relevantconfluent kafka
andconfluent schema-registry
commands - Support
--key-format integer
and--value-format integer
inconfluent kafka topic produce
andconfluent kafka topic consume
Bug Fixes
- Resolve a panic that can happen when exiting
confluent kafka topic produce
with Ctrl-C on Windows confluent kafka topic consume --group
will start consuming from the offset that it exited with last time- Prevent errors for certain statuses in
confluent kafka mirror describe
andconfluent kafka mirror list
v3.27.0
New Features
- Support
--protocol PLAINTEXT
inconfluent kafka topic consume
- Enable Schema Registry to be used without authentication on-premises, for the purpose of demos
Bug Fixes
- Fix authentication issue in
confluent kafka topic [produce | consume]
on Windows - Fix panic in
confluent api-key store --resource
- Prevent "flag accessed but not defined" error in
confluent schema-registry
commands