We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f233c42 commit 7ebc47fCopy full SHA for 7ebc47f
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Rdkafka Changelog
2
3
-## 0.15.2 (Unreleased)
+## 0.16.0 (Unreleased)
4
- **[Feature]** Oauthbearer token refresh callback (bruce-szalwinski-he)
5
- [Enhancement] Replace time poll based wait engine with an event based to improve response times on blocking operations and wait (nijikon + mensfeld)
6
- [Enhancement] Allow for usage of the second regex engine of librdkafka by setting `RDKAFKA_DISABLE_REGEX_EXT` during build (mensfeld)
lib/rdkafka/version.rb
@@ -1,7 +1,7 @@
# frozen_string_literal: true
module Rdkafka
- VERSION = "0.15.2"
+ VERSION = "0.16.0"
LIBRDKAFKA_VERSION = "2.3.0"
LIBRDKAFKA_SOURCE_SHA256 = "2d49c35c77eeb3d42fa61c43757fcbb6a206daa560247154e60642bcdcc14d12"
7
end
0 commit comments