Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ppcad committed Jan 12, 2024
1 parent 93c9138 commit 2b16c19
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
## next release
### Breaking

* remove `call_input_callback` parameter from s3 output connector

### Features


Expand All @@ -15,6 +17,9 @@

* make the s3 connector raise `FatalOutputError` instead of warnings
* make the s3 connector blocking by removing threading
* do not call `batch_finished_callback` for extra data in s3, elasticsearch and opensearch output to prevent updating offsets for not fully processed events
* do not call `batch_finished_callback` on `revoke_callback` in confluent kafka input to prevent possible data loss for not fully processed events
* allow multiple default output connectors per input and ensure that the offset is only set for events that all outputs have written

### Bugfix

Expand Down

0 comments on commit 2b16c19

Please sign in to comment.