Skip to content

Commit

Permalink
chore: update changelog, prepare for 3.16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zmstone committed Feb 5, 2022
1 parent a166c1b commit 08fb56c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
* 3.16.2
* Catch `timeout` and other `DOWN` reasons when making `gen_server` call to
`brod_client`, `brod_consumer` and producer/consumer supervisor,
and return as `Reason` in `{error, Reason}`.
Previously only `noproc` reaon is caught. (#492)
* Propagate `connect_timeout` config to `kpro` API functions as `timeout` arg
affected APIs: connect_group_coordinator, create_topics, delete_topics,
resolve_offset, fetch, fold, fetch_committed_offsets
resolve_offset, fetch, fold, fetch_committed_offsets (#458)
* Fix bad field name in group describe request (#486)
* 3.16.1
* Fix `brod` script in `brod-cli` in release.
* Support `rebalance_timeout` consumer group option
Expand Down

0 comments on commit 08fb56c

Please sign in to comment.