Skip to content

Commit 5681be1

Browse files
committed
CHANGELOG: note v1.1.3
1 parent 7625fd7 commit 5681be1

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

Diff for: CHANGELOG.md

+24
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
v1.1.3
2+
===
3+
4+
This patch allows `BrokerNotAvailable` to be retried. As well, it contains some
5+
small improvements under the hood. When sharding certain requests, we now avoid
6+
issuing requests to partitions that have no leader. We also better collapse
7+
per-partition sharding error messages.
8+
9+
Dial errors are now not retriable. Now, if a produce request fails because the
10+
broker cannot be dialed, we refresh metadata. Previously, we just accepted the
11+
error as retriable and tried producing again.
12+
13+
The SoftwareVersion used in ApiVersions requests now includes your current kgo
14+
version.
15+
16+
This tag is based on a 1.1.x branch in the repo. There is some feature work
17+
that is yet to be stabilized on the main branch.
18+
19+
Notable commits:
20+
21+
- [`747ab0c`](https://github.com/twmb/franz-go/commit/747ab0c) kerr: make BrokerNotAvailable retriable
22+
- [`f494301`](https://github.com/twmb/franz-go/commit/f494301) errors: make dial errors non-retriable
23+
- [`4a76861`](https://github.com/twmb/franz-go/commit/4a76861) config: default to kgo dep version in ApiVersions
24+
125
v1.1.2
226
===
327

0 commit comments

Comments
 (0)