Skip to content

Commit

Permalink
Update changelog and docs for 3.12.0 release
Browse files Browse the repository at this point in the history
patch by Bret McGuire; reviewed by Bret McGuire, Andy Tolbert
reference: #1995
  • Loading branch information
absurdfarce committed Dec 18, 2024
1 parent 794b39d commit 657e470
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 13 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ for the development version and that some features described here might
not yet have been released. You can find the documentation for the latest
version through the [Java Driver
docs](http://docs.datastax.com/en/developer/java-driver/3.11/index.html) or via the release tags,
[e.g. 3.11.5](https://github.com/apache/cassandra-java-driver/tree/3.11.5).*
[e.g. 3.12.0](https://github.com/apache/cassandra-java-driver/tree/3.12.0).*

A modern, [feature-rich](manual/) and highly tunable Java client
library for Apache Cassandra (2.1+) and using exclusively Cassandra's binary protocol
Expand Down Expand Up @@ -62,7 +62,7 @@ using DataStax Enterprise, install the [DataStax Enterprise Java Driver][dse-dri
<dependency>
<groupId>org.apache.cassandra</groupId>
<artifactId>cassandra-driver-core</artifactId>
<version>3.11.5</version>
<version>3.12.0</version>
</dependency>
```

Expand All @@ -72,7 +72,7 @@ Note that the object mapper is published as a separate artifact:
<dependency>
<groupId>org.apache.cassandra</groupId>
<artifactId>cassandra-driver-mapping</artifactId>
<version>3.11.5</version>
<version>3.12.0</version>
</dependency>
```

Expand All @@ -82,7 +82,7 @@ The 'extras' module is also published as a separate artifact:
<dependency>
<groupId>org.apache.cassandra</groupId>
<artifactId>cassandra-driver-extras</artifactId>
<version>3.11.5/version>
<version>3.12.0/version>
</dependency>
```

Expand All @@ -96,7 +96,7 @@ is available for download.

## Compatibility

The Java client driver 3.11.5 ([branch 3.x](https://github.com/apache/cassandra-java-driver/tree/3.x)) is compatible with Apache
The Java client driver 3.12.0 ([branch 3.x](https://github.com/apache/cassandra-java-driver/tree/3.x)) is compatible with Apache
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
the most up-to-date compatibility information).

Expand Down
4 changes: 4 additions & 0 deletions changelog/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ under the License.
3.x versions get published.
-->

## 3.12.0
- [improvement] CASSANDRA-18971: Switch all archs to netty-tcnative-boringssl-static
- [improvement] CASSJAVA-58: Update 3.x DRIVER_NAME to match 4.x Java driver

## 3.11.5
- [improvement] JAVA-3114: Shade io.dropwizard.metrics:metrics-core in shaded driver
- [improvement] JAVA-3115: SchemaChangeListener#onKeyspaceChanged can fire when keyspace has not changed if using SimpleStrategy replication
Expand Down
2 changes: 1 addition & 1 deletion faq/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ version is available, you may want to reach out to the maintainer of that tool t
an update with compatibility to this driver version.


[Blobs.java]: https://github.com/apache/cassandra-java-driver/tree/3.11.5/driver-examples/src/main/java/com/datastax/driver/examples/datatypes/Blobs.java
[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
[CASSANDRA-7304]: https://issues.apache.org/jira/browse/CASSANDRA-7304
[Parameters and Binding]: ../manual/statements/prepared/#parameters-and-binding
[Mapper options]: ../manual/object_mapper/using/#mapper-options
Expand Down
2 changes: 1 addition & 1 deletion manual/compression/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,4 +107,4 @@ cluster = Cluster.builder()
.build();
```

[pom]: https://repo1.maven.org/maven2/com/datastax/cassandra/cassandra-driver-parent/3.11.5/cassandra-driver-parent-3.11.5.pom
[pom]: https://repo1.maven.org/maven2/com/datastax/cassandra/cassandra-driver-parent/3.12.0/cassandra-driver-parent-3.12.0.pom
2 changes: 1 addition & 1 deletion manual/custom_codecs/extras/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ The module is published as a separate Maven artifact:
<dependency>
<groupId>org.apache.cassandra</groupId>
<artifactId>cassandra-driver-extras</artifactId>
<version>3.11.5</version>
<version>3.12.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion manual/metrics/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ To do this in a maven project:
<dependency>
<groupId>org.apache.cassandra</groupId>
<artifactId>cassandra-driver-core</artifactId>
<version>3.11.5</version>
<version>3.12.0</version>
<exclusions>
<exclusion>
<groupId>io.dropwizard.metrics</groupId>
Expand Down
2 changes: 1 addition & 1 deletion manual/object_mapper/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ The mapper is published as a separate Maven artifact:
<dependency>
<groupId>org.apache.cassandra</groupId>
<artifactId>cassandra-driver-mapping</artifactId>
<version>3.11.5</version>
<version>3.12.0</version>
</dependency>
```

Expand Down
6 changes: 3 additions & 3 deletions manual/shaded_jar/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ package name:
<dependency>
<groupId>org.apache.cassandra</groupId>
<artifactId>cassandra-driver-core</artifactId>
<version>3.11.5</version>
<version>3.12.0</version>
<classifier>shaded</classifier>
<!-- Because the shaded JAR uses the original POM, you still need
to exclude this dependency explicitly: -->
Expand All @@ -55,7 +55,7 @@ non-shaded JAR:
<dependency>
<groupId>org.apache.cassandra</groupId>
<artifactId>cassandra-driver-core</artifactId>
<version>3.11.5</version>
<version>3.12.0</version>
<classifier>shaded</classifier>
<exclusions>
<exclusion>
Expand All @@ -71,7 +71,7 @@ non-shaded JAR:
<dependency>
<groupId>org.apache.cassandra</groupId>
<artifactId>cassandra-driver-mapping</artifactId>
<version>3.11.5</version>
<version>3.12.0</version>
<exclusions>
<exclusion>
<groupId>org.apache.cassandra</groupId>
Expand Down

0 comments on commit 657e470

Please sign in to comment.