Skip to content

Releases: syncromatics/kafmesh

Release v1.0.1

09 Aug 23:49
0136999
Compare
Choose a tag to compare
(+semver: fix) Generate consistently-unique sink names in discover.km…

Release v1.0.0

05 Aug 21:57
1096b25
Compare
Choose a tag to compare
(+semver: breaking) Fix implementations of View and Source (especiall…

Release v0.18.2

28 Jul 21:30
d797cb4
Compare
Choose a tag to compare
(+semver: fix) Update generators, generated code, and tests (#35)

* (+semver: fix) Update generate target

Also pins vektah/gqlparser to 2.1.0 (see https://stackoverflow.com/a/67187051/1653492)

* (+semver: patch) Updated generated code

* (+semver: fix) Fixed mock signatures in processor tests

* (+semver: patch) Lower Codecov patch target

Release v0.18.0

10 Jan 20:16
67884d2
Compare
Choose a tag to compare
(+semver: feature) Update goka to 1.0 (#31)

* (+semver: patch) Update processor templates to goka 1.0

Signed-off-by: Jeff Cuevas-Koch <[email protected]>

* tweak sarama config

Co-authored-by: Jeff Cuevas-Koch <[email protected]>

Release v0.17.0

05 Aug 00:33
d75700a
Compare
Choose a tag to compare
WIP: Documentation (#19)

* (+semver: feature) Start documentation

Signed-off-by: Joshua Benjamin <[email protected]>

* Small edits to readme

* Update README.md

* Update README.md

Co-authored-by: Jeff Cuevas-Koch <[email protected]>
Co-authored-by: Dave Kaminski <[email protected]>
Co-authored-by: Daniel James <[email protected]>

Release v0.16.0

05 Aug 00:27
521afcb
Compare
Choose a tag to compare
Remove gogo/protobuf dependency. (#29)

gogo/protobuf appears to be a dead fork of golang/protobuf.

gogo's proto.Equal method failed "repeated" protobuf fields with 0
length.  Update to use golang/protobuf's current proto.Equals method
(which actually appears to be handled by google.golang.org/protobuf's
proto.Equals method anyway), which correctly handles the 0-length
repeats.

(+semver: fix)

Signed-off-by: Jeff Cuevas-Koch <[email protected]>

Release v0.15.0

14 May 05:35
657ab61
Compare
Choose a tag to compare
(+semver: feature) Add processor watcher (#27)

Signed-off-by: Joshua Benjamin <[email protected]>

Release v0.14.0

11 May 21:03
bc7a7f6
Compare
Choose a tag to compare
(+semver: feature) Add Source metrics (#28)

Signed-off-by: Joshua Benjamin <[email protected]>

Release v0.13.0

09 May 21:56
7330b73
Compare
Choose a tag to compare
(+semver: feature) Add get component by id query (#26)

Signed-off-by: Joshua Benjamin <[email protected]>

Release v0.12.0

09 May 20:39
14b0e69
Compare
Choose a tag to compare
(+semver: feature) Add component depends on components resolver (#25)

Signed-off-by: Joshua Benjamin <[email protected]>