Skip to content

Releases: segmentio/topicctl

v1.11.0

16 Oct 14:44
8231733
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.10.3...v1.11.0

v1.10.3

16 Oct 13:15
410aed6
Compare
Choose a tag to compare

topicctl get partitions now (commit: #155)

  • Works for single/multiple topics
  • Displays the under-replicated and offline partitions
  • --summary Flag for consolidated information

v1.10.2

26 Sep 14:56
0075b97
Compare
Choose a tag to compare
  • Create separate subcommands for topicctl get. This adds help text for each subcommand and improves the experience of using them.

v1.10.1

13 Jul 18:19
d1378c0
Compare
Choose a tag to compare
  • New action "topicctl rebalance" #142

v1.10.0

11 Jul 15:29
7002830
Compare
Choose a tag to compare
  • Extend the reset offsets command to allow for resetting multiple partitions at once #146
  • Improve cross-rack replication checks #140

v1.9.1

17 Apr 16:39
aec4e64
Compare
Choose a tag to compare

This release refines output from the "apply --rebalance" function

v1.9.0

28 Mar 04:59
df50bbb
Compare
Choose a tag to compare
  • 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

24 Mar 19:32
0f3b45c
Compare
Choose a tag to compare
  • 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

09 Nov 02:05
6f08dba
Compare
Choose a tag to compare
  • 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

27 Sep 20:43
9245239
Compare
Choose a tag to compare
  • add command line flag --auto-continue-rebalance to skip prompts each "round" of rebalancing action
  • various library updates