Skip to content

Commit

Permalink
note incoming v1.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
twmb committed Jul 10, 2023
1 parent 8c785fa commit 61cff1d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
v1.14.1
===

This patch release, quick on the heels of v1.14.0, fixes a race condition
introduced in v1.14 in the `PauseFetchTopics` and `PauseFetchPartitions`
functions, a second race condition that can occur when purging a topic, and
fully addresses [#493][https://github.com/twmb/franz-go/issues/493] which was
not completely addressed in v1.14.0.

- [`8c785fa`](https://github.com/twmb/franz-go/commit/8c785fa) **bugfix** kgo: fix race between client closing and purging
- [`dc5283e`](https://github.com/twmb/franz-go/commit/dc5283e) kgo: re-fix #493, supporting other buggy clients, and add a test
- [`32ac27f`](https://github.com/twmb/franz-go/commit/32ac27f) **bugfix** kgo: ensure assignPartitions is locked when pausing topics/partitions

v1.14.0
===

Expand Down

0 comments on commit 61cff1d

Please sign in to comment.