Skip to content

Commit

Permalink
add entry to CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dtrai2 committed Nov 14, 2024
1 parent 8788feb commit 20c6edb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,12 @@
### Breaking
### Features
### Improvements

* fix `requester` documentation

### Bugfix

- fix `confluent_kafka.store_offsets` if `last_valid_record` is `None`, can happen if a rebalancing happens
* fix `confluent_kafka.store_offsets` if `last_valid_record` is `None`, can happen if a rebalancing happens
before the first message was pulled.

## 14.0.0
Expand Down

0 comments on commit 20c6edb

Please sign in to comment.