0.1.1
This release completes features for Kafka 2.6.0, adds some helpful flags to various commands and configuration options, adds ascii number parsing for producing messages, and brings in a few minor bug fixes from the kafka-go library.
Significant commits copied directly from the CHANGELOG:
- f05d384b6: add
admin {describe,alter}-client-quotas
- 48dc25f04: adds short flag for
--format
inkcl group list
- 5392b0f05: adds
--with-types
and--with-docs
flags tokcl configs describe
- 5b516e8b5: adds 2.6.0 to
kcl misc probe-version
- 9cc5fc0a1: tls configuration: allow min version, cipher suites, curves
- e19b21485: fix probe-versions for old kafka's
- 5b877591d: add
KCL_CONFIG_{DIR,FILE,PATH}
- 4c5af690b: add ascii number parsing for reading messages
Minor other changes (formatting, documentation, kafka-go bumps).