Skip to content

Commit

Permalink
CHANGELOG: note incoming v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
twmb committed Jan 5, 2023
1 parent 190e876 commit e1ff1f6
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
v0.10.0
===

This release adds `--proto-file` and `--proto-message` to `kcl consume`,
allowing consume to deserialize protobuf encoded values before printing the
value (thanks [@moming00](https://github.com/moming00)!. This release also
recognizes 3.3 in `kcl misc probe-version`.

v0.9.0
===

This release contains some nice improvements to `kcl produce` and `kcl consume`
from [@Zach-Johnson](https://github.com/Zach-Johnson):

* `kcl produce -Z` now produces tombstones
* `kcl produce -p` can now produce to a specific partition
* `kcl consume`'s offset flag is now more intelligent and has consume-until semantics

As well, kcl now detects (through `kcl misc probe-versions`) Kafka 3.0, 3.1,
and 3.2. Lastly, modules have been updated, most significantly bumping franz-go
from v1.2.3 to v1.6.0, which contains many bug fixes and improvements.


v0.8.0
===

Expand Down

0 comments on commit e1ff1f6

Please sign in to comment.