Skip to content

Commit

Permalink
Update changelog reflecting behavior change in BaseProducer::poll.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidblewett committed Dec 12, 2024
1 parent 840c098 commit ad3e065
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ See also the [rdkafka-sys changelog](rdkafka-sys/changelog.md).
* Remove testing for old Kafka versions (before 3.0). Add tests for 3.7.
* Fix test dependency on docker compose.
* Address wakeup races introduced by pivoting to the event API.
* Update `BaseProducer::poll` to not return early, and instead continue
looping until the passed timeout is reached.

## 0.36.2 (2024-01-16)

Expand Down

0 comments on commit ad3e065

Please sign in to comment.