Skip to content

Commit 9ff2c1e

Browse files
committed
Bump version to 2.5.0
1 parent e81a1c9 commit 9ff2c1e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10+
## 2.5.0 - 2026-03-04
11+
1012
- Breaking: `process_message?` in batch consumption now receives the full Kafka message object instead of just the payload, allowing tombstones to be identified via the message key and metadata.
13+
- Breaking: `test_consume_batch` and `test_consume_message` will now raise an error if the topic is configured incorrectly (i.e. the `each_message` setting doesn't match the method used).
1114

1215
## 2.4.0 - 2026-03-02
1316

lib/deimos/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Deimos
4-
VERSION = '2.4.0'
4+
VERSION = '2.5.0'
55
end

0 commit comments

Comments
 (0)