Skip to content

Commit

Permalink
v2.7.1 (#484)
Browse files Browse the repository at this point in the history
  • Loading branch information
mensfeld authored May 9, 2024
1 parent 0acec3a commit a97dd19
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# WaterDrop changelog

## 2.7.1 (Unreleased)
## 2.7.1 (2024-05-09)
- **[Feature]** Support context-base configuration with low-level topic settings alterations producer variants.
- [Enhancement] Prefix random default `SecureRandom.hex(6)` producers ids with `waterdrop-hex` to indicate type of object.

Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PATH
specs:
waterdrop (2.7.1)
karafka-core (>= 2.4.0, < 3.0.0)
karafka-rdkafka (>= 0.15.1.rc1)
karafka-rdkafka (>= 0.15.1)
zeitwerk (~> 2.3)

GEM
Expand Down Expand Up @@ -34,7 +34,7 @@ GEM
concurrent-ruby (~> 1.0)
karafka-core (2.4.0)
karafka-rdkafka (>= 0.15.0, < 0.16.0)
karafka-rdkafka (0.15.1.rc1)
karafka-rdkafka (0.15.1)
ffi (~> 1.15)
mini_portile2 (~> 2.6)
rake (> 12)
Expand Down
2 changes: 1 addition & 1 deletion waterdrop.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |spec|
spec.license = 'MIT'

spec.add_dependency 'karafka-core', '>= 2.4.0', '< 3.0.0'
spec.add_dependency 'karafka-rdkafka', '>= 0.15.1.rc1'
spec.add_dependency 'karafka-rdkafka', '>= 0.15.1'
spec.add_dependency 'zeitwerk', '~> 2.3'

spec.required_ruby_version = '>= 3.0.0'
Expand Down

0 comments on commit a97dd19

Please sign in to comment.