We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7c8510 commit 8c106b1Copy full SHA for 8c106b1
CHANGELOG.md
@@ -4,11 +4,10 @@ Changes and additions to the library will be listed here.
4
5
## Unreleased
6
7
-- Extra sanity checking when marking offsets as processed (#824).
8
-- Make `verify_hostname` settable for SSL contexts (#828).
9
-
10
## 1.1.0
11
+- Extra sanity checking when marking offsets as processed (#824).
+- Make `verify_hostname` settable for SSL contexts (#828).
12
- Instrument `create_time` from last message in batch (#811).
13
- Add client function for fetching topic replica count (#822).
14
- 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.1.0.beta1"
+ VERSION = "1.1.0"
end
0 commit comments