Releases: birdayz/kaf
v0.1.46
v0.1.45
Changelog
b43ca42 Adding support to produce avro encoded messages
12d7ca1 Bump github.com/Shopify/sarama from 1.30.1 to 1.31.1
9d82c90 Bump github.com/Shopify/sarama from 1.31.1 to 1.32.0
857b82f Bump github.com/jhump/protoreflect from 1.10.1 to 1.10.2
c765a61 Bump github.com/jhump/protoreflect from 1.10.2 to 1.10.3
e6471bc Bump github.com/jhump/protoreflect from 1.10.3 to 1.11.0
dedff09 Bump github.com/jhump/protoreflect from 1.11.0 to 1.12.0
cb83fb4 Bump github.com/jhump/protoreflect from 1.9.0 to 1.10.1
5b43f97 Bump github.com/magiconair/properties from 1.8.5 to 1.8.6
b5d92a2 Bump github.com/manifoldco/promptui from 0.3.2 to 0.9.0
30d7a1c Bump github.com/mattn/go-colorable from 0.1.2 to 0.1.12
e7d63c5 Bump github.com/spf13/cobra from 1.3.0 to 1.4.0
79cb79d Bump github.com/stretchr/testify from 1.6.1 to 1.7.0
439c8d0 Bump github.com/stretchr/testify from 1.7.0 to 1.7.1
b68dc70 Bump github.com/vmihailenco/msgpack/v5 from 5.3.1 to 5.3.5
64bfa7f Create dependabot.yml
d1d5972 Merge branch 'master' of github.com:birdayz/kaf
eed04e3 Merge pull request #171 from birdayz/dependabot/go_modules/github.com/mattn/go-colorable-0.1.12
c7b3f9f Merge pull request #172 from birdayz/dependabot/go_modules/github.com/stretchr/testify-1.7.0
e5dc5be Merge pull request #173 from birdayz/dependabot/go_modules/github.com/manifoldco/promptui-0.9.0
434ddd1 Merge pull request #174 from birdayz/dependabot/go_modules/github.com/jhump/protoreflect-1.10.1
0f705a9 Merge pull request #175 from birdayz/dependabot/go_modules/github.com/vmihailenco/msgpack/v5-5.3.5
d658be3 Merge pull request #178 from birdayz/dependabot/go_modules/github.com/Shopify/sarama-1.31.1
a651d63 Merge pull request #179 from birdayz/dependabot/go_modules/github.com/jhump/protoreflect-1.10.2
ea0ca8c Merge pull request #180 from birdayz/dependabot/go_modules/github.com/jhump/protoreflect-1.10.3
0e7d224 Merge pull request #182 from birdayz/dependabot/go_modules/github.com/jhump/protoreflect-1.11.0
2c04bf6 Merge pull request #183 from birdayz/dependabot/go_modules/github.com/jhump/protoreflect-1.12.0
70faace Merge pull request #184 from birdayz/dependabot/go_modules/github.com/magiconair/properties-1.8.6
6449bfd Merge pull request #185 from jackcipher/master
e5dff1d Merge pull request #186 from birdayz/dependabot/go_modules/github.com/Shopify/sarama-1.32.0
4fef082 Merge pull request #187 from birdayz/dependabot/go_modules/github.com/spf13/cobra-1.4.0
f1ecae9 Merge pull request #189 from birdayz/dependabot/go_modules/github.com/stretchr/testify-1.7.1
2abe93c Merge pull request #192 from fabiojmendes/master
caf619b add --raw-key flag
4761f4f add ls for select-cluster alias
2e2d87e avro encoded messages - code review feedback
d93f207 support selection for current cluster && ls alias
f3f225f update godownloader
130a77f upgrade cobra
1a6a025 upgrade containerd
9ec725d upgrade containerd
f9b98fd upgrade deps, remove dep on kafkautil
c7e76a1 upgrade gnomock
8e2ad02 upgrade x/net
3ff7362 use new xdg-go repo
v0.1.44
v0.1.43
v0.1.42
Changelog
ec6bdb4 #158 Add version to cobra root command. Automatically replaced at release.
f1a4c11 #158 Update README to include version operation
b88a618 Merge pull request #161 from brownds14/consume-changes
2781e6f Merge pull request #164 from AlmogBaku/patch-1
8f463c4 Merge pull request #165 from AlmogBaku/patch-2
931fafa Merge pull request #167 from mxcoder/issue-158--show-version
6d6dced README: Installing binaries with go get
is deprecated
19124f5 Update additional consume functionality
122532f fixing #164: wrong command
v0.1.41
Changelog
4589308 Merge pull request #154 from znly/cmc/parallel_group_commits
d878e0a Merge pull request #157 from aliellis/only-allow-group-commit-on-empty-consumergroups
79af9b5 Merge pull request #159 from aliellis/feat-support-optional-proto3
c84e8c6 Merge pull request #160 from luisfmelo/bump-protobuf-dependency
b1fa58f add example commit cmd to readme
4354146 bulp github.com/golang/protobuf dependency v1.4.2 -> v1.5.2
a7b7ba2 feat: bump protoreflect to support optional fields in proto3
e9ffb2f kaf/group/commit: parallelize partition offsets computation
5704df1 remove vendor, upgrade to go 1.16
ec69673 restrict commit cmd to only run for consumer groups with no active consumers
e82bef5 set static container name for testing so if containers are not stopped correctly, we dont get ports clashing
v0.1.40
Changelog
dd3b378 Add static token support for OUATH
366ae59 Added OAUTHBEARER for kafka
7c1805f Copied out cheat-sheet commands from main README gif into examples/README.md
34ae334 Fix typo in README.
e604b3e Merge pull request #126 from huangnauh/completion/powershell
5e22320 Merge pull request #133 from huangnauh/master
af602d9 Merge pull request #135 from huangnauh/master
e4e9437 Merge pull request #136 from huangnauh/feature/group_peek
420f2e6 Merge pull request #137 from huangnauh/feature/produce_input
dd4a514 Merge pull request #138 from huangnauh/feature/consume_limit
6cf5e5c Merge pull request #140 from huangnauh/master
0011122 Merge pull request #144 from sdenham/gif-examples-in-md
67b66ea Merge pull request #146 from flyingcougar/ouathbearer
174783c Merge pull request #147 from basilboli/patch-2
e60a1cc Merge pull request #148 from flyingcougar/just_token
aa3d781 Merge pull request #149 from Achillesxu/feature/kaf_node_add_controler_info
2103e31 Merge pull request #150 from AyumuKasuga/patch-1
8020791 Merge pull request #152 from joeirimpan/feat/msgp
ab6e285 Merge pull request #74 from SteveRuble/show-sums
f21ebe0 README
9363614 Rename secret to clientSecret
7adbbae Revert "Copied out cheat-sheet commands from main README gif into examples/README.md"
22e6601 Typed out Usage examples from gif in main README
6355c7f add AUR install instructions
3de9dea add AUR link
71aa856 change
bf4094d code review
1b61857 code review
fff3f1a completion for others
239cd28 config topic group completions
7b53450 consume: allow number for offset
2d34918 consume: if using consumer group, honor --offset as initial offset
61ea670 default byline
6d70de2 feat(group): add sum to describe
c0465dd feat(topic): add sum row to describe
03c1e97 feat: Add optional msgpack deserializer
22df825 group peek message
1285585 group/commit: add support for oldest/newest offset
79a8c13 limit consume message per partition
c9950fa mod
914c020 powershell autocompletion
46864ba produce byline
03c9929 support fish completion
92dce28 the output of kaf nodes add controller info
ca1bd31 the output of kaf nodes add controller info s/controller/CONTROLLER
29c6420 topics flag
4dfca52 typo in kafka topic describe example
d375ed7 unused
681c487 update cobra to support powershell completion with custom comp
88fdefe update go.sum
240c334 valid func
2b7f628 windows fix
v0.1.39
Changelog
a201c90 Add example of configuration with public/private key
c3365a6 Add integration tests for some of the commands
02f6df7 Create go.yml
2e91e21 Delete config.yml
60e5690 Enable search in config select-cluster.
2be5439 Make it possible to reassign partitions on a topic.
5b10818 Merge pull request #118 from orlangure/add-integration-tests
b5f395b Merge pull request #119 from Nielius/add-ssl-config-example-with-keys
8a1ad6d Merge pull request #122 from chrillux/feat/reassign-partitions-on-topic
f04da72 Merge pull request #125 from chrillux/feat/enable-search-in-select-cluster
b6717fe Update README.md
0904a31 Update README.md
ab1570b Update README.md
6434ce3 add ci config
37f86a8 circleci: change to orc/golangci orb
c981cff fix formatting for consumers group members
a346aa7 fix vendoring
6ed6038 re-work group commit. not requires --noconfirm or manual confirmation.
72adfd9 remove "reseted by kaf" commit text, which screws up kafka streams
a83f5d3 update vendor