We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56b5713 commit d5def61Copy full SHA for d5def61
CHANGELOG.md
@@ -4,6 +4,8 @@ Changes and additions to the library will be listed here.
4
5
## Unreleased
6
7
+## 1.4.0
8
+
9
- Refresh a stale cluster's metadata if necessary on `Kafka::Client#deliver_message` (#901).
10
- Fix `Kafka::TransactionManager#send_offsets_to_txn` (#866).
11
- Add support for `murmur2` based partitioning.
lib/kafka/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
2
3
module Kafka
- VERSION = "1.3.0"
+ VERSION = "1.4.0"
end
0 commit comments