Releases: confluentinc/cli
Releases · confluentinc/cli
v3.37.0
New Features
- Optionally enable text highlighting with
confluent configuration update enable_color true
- Improve
confluent asyncapi import
output - Improve
confluent kafka topic describe
output for Confluent Platform
Bug Fixes
- Resolve an issue causing
confluent kafka topic produce
to fail when using schema-based key formats with some delimiter choices
v3.36.0
New Features
- Add
confluent kafka consumer group lag
commands
v3.35.0
New Features
- Add
confluent kafka consumer group describe
- Add
confluent kafka consumer group list
- Add
confluent kafka consumer list
Bug Fixes
- Correctly format timestamps in YAML output
v3.34.1
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