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.
44
55## Unreleased
66
7- - Extra sanity checking when marking offsets as processed (#824 ).
8- - Make ` verify_hostname ` settable for SSL contexts (#828 ).
9-
107## 1.1.0
118
9+ - Extra sanity checking when marking offsets as processed (#824 ).
10+ - Make ` verify_hostname ` settable for SSL contexts (#828 ).
1211- Instrument ` create_time ` from last message in batch (#811 ).
1312- Add client function for fetching topic replica count (#822 ).
1413- Allow consumers to refresh the topic lists (#818 ).
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module Kafka
4- VERSION = "1.1.0.beta1 "
4+ VERSION = "1.1.0"
55end
You can’t perform that action at this time.
0 commit comments