Releases: segmentio/topicctl
Releases · segmentio/topicctl
v1.5.0
v1.4.0
v1.3.2-2
v1.3.2
v1.3.1
Upgrade golang x crypto (#59)
v1.3.0
Support AWS MSK IAM (#57) * Update modules * Fill out MSK SASL support * Fix lint errors * Make config parsing strict * Update README * Remove unnecessary import * Remove unnecessary log message * Update config * Fix config * Update tests * Update directories * Update README * Bump version
v1.2.0
Fix cluster config environment interaction (#55) * Fix errors * Fix version * Don't check SASL mechanism if running from cluster config * Update README * Update README * Fix README * Fix README * Update go version to 1.17 * Fix README * Bump version
v1.1.1
Fix missing CertPath in TLSConfig in cluster.go (#49) It looks like `CertPath` has been omitted from the TLS configuration when creating a broker connection. When using client authentication with `topicctl bootstrap`, this is resulting in the following error: ``` ./topicctl --cluster-config=kafka.yml bootstrap ... ERROR local error: tls: unexpected message ```
v1.1.0
Support expanding cluster and topic yaml config files with the system…
v1.0.0
Support broker-API-only access to Kafka clusters as well as TLS and SASL authentication.