Releases: deviceinsight/kafkactl
Releases · deviceinsight/kafkactl
v3.0.1
v3.0.0
Changelog
- 105b481 align action with build action of goreleaser itself
- ebea5a8 snapcraft login no longer needed (samuelmeuli/action-snapcraft#36)
- 335a93c releases 3.0.0
- 7d27df1 Merge pull request #136 from deviceinsight/feature/avro_standard_json
- fb87769 make avro json codec configurable (fixes #123)
- eddc3ee update manual release instructions
v2.5.0
Changelog
- d09e25e releases 2.5.0
- 955ef2d Merge pull request #134 from xakep666/feature/clone
- 3513cf8 fix typo
- 5f25240 refactor consumers in consumer-group-offset-operation
- d2aea7f Add clone operations, print topic config in json/yaml format with
-c
flag - 6c2907a add integration tests for replication factor in get topics
- 7bd834a Update CHANGELOG.md
- 46d6cf5 Add replication factor to 'get topics'. Close #105
- 94db541 Use go 1.19 to close #108
v2.4.0
Changelog
- 2d7d83f releases 2.4.0
- bc47be6 Merge pull request #130 from xakep666/feature/protobuf
- 9688332 allow producing messages where only key is protobuf encoded
- a4b812c Update CHANGELOG.md
- 62ec71a Correctly handle tombstone record if protobuf encoding used
- ed2233e Fix protobuf warning reporter
- 384377b Allow to specify only
--proto-file
without--proto-import-path
for existing files for better UX
v2.3.0
Changelog
- 7dc2820 releases 2.3.0
- 5914f0d Merge pull request #128 from sunshine69/allow-reset-consumergroup-for-all-topics
- 687336e fix changelog
- 86f4e61 create/reset consumerGroup for multiple topics at once
- e2a236d Allow the topic list being read from a text file
- 790d600 Update README, add example command line
- b1bf372 Update changelog file
- 427db57 reset consumer-group offset - allow processing in parallel
- ee7fbf7 allow-reset-consumergroup-for-all-topics
- 3243152 releases
- 9d71ce1 add testing hint to pull request template
- 865c362 add first chapter for contribution guidelines
v2.2.1
v2.2.0
v2.1.0
Changelog
- d447366 releases 2.1.0
- 3ea23e8 releases v2.1.0
- c334b89 Merge pull request #117 from deviceinsight/feature/private-registry
- c997121 Merge pull request #113 from Am3o/master
- 91f33bd update zsh docs
- 53a51e9 fix linter errors
- 31a32f5 add config options to run in kubernetes with a private registry (fixes #116)
- 6ac3e18 extend the documentation of the command completion of zsh
v2.0.1
v2.0.0
Changelog
- 2892da9 releases 2.0.0
- 59bb09a name kafkactl pod based on clientID
- b6f1233 fix error handling for describe topic command
- 1f3e7ba update branch master to main
- ad361d1 Merge pull request #114 from deviceinsight/feature/refactor_producer_configs
- 536318e make maxMessageBytes configurable (fixes #112)
- bf7ba2b refactor producer configs
- b4fe634 update indirect dependencies
- b580089 only check memberAssignment of stable groups (fixes #109)
- 504d82a make requestTimeout configurable via env