Skip to content

Commit

Permalink
docs: add change log for 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zmstone committed Aug 12, 2024
1 parent 17162a3 commit f47c973
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

- 4.1.0
- For v2 subscribers, pass offset `ack_fun` as a callback state init parameter.
This makes it possible for callback implementation to acknowledge offsets easier.
[PR#591](https://github.com/kafka4beam/brod/pull/591)
- Type spec fix. [PR#590](https://github.com/kafka4beam/brod/pull/590)
- Fix `brod:fold/8` to avoid exception when a stable offset points to en empty batch.
[PR#589](https://github.com/kafka4beam/brod/pull/589)

- 4.0.0
- Remove `snappyer` from default dependency [PR#547](https://github.com/kafka4beam/brod/pull/547).
Starting from `kafka_protocol-4.0`, it no longer requires compression libraries as rebar dependencies.
Expand Down

0 comments on commit f47c973

Please sign in to comment.