Releases: segmentio/topicctl
Releases · segmentio/topicctl
v1.11.0
What's Changed
- stop flaky test failures by @petedannemann in #159
- Get acls subcommand by @petedannemann in #150
- get users subcommand by @petedannemann in #153
- bump kafka-go to 0.4.44 and bump version to 1.11.0 by @petedannemann in #161
Full Changelog: v1.10.3...v1.11.0
v1.10.3
v1.10.2
- Create separate subcommands for
topicctl get
. This adds help text for each subcommand and improves the experience of using them.
v1.10.1
v1.10.0
v1.9.1
v1.9.0
- Add flags
--to-earliest
and--to-latest
to support resetting consumer group offsets to earliest and latest offsets of partitions. - Add support to show topics the group is consuming from in get groups.
v1.8.1
- topicctl CI was migrated from CircleCI to GitHub Actions
- Dependencies upgraded
- github.com/aws/aws-sdk-go v1.44.106 -> github.com/aws/aws-sdk-go v1.44.208
- golang.org/x/sys v0.0.0-20220804214406-8e32c043e418 -> golang.org/x/sys v0.1.0
- golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 -> golang.org/x/term v0.1.0
- golang.org/x/text v0.3.8 -> golang.org/x/text v0.4.0 - altertopicpartitions error handler added
- Validation of MSK tiered storage settings enabled
v1.7.0
- Update dependency (golang.org/x/text for CVE-2022-32149)
- Add headers output to the
tail
function (see--headers
flag to toggle) - Add support for arbitrary metadata "labels" in topic definition files
- Fix error handling for certain types of kafka errors (thanks @pecigonzalo)