Releases: segmentio/topicctl
Releases · segmentio/topicctl
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)
v1.6.1
v1.5.0
v1.4.0
v1.3.2-2
v1.3.2
v1.3.1
Upgrade golang x crypto (#59)