File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11# Rdkafka Changelog
22
3- ## 0.15.2 (Unreleased)
3+ ## 0.16.0 (Unreleased)
44- ** [ Feature] ** Oauthbearer token refresh callback (bruce-szalwinski-he)
55- [ Enhancement] Replace time poll based wait engine with an event based to improve response times on blocking operations and wait (nijikon + mensfeld)
66- [ Enhancement] Allow for usage of the second regex engine of librdkafka by setting ` RDKAFKA_DISABLE_REGEX_EXT ` during build (mensfeld)
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module Rdkafka
4- VERSION = "0.15.2 "
4+ VERSION = "0.16.0 "
55 LIBRDKAFKA_VERSION = "2.3.0"
66 LIBRDKAFKA_SOURCE_SHA256 = "2d49c35c77eeb3d42fa61c43757fcbb6a206daa560247154e60642bcdcc14d12"
77end
You can’t perform that action at this time.
0 commit comments