Skip to content

Commit

Permalink
v.2.4.9 (#306)
Browse files Browse the repository at this point in the history
  • Loading branch information
mensfeld authored Jan 11, 2023
1 parent 4d85492 commit fc67469
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# WaterDrop changelog

## 2.4.9 (Unreleased)
## 2.4.9 (2023-01-11)
- Remove empty debug logging out of `LoggerListener`.
- Do not lock Ruby version in Karafka in favour of `karafka-core`.
- Make sure `karafka-core` version is at least `2.0.9` to make sure we run `karafka-rdkafka`.

## 2.4.8 (2023-01-07)
- Use monotonic time from Karafka core.
Expand Down
19 changes: 9 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: .
specs:
waterdrop (2.4.9)
karafka-core (>= 2.0.8, < 3.0.0)
karafka-core (>= 2.0.9, < 3.0.0)
zeitwerk (~> 2.3)

GEM
Expand All @@ -22,26 +22,26 @@ GEM
ffi (1.15.5)
i18n (1.12.0)
concurrent-ruby (~> 1.0)
karafka-core (2.0.8)
karafka-core (2.0.9)
concurrent-ruby (>= 1.1)
rdkafka (>= 0.12)
mini_portile2 (2.8.1)
minitest (5.17.0)
rake (13.0.6)
rdkafka (0.12.0)
karafka-rdkafka (>= 0.12)
karafka-rdkafka (0.12.0)
ffi (~> 1.15)
mini_portile2 (~> 2.6)
rake (> 12)
mini_portile2 (2.8.1)
minitest (5.17.0)
rake (13.0.6)
rspec (3.12.0)
rspec-core (~> 3.12.0)
rspec-expectations (~> 3.12.0)
rspec-mocks (~> 3.12.0)
rspec-core (3.12.0)
rspec-support (~> 3.12.0)
rspec-expectations (3.12.1)
rspec-expectations (3.12.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-mocks (3.12.1)
rspec-mocks (3.12.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-support (3.12.0)
Expand All @@ -56,7 +56,6 @@ GEM
zeitwerk (2.6.6)

PLATFORMS
arm64-darwin
x86_64-linux

DEPENDENCIES
Expand Down
2 changes: 1 addition & 1 deletion waterdrop.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |spec|
spec.description = spec.summary
spec.license = 'MIT'

spec.add_dependency 'karafka-core', '>= 2.0.8', '< 3.0.0'
spec.add_dependency 'karafka-core', '>= 2.0.9', '< 3.0.0'
spec.add_dependency 'zeitwerk', '~> 2.3'

if $PROGRAM_NAME.end_with?('gem')
Expand Down

0 comments on commit fc67469

Please sign in to comment.