File tree 1 file changed +24
-0
lines changed
1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change
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
+
1
25
v1.1.2
2
26
===
3
27
You can’t perform that action at this time.
0 commit comments