File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ For configuration and usage, see the Wiki:
3838SBT library dependency:
3939
4040``` scala
41- libraryDependencies += " net.cakesolutions" %% " scala-kafka-client" % " 0.10.2.2 "
41+ libraryDependencies += " net.cakesolutions" %% " scala-kafka-client" % " 0.11.0.0 "
4242```
4343
4444### Akka Integration
@@ -52,7 +52,7 @@ For configuration and usage, see the Wiki:
5252SBT library dependency:
5353
5454``` scala
55- libraryDependencies += " net.cakesolutions" %% " scala-kafka-client-akka" % " 0.10.2.2 "
55+ libraryDependencies += " net.cakesolutions" %% " scala-kafka-client-akka" % " 0.11.0.0 "
5656```
5757
5858### TestKit
@@ -66,7 +66,7 @@ For usage, see the Wiki:
6666SBT library dependency:
6767
6868``` scala
69- libraryDependencies += " net.cakesolutions" %% " scala-kafka-client-testkit" % " 0.10.2.2 " % " test"
69+ libraryDependencies += " net.cakesolutions" %% " scala-kafka-client-testkit" % " 0.11.0.0 " % " test"
7070```
7171
7272## Version Compatibility
@@ -87,6 +87,7 @@ Here is the full table of binary compatibilities between Scala Kafka client and
8787
8888 Scala Kafka client | Kafka Java Driver
8989 --------------------- | -----------------
90+ 0.11.0.0 | 0.11.0.0
9091 0.10.2.x | 0.10.2.x
9192 0.10.1.x | 0.10.1.x
9293 0.10.0.0 | 0.10.0.x
@@ -96,6 +97,11 @@ Here is the full table of binary compatibilities between Scala Kafka client and
9697
9798## Change log
9899
100+ ### 0.11.0.0 - 07/2017
101+ * Update to Kafka 0.11.0.0
102+ * Update Akka to 2.5.3
103+ * Added transaction related properties to config options.
104+
99105### 0.10.2.2 - 05/2017
100106* Minor improvements to producer API
101107
You can’t perform that action at this time.
0 commit comments