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 f66291b commit 0d64a9bCopy full SHA for 0d64a9b
CHANGELOG.md
@@ -4,6 +4,8 @@ Changes and additions to the library will be listed here.
4
5
## Unreleased
6
7
+## 1.1.0
8
+
9
- Instrument `create_time` from last message in batch (#811).
10
- Add client function for fetching topic replica count (#822).
11
- Allow consumers to refresh the topic lists (#818).
lib/kafka/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
2
3
module Kafka
- VERSION = "1.0.0"
+ VERSION = "1.1.0.beta1"
end
0 commit comments