This patch release fixes two bugs and changes Mark functions to be no-ops when
not using AutoCommitMarks to avoid confusion. This also includes a minor commit
further improving the sticky balancer. See the commits for more details.
72778cbbehavior change kgo: no-op mark functions when not using AutoCommitMarks
e209bb6bugfix kgo: pin AddPartitionsToTxn to v3 when using one transaction
af5bc1fbugfix kgo: be sure to use topics when other topics are paused
v1.15.1
This patch release contains a bunch of internal improvements to kgo and
includes a bugfix for a very hard to encounter logic race. Each improvement
is a bit focused on a specific use case, so I recommend reading any relevant-to-you
commit message below.
As well, the kversion package now detects Kafka 3.6, and the kgo package now
handles AddPartitionsToTxn v4 (however, you will probably not be issuing this
request).
Lastly, this release is paired with a minor kadm release, which adds the
ErrMessage field CreateTopicsResponse and DeleteTopicsResponse, and,
importantly, fixes a data race in the ApiVersions request.
0ecb52bimprovement kgo: do not rotate the consumer session when pausing topics/partitions
1429d47improvement sticky balancer: try for better topic distribution among members
kadm
1955938bugfix kadm: do not reuse ApiVersions in many concurrent requests
66974e8feature kadm: include ErrMessage in topic response
v1.15.0
This release comes 74 days (just over two months) since the last minor release.
This mostly contains new features, with one relatively minor but important bug
addressed (and one very minor bug fixed).
... (truncated)
Commits
33e15f9 Merge pull request #615 from twmb/v1.15.2-changelog
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps github.com/twmb/franz-go from 1.14.4 to 1.15.2.
Changelog
Sourced from github.com/twmb/franz-go's changelog.
... (truncated)
Commits
33e15f9
Merge pull request #615 from twmb/v1.15.2-changelogb2e7819
CHANGELOG: update for v1.15.23c628d5
Merge pull request #612 from twmb/stickyd815037
Merge pull request #610 from twmb/oct-issuee35a2a1
Merge pull request #613 from twmb/60993c0337
Merge pull request #614 from twmb/59872778cb
kgo: no-op mark functions when not using AutoCommitMarksdc145f4
GHA: try redpandadata/redpandae209bb6
kgo: pin AddPartitionsToTxn to v3 when using one transaction36b4437
sticky: further improvementsDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show