Skip to content

Commit

Permalink
Merge pull request #615 from twmb/v1.15.2-changelog
Browse files Browse the repository at this point in the history
CHANGELOG: update for v1.15.2
  • Loading branch information
twmb authored Nov 1, 2023
2 parents 3c628d5 + b2e7819 commit 33e15f9
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
v1.15.2
===

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.

- [`72778cb`](https://github.com/twmb/franz-go/commit/72778cb) **behavior change** kgo: no-op mark functions when not using AutoCommitMarks
- [`e209bb6`](https://github.com/twmb/franz-go/commit/e209bb6) **bugfix** kgo: pin AddPartitionsToTxn to v3 when using one transaction
- [`36b4437`](https://github.com/twmb/franz-go/commit/36b4437) sticky: further improvements
- [`af5bc1f`](https://github.com/twmb/franz-go/commit/af5bc1f) **bugfix** kgo: be sure to use topics when other topics are paused

v1.15.1
===

Expand Down

0 comments on commit 33e15f9

Please sign in to comment.