File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 11# Rdkafka Changelog
22
3- ## 0.18.1 (Unreleased)
3+ ## 0.19.0 (Unreleased)
4+ - ** [ Breaking] ** Drop Ruby 3.0 support
45- [ Enhancement] Use default oauth callback if none is passed (bachmanity1)
56- [ Fix] Fix incorrectly behaving CI on failures.
67- [ Patch] Patch with "Add forward declaration to fix compilation without ssl" fix
Original file line number Diff line number Diff line change @@ -163,6 +163,7 @@ bundle exec rake produce_messages
163163
164164| rdkafka-ruby | librdkafka | patches |
165165| -| -| -|
166+ | 0.19.0 (Unreleased) | 2.5.0 (2024-06-10) | yes |
166167| 0.18.0 (2024-09-02) | 2.5.0 (2024-06-10) | yes |
167168| 0.17.0 (2024-08-03) | 2.4.0 (2024-05-07) | no |
168169| 0.16.0 (2024-06-13) | 2.3.0 (2023-10-25) | no |
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module Rdkafka
4- VERSION = "0.18.1 "
4+ VERSION = "0.19.0 "
55 LIBRDKAFKA_VERSION = "2.5.0"
66 LIBRDKAFKA_SOURCE_SHA256 = "3dc62de731fd516dfb1032861d9a580d4d0b5b0856beb0f185d06df8e6c26259"
77end
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Gem::Specification.new do |gem|
1515 gem . name = 'rdkafka'
1616 gem . require_paths = [ 'lib' ]
1717 gem . version = Rdkafka ::VERSION
18- gem . required_ruby_version = '>= 3.0 '
18+ gem . required_ruby_version = '>= 3.1 '
1919 gem . extensions = %w( ext/Rakefile )
2020 gem . cert_chain = %w[ certs/cert.pem ]
2121
You can’t perform that action at this time.
0 commit comments