You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Feeback requested:** help us focus our efforts, provide your input on the [Platform and Runtime Survey](http://goo.gl/forms/qwUE6qnL7U) (we kept it short).
62
62
@@ -69,7 +69,7 @@ it in your application using the following Maven dependency:
69
69
<dependency>
70
70
<groupId>com.datastax.cassandra</groupId>
71
71
<artifactId>cassandra-driver-core</artifactId>
72
-
<version>3.0.0</version>
72
+
<version>3.0.1</version>
73
73
</dependency>
74
74
```
75
75
@@ -79,7 +79,7 @@ Note that the object mapper is published as a separate artifact:
79
79
<dependency>
80
80
<groupId>com.datastax.cassandra</groupId>
81
81
<artifactId>cassandra-driver-mapping</artifactId>
82
-
<version>3.0.0</version>
82
+
<version>3.0.1</version>
83
83
</dependency>
84
84
```
85
85
@@ -89,7 +89,7 @@ The 'extras' module is also published as a separate artifact:
89
89
<dependency>
90
90
<groupId>com.datastax.cassandra</groupId>
91
91
<artifactId>cassandra-driver-extras</artifactId>
92
-
<version>3.0.0</version>
92
+
<version>3.0.1</version>
93
93
</dependency>
94
94
```
95
95
@@ -98,23 +98,23 @@ We also provide a [shaded JAR](manual/shaded_jar/)
The Java client driver 3.0 ([branch 3.0](https://github.com/datastax/java-driver/tree/3.0)) is compatible with Apache
106
+
The Java client driver 3.0.1 ([branch 3.0.x](https://github.com/datastax/java-driver/tree/3.0.x)) is compatible with Apache
107
107
Cassandra 1.2, 2.0, 2.1, 2.2 and 3.0 (see [this page](http://datastax.github.io/java-driver/manual/native_protocol) for
108
108
the most up-to-date compatibility information).
109
109
110
110
UDT and tuple support is available only when using Apache Cassandra 2.1 or higher (see [CQL improvements in Cassandra 2.1](http://www.datastax.com/dev/blog/cql-in-2-1)).
111
111
112
112
Other features are available only when using Apache Cassandra 2.0 or higher (e.g. result set paging,
-- see [What's new in Cassandra 2.0](http://www.datastax.com/documentation/cassandra/2.0/cassandra/features/features_key_c.html)).
116
116
Trying to use these with a cluster running Cassandra 1.2 will result in
117
-
an [UnsupportedFeatureException](https://github.com/datastax/java-driver/blob/3.0/driver-core/src/main/java/com/datastax/driver/core/exceptions/UnsupportedFeatureException.java) being thrown.
117
+
an [UnsupportedFeatureException](https://github.com/datastax/java-driver/blob/3.0.x/driver-core/src/main/java/com/datastax/driver/core/exceptions/UnsupportedFeatureException.java) being thrown.
0 commit comments