File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,10 @@ Changes and additions to the library will be listed here.
4
4
5
5
## Unreleased
6
6
7
- - Extra sanity checking when marking offsets as processed (#824 ).
8
- - Make ` verify_hostname ` settable for SSL contexts (#828 ).
9
-
10
7
## 1.1.0
11
8
9
+ - Extra sanity checking when marking offsets as processed (#824 ).
10
+ - Make ` verify_hostname ` settable for SSL contexts (#828 ).
12
11
- Instrument ` create_time ` from last message in batch (#811 ).
13
12
- Add client function for fetching topic replica count (#822 ).
14
13
- Allow consumers to refresh the topic lists (#818 ).
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
3
3
module Kafka
4
- VERSION = "1.1.0.beta1 "
4
+ VERSION = "1.1.0"
5
5
end
You can’t perform that action at this time.
0 commit comments