Skip to content

Commit 5753685

Browse files
committed
Update changelog and docs for 3.12.1 release
patch by Bret McGuire; reviewed by Bret McGuire and Erik Merkle reference: #2006
1 parent 1876645 commit 5753685

File tree

8 files changed

+17
-13
lines changed

8 files changed

+17
-13
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ for the development version and that some features described here might
77
not yet have been released. You can find the documentation for the latest
88
version through the [Java Driver
99
docs](http://docs.datastax.com/en/developer/java-driver/3.11/index.html) or via the release tags,
10-
[e.g. 3.12.0](https://github.com/apache/cassandra-java-driver/tree/3.12.0).*
10+
[e.g. 3.12.1](https://github.com/apache/cassandra-java-driver/tree/3.12.1).*
1111

1212
A modern, [feature-rich](manual/) and highly tunable Java client
1313
library for Apache Cassandra (2.1+) and using exclusively Cassandra's binary protocol
@@ -62,7 +62,7 @@ using DataStax Enterprise, install the [DataStax Enterprise Java Driver][dse-dri
6262
<dependency>
6363
<groupId>org.apache.cassandra</groupId>
6464
<artifactId>cassandra-driver-core</artifactId>
65-
<version>3.12.0</version>
65+
<version>3.12.1</version>
6666
</dependency>
6767
```
6868

@@ -72,7 +72,7 @@ Note that the object mapper is published as a separate artifact:
7272
<dependency>
7373
<groupId>org.apache.cassandra</groupId>
7474
<artifactId>cassandra-driver-mapping</artifactId>
75-
<version>3.12.0</version>
75+
<version>3.12.1</version>
7676
</dependency>
7777
```
7878

@@ -82,7 +82,7 @@ The 'extras' module is also published as a separate artifact:
8282
<dependency>
8383
<groupId>org.apache.cassandra</groupId>
8484
<artifactId>cassandra-driver-extras</artifactId>
85-
<version>3.12.0/version>
85+
<version>3.12.1/version>
8686
</dependency>
8787
```
8888

@@ -96,7 +96,7 @@ is available for download.
9696

9797
## Compatibility
9898

99-
The Java client driver 3.12.0 ([branch 3.x](https://github.com/apache/cassandra-java-driver/tree/3.x)) is compatible with Apache
99+
The Java client driver 3.12.1 ([branch 3.x](https://github.com/apache/cassandra-java-driver/tree/3.x)) is compatible with Apache
100100
Cassandra 2.1, 2.2 and 3.0+ (see [this page](http://docs.datastax.com/en/developer/java-driver/3.11/manual/native_protocol/) for
101101
the most up-to-date compatibility information).
102102

changelog/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ under the License.
2424
3.x versions get published.
2525
-->
2626

27+
## 3.12.1
28+
- [improvement] CASSJAVA-55: Remove setting "Host" header for metadata requests.
29+
- [bug] JAVA-3125: Match broadcast RPC for control connection and Astra events
30+
2731
## 3.12.0
2832
- [improvement] CASSANDRA-18971: Switch all archs to netty-tcnative-boringssl-static
2933
- [improvement] CASSJAVA-58: Update 3.x DRIVER_NAME to match 4.x Java driver

faq/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ version is available, you may want to reach out to the maintainer of that tool t
308308
an update with compatibility to this driver version.
309309

310310

311-
[Blobs.java]: https://github.com/apache/cassandra-java-driver/tree/3.12.0/driver-examples/src/main/java/com/datastax/driver/examples/datatypes/Blobs.java
311+
[Blobs.java]: https://github.com/apache/cassandra-java-driver/tree/3.12.1/driver-examples/src/main/java/com/datastax/driver/examples/datatypes/Blobs.java
312312
[CASSANDRA-7304]: https://issues.apache.org/jira/browse/CASSANDRA-7304
313313
[Parameters and Binding]: ../manual/statements/prepared/#parameters-and-binding
314314
[Mapper options]: ../manual/object_mapper/using/#mapper-options

manual/compression/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,4 +107,4 @@ cluster = Cluster.builder()
107107
.build();
108108
```
109109

110-
[pom]: https://repo1.maven.org/maven2/com/datastax/cassandra/cassandra-driver-parent/3.12.0/cassandra-driver-parent-3.12.0.pom
110+
[pom]: https://repo1.maven.org/maven2/com/datastax/cassandra/cassandra-driver-parent/3.12.1/cassandra-driver-parent-3.12.1.pom

manual/custom_codecs/extras/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The module is published as a separate Maven artifact:
2929
<dependency>
3030
<groupId>org.apache.cassandra</groupId>
3131
<artifactId>cassandra-driver-extras</artifactId>
32-
<version>3.12.0</version>
32+
<version>3.12.1</version>
3333
</dependency>
3434
```
3535

manual/metrics/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ To do this in a maven project:
5757
<dependency>
5858
<groupId>org.apache.cassandra</groupId>
5959
<artifactId>cassandra-driver-core</artifactId>
60-
<version>3.12.0</version>
60+
<version>3.12.1</version>
6161
<exclusions>
6262
<exclusion>
6363
<groupId>io.dropwizard.metrics</groupId>

manual/object_mapper/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The mapper is published as a separate Maven artifact:
3030
<dependency>
3131
<groupId>org.apache.cassandra</groupId>
3232
<artifactId>cassandra-driver-mapping</artifactId>
33-
<version>3.12.0</version>
33+
<version>3.12.1</version>
3434
</dependency>
3535
```
3636

manual/shaded_jar/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ package name:
3131
<dependency>
3232
<groupId>org.apache.cassandra</groupId>
3333
<artifactId>cassandra-driver-core</artifactId>
34-
<version>3.12.0</version>
34+
<version>3.12.1</version>
3535
<classifier>shaded</classifier>
3636
<!-- Because the shaded JAR uses the original POM, you still need
3737
to exclude this dependency explicitly: -->
@@ -55,7 +55,7 @@ non-shaded JAR:
5555
<dependency>
5656
<groupId>org.apache.cassandra</groupId>
5757
<artifactId>cassandra-driver-core</artifactId>
58-
<version>3.12.0</version>
58+
<version>3.12.1</version>
5959
<classifier>shaded</classifier>
6060
<exclusions>
6161
<exclusion>
@@ -71,7 +71,7 @@ non-shaded JAR:
7171
<dependency>
7272
<groupId>org.apache.cassandra</groupId>
7373
<artifactId>cassandra-driver-mapping</artifactId>
74-
<version>3.12.0</version>
74+
<version>3.12.1</version>
7575
<exclusions>
7676
<exclusion>
7777
<groupId>org.apache.cassandra</groupId>

0 commit comments

Comments
 (0)