File tree Expand file tree Collapse file tree 5 files changed +226
-219
lines changed Expand file tree Collapse file tree 5 files changed +226
-219
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ not yet have been released. You can find the documentation for latest
88version through [ Java driver
99docs] ( http://datastax.github.io/java-driver/ ) or via the release tags,
1010[ e.g.
11- 2.0.12] ( https://github.com/datastax/java-driver/tree/2.0.12 ) .*
11+ 2.0.12.1 ] ( https://github.com/datastax/java-driver/tree/2.0.12.1 ) .*
1212
1313A modern, [ feature-rich] ( features/ ) and highly tunable Java client
1414library for Apache Cassandra (1.2+) and DataStax Enterprise (3.1+) using
@@ -73,15 +73,15 @@ it in your application using the following Maven dependency:
7373<dependency >
7474 <groupId >com.datastax.cassandra</groupId >
7575 <artifactId >cassandra-driver-core</artifactId >
76- <version >2.0.12</version >
76+ <version >2.0.12.1 </version >
7777</dependency >
7878```
7979
8080We also provide a [ shaded JAR] ( http://datastax.github.io/java-driver/features/shaded_jar/ )
8181to avoid the explicit dependency to Netty.
8282
8383If you can't use a dependency management tool, a
84- [ binary tarball] ( http://downloads.datastax.com/java-driver/cassandra-java-driver-2.0.12.tar.gz )
84+ [ binary tarball] ( http://downloads.datastax.com/java-driver/cassandra-java-driver-2.0.12.1. tar.gz )
8585is available for download.
8686
8787## Compatibility
Original file line number Diff line number Diff line change 11## Changelog
22
3- ### 2.0.13 (in progress)
3+ ### 2.0.12.1
44
55- [ bug] JAVA-994: Don't call on(Up|Down|Add|Remove) methods if Cluster is closed/closing.
66- [ improvement] JAVA-805: Document that metrics are null until Cluster is initialized.
Original file line number Diff line number Diff line change @@ -85,4 +85,4 @@ cluster = Cluster.builder()
8585 .build();
8686```
8787
88- [ pom ] : https://repo1.maven.org/maven2/com/datastax/cassandra/cassandra-driver-parent/2.0.12/cassandra-driver-parent-2.0.12.pom
88+ [ pom ] : https://repo1.maven.org/maven2/com/datastax/cassandra/cassandra-driver-parent/2.0.12.1 /cassandra-driver-parent-2.0.12.1 .pom
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ package name:
1212<dependency >
1313 <groupId >${project.groupId}</groupId >
1414 <artifactId >cassandra-driver-core</artifactId >
15- <version >2.0.12</version >
15+ <version >2.0.12.1 </version >
1616 <classifier >shaded</classifier >
1717 <!-- Because the shaded JAR uses the original POM, you still need
1818 to exclude this dependency explicitly: -->
You can’t perform that action at this time.
0 commit comments