Skip to content

Commit 32d09d6

Browse files
committed
chore: update changelog, prepare for 3.16.2
1 parent 0c933e6 commit 32d09d6

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

changelog.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,19 @@
11
* 3.16.2
2+
* Update kafka_protocol from 4.0.1 to 4.0.3.
3+
Prior to this change the actual time spent in establishing a
4+
Kafka connection might be longer than desired due to the timeout
5+
being used in SSL upgrade (if enabled), then API version query.
6+
This has been fixed by turning the given timeout config
7+
into a deadline, and the sub-steps will try to meet the deadline.
8+
see more details here: https://github.com/kafka4beam/kafka_protocol/pull/9
9+
* Catch `timeout` and other `DOWN` reasons when making `gen_server` call to
10+
`brod_client`, `brod_consumer` and producer/consumer supervisor,
11+
and return as `Reason` in `{error, Reason}`.
12+
Previously only `noproc` reaon is caught. (#492)
213
* Propagate `connect_timeout` config to `kpro` API functions as `timeout` arg
314
affected APIs: connect_group_coordinator, create_topics, delete_topics,
4-
resolve_offset, fetch, fold, fetch_committed_offsets
15+
resolve_offset, fetch, fold, fetch_committed_offsets (#458)
16+
* Fix bad field name in group describe request (#486)
517
* 3.16.1
618
* Fix `brod` script in `brod-cli` in release.
719
* Support `rebalance_timeout` consumer group option

0 commit comments

Comments
 (0)