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 1
1
# Rdkafka Changelog
2
2
3
- ## 0.15.2 (Unreleased)
3
+ ## 0.16.0 (Unreleased)
4
4
- ** [ Feature] ** Oauthbearer token refresh callback (bruce-szalwinski-he)
5
5
- [ Enhancement] Replace time poll based wait engine with an event based to improve response times on blocking operations and wait (nijikon + mensfeld)
6
6
- [ 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 1
1
# frozen_string_literal: true
2
2
3
3
module Rdkafka
4
- VERSION = "0.15.2 "
4
+ VERSION = "0.16.0 "
5
5
LIBRDKAFKA_VERSION = "2.3.0"
6
6
LIBRDKAFKA_SOURCE_SHA256 = "2d49c35c77eeb3d42fa61c43757fcbb6a206daa560247154e60642bcdcc14d12"
7
7
end
You can’t perform that action at this time.
0 commit comments