Skip to content

Commit 9583163

Browse files
author
Alexandre Dutra
committed
Update versions in documentation, changelog and upgrade guide.
1 parent 568948d commit 9583163

9 files changed

Lines changed: 21 additions & 21 deletions

File tree

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# Datastax Java Driver for Apache Cassandra
22

3-
[![Build Status](https://travis-ci.org/datastax/java-driver.svg?branch=3.0)](https://travis-ci.org/datastax/java-driver)
3+
[![Build Status](https://travis-ci.org/datastax/java-driver.svg?branch=3.0.x)](https://travis-ci.org/datastax/java-driver)
44

55
*If you're reading this on github.com, please note that this is the readme
66
for the development version and that some features described here might
77
not yet have been released. You can find the documentation for latest
88
version through [Java driver
99
docs](http://datastax.github.io/java-driver/) or via the release tags,
1010
[e.g.
11-
3.0.0](https://github.com/datastax/java-driver/tree/3.0.0).*
11+
3.0.1](https://github.com/datastax/java-driver/tree/3.0.1).*
1212

1313
A modern, [feature-rich](manual/) and highly tunable Java client
1414
library for Apache Cassandra (1.2+) and DataStax Enterprise (3.1+) using
@@ -56,7 +56,7 @@ The driver contains the following modules:
5656
[here](manual/) with more technical details.
5757
- API: http://www.datastax.com/drivers/java/3.0
5858
- [changelog](changelog/)
59-
- [binary tarball](http://downloads.datastax.com/java-driver/cassandra-java-driver-3.0.0.tar.gz)
59+
- [binary tarball](http://downloads.datastax.com/java-driver/cassandra-java-driver-3.0.1.tar.gz)
6060

6161
**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).
6262

@@ -69,7 +69,7 @@ it in your application using the following Maven dependency:
6969
<dependency>
7070
<groupId>com.datastax.cassandra</groupId>
7171
<artifactId>cassandra-driver-core</artifactId>
72-
<version>3.0.0</version>
72+
<version>3.0.1</version>
7373
</dependency>
7474
```
7575

@@ -79,7 +79,7 @@ Note that the object mapper is published as a separate artifact:
7979
<dependency>
8080
<groupId>com.datastax.cassandra</groupId>
8181
<artifactId>cassandra-driver-mapping</artifactId>
82-
<version>3.0.0</version>
82+
<version>3.0.1</version>
8383
</dependency>
8484
```
8585

@@ -89,7 +89,7 @@ The 'extras' module is also published as a separate artifact:
8989
<dependency>
9090
<groupId>com.datastax.cassandra</groupId>
9191
<artifactId>cassandra-driver-extras</artifactId>
92-
<version>3.0.0</version>
92+
<version>3.0.1</version>
9393
</dependency>
9494
```
9595

@@ -98,23 +98,23 @@ We also provide a [shaded JAR](manual/shaded_jar/)
9898
to avoid the explicit dependency to Netty.
9999

100100
If you can't use a dependency management tool, a
101-
[binary tarball](http://downloads.datastax.com/java-driver/cassandra-java-driver-3.0.0.tar.gz)
101+
[binary tarball](http://downloads.datastax.com/java-driver/cassandra-java-driver-3.0.1.tar.gz)
102102
is available for download.
103103

104104
## Compatibility
105105

106-
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
107107
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
108108
the most up-to-date compatibility information).
109109

110110
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)).
111111

112112
Other features are available only when using Apache Cassandra 2.0 or higher (e.g. result set paging,
113-
[BatchStatement](https://github.com/datastax/java-driver/blob/3.0/driver-core/src/main/java/com/datastax/driver/core/BatchStatement.java),
113+
[BatchStatement](https://github.com/datastax/java-driver/blob/3.0.x/driver-core/src/main/java/com/datastax/driver/core/BatchStatement.java),
114114
[lightweight transactions](http://www.datastax.com/documentation/cql/3.1/cql/cql_using/use_ltweight_transaction_t.html)
115115
-- see [What's new in Cassandra 2.0](http://www.datastax.com/documentation/cassandra/2.0/cassandra/features/features_key_c.html)).
116116
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.
118118

119119

120120
## Upgrading from previous versions

changelog/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Changelog
22

3-
### 3.0.1 (in progress)
3+
### 3.0.1
44

55
- [bug] JAVA-1132: Executing bound statement with no variables results in exception with protocol v1.
66
- [improvement] JAVA-1040: SimpleStatement parameters support in QueryLogger.
@@ -20,7 +20,7 @@
2020
- [bug] JAVA-1046: (Dynamic)CompositeTypes need to be parsed as string literal, not blob.
2121
- [improvement] JAVA-1164: Clarify documentation on Host.listenAddress and broadcastAddress.
2222
- [improvement] JAVA-1171: Add Host method to determine if DSE Graph is enabled.
23-
- [improvement]: JAVA-1069: Bootstrap driver-examples module.
23+
- [improvement] JAVA-1069: Bootstrap driver-examples module.
2424
- [documentation] JAVA-1150: Add example and FAQ entry about ByteBuffer/BLOB.
2525

2626
Merged from 2.1 branch:

manual/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ for (ColumnDefinitions.Definition definition : row.getColumnDefinitions()) {
283283
If you're reading this from the [generated HTML documentation on
284284
github.io](http://datastax.github.io/java-driver/), use the "Contents"
285285
menu on the left hand side to navigate sub-sections. If you're [browsing the source files on
286-
github.com](https://github.com/datastax/java-driver/tree/3.0/manual),
286+
github.com](https://github.com/datastax/java-driver/tree/3.0.x/manual),
287287
simply navigate to each sub-directory.
288288

289289
[Cluster]: http://docs.datastax.com/en/drivers/java/3.0/com/datastax/driver/core/Cluster.html

manual/compression/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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/3.0.0/cassandra-driver-parent-3.0.0.pom
88+
[pom]: https://repo1.maven.org/maven2/com/datastax/cassandra/cassandra-driver-parent/3.0.1/cassandra-driver-parent-3.0.1.pom

manual/custom_codecs/extras/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The module is published as a separate Maven artifact:
1010
<dependency>
1111
<groupId>com.datastax.cassandra</groupId>
1212
<artifactId>cassandra-driver-extras</artifactId>
13-
<version>3.0.0</version>
13+
<version>3.0.1</version>
1414
</dependency>
1515
```
1616

manual/object_mapper/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The mapper is published as a separate Maven artifact:
1111
<dependency>
1212
<groupId>com.datastax.cassandra</groupId>
1313
<artifactId>cassandra-driver-mapping</artifactId>
14-
<version>3.0.0</version>
14+
<version>3.0.1</version>
1515
</dependency>
1616
```
1717

manual/query_timestamps/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ session.execute("INSERT INTO my_table(c1, c2) values (1, 1) " +
1616

1717
### Client-side generation
1818

19-
This is enabled by default if you're using the driver 3.0 and a version
19+
This is enabled by default if you're using the driver 3.0+ and a version
2020
of Cassandra that supports [native protocol](../native_protocol) v3 or
2121
above.
2222

manual/shaded_jar/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ package name:
1212
<dependency>
1313
<groupId>com.datastax.cassandra</groupId>
1414
<artifactId>cassandra-driver-core</artifactId>
15-
<version>3.0.0</version>
15+
<version>3.0.1</version>
1616
<classifier>shaded</classifier>
1717
<!-- Because the shaded JAR uses the original POM, you still need
1818
to exclude this dependency explicitly: -->
@@ -32,7 +32,7 @@ non-shaded JAR:
3232
<dependency>
3333
<groupId>com.datastax.cassandra</groupId>
3434
<artifactId>cassandra-driver-core</artifactId>
35-
<version>3.0.0</version>
35+
<version>3.0.1</version>
3636
<classifier>shaded</classifier>
3737
<exclusions>
3838
<exclusion>
@@ -44,7 +44,7 @@ non-shaded JAR:
4444
<dependency>
4545
<groupId>com.datastax.cassandra</groupId>
4646
<artifactId>cassandra-driver-mapping</artifactId>
47-
<version>3.0.0</version>
47+
<version>3.0.1</version>
4848
<exclusions>
4949
<exclusion>
5050
<groupId>com.datastax.cassandra</groupId>

upgrade_guide/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
The purpose of this guide is to detail changes made by successive
44
versions of the Java driver.
55

6-
### 3.0
6+
### 3.0.0
77

88
This version brings parity with Cassandra 2.2 and 3.0.
99

0 commit comments

Comments
 (0)