Skip to content

Commit

Permalink
Updated CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
emasab committed Oct 17, 2022
1 parent e705719 commit 5099f4f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ librdkafka v1.9.3 is a maintenance release:

* Self-contained static libraries can now be built on Linux arm64 (#4005).
* Fix for using PKCS#12 keystores on Windows.
* Fixes to the transactional and idempotent producer.


## Fixes
Expand All @@ -13,6 +14,14 @@ librdkafka v1.9.3 is a maintenance release:
* Windows: couldn't read a PKCS#12 keystore correctly because binary mode wasn't explicitly set and Windows defaults to text mode.


### Transactional producer fixes

* When a PID epoch bump is requested and the producer is waiting
to reconnect to the transaction coordinator, a failure in a find coordinator
request could cause an assert to fail. This was fixed by retrying when the
coordinator is known (#4020).



# librdkafka v1.9.2

Expand Down

0 comments on commit 5099f4f

Please sign in to comment.