Skip to content

Commit

Permalink
CCOL-2039: Add CHANGELOG entry & fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Lionel Pereira committed Dec 1, 2023
1 parent 3be511f commit abcb592
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## UNRELEASED
- Fix: Fixed handler metric for status:received, status:success in batch consumption
- Feature: Allow pre processing of messages prior to bulk consumption

# 1.22.5 - 2023-07-18
- Fix: Fixed buffer overflow crash with DB producer.
Expand Down
2 changes: 1 addition & 1 deletion lib/deimos/active_record_consume/batch_consumption.rb
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ def upsert_records(messages)
updater.mass_update(record_list)
end

# Process messages prior to saving to datbase
# Process messages prior to saving to database
# @param _messages [Array<Deimos::Message>]
# @return [Void]
def pre_process(_messages)
Expand Down

0 comments on commit abcb592

Please sign in to comment.