Skip to content

Commit 98d6bf4

Browse files
committed
docs: fix changelog
1 parent 8f483f6 commit 98d6bf4

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
- 4.6.1
4+
- Expand the supported `OffsetCommit` API range from `{2, 2}` to `{2, 8}`.
5+
When brod negotiates v5 or later, `offset_retention_seconds` has no effect
6+
because the request no longer includes a per-request retention time. Use
7+
the broker-side `offsets.retention.minutes` setting instead. Negotiated
8+
versions v2 through v4 continue to use `offset_retention_seconds`.
9+
310
- 4.6.0
411
- Add KIP-345 **static group membership** for coordinators configured with an
512
explicit `group_instance_id`. On Kafka 2.3+, brod now negotiates the
@@ -14,11 +21,6 @@
1421
A member fenced by another process using the same `group_instance_id` now
1522
logs the conflict and retries after `rejoin_delay_seconds` instead of
1623
crashing and causing a supervisor restart loop.
17-
- Expand the supported `OffsetCommit` API range from `{2, 2}` to `{2, 8}`.
18-
When brod negotiates v5 or later, `offset_retention_seconds` has no effect
19-
because the request no longer includes a per-request retention time. Use
20-
the broker-side `offsets.retention.minutes` setting instead. Negotiated
21-
versions v2 through v4 continue to use `offset_retention_seconds`.
2224

2325
- 4.5.8
2426
- Fix a consumer-group coordinator crash when offset commits race with

0 commit comments

Comments
 (0)