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 555281e commit 7a97502Copy full SHA for 7a97502
CHANGELOG.md
@@ -4,7 +4,9 @@ Changes and additions to the library will be listed here.
4
5
## Unreleased
6
7
+## 1.5.0
8
- Add support for AWS IAM Authentication to an MSK cluster (#907).
9
+- Added session token to the IAM mechanism; necessary for auth via temporary credentials (#937)
10
11
## 1.4.0
12
lib/kafka/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
2
3
module Kafka
- VERSION = "1.4.0"
+ VERSION = "1.5.0"
end
0 commit comments