Skip to content

Commit d1903ee

Browse files
committed
Update readme
1 parent 884b4c9 commit d1903ee

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ For configuration and usage, see the Wiki:
3838
SBT 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:
5252
SBT 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:
6666
SBT 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

0 commit comments

Comments
 (0)