Skip to content

Commit

Permalink
Docs + changelog updates, 4.16.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
absurdfarce committed Jun 5, 2023
1 parent 52a919b commit 985d498
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*If you're reading this on github.com, please note that this is the readme for the development
version and that some features described here might not yet have been released. You can find the
documentation for latest version through [DataStax Docs] or via the release tags, e.g.
[4.15.0](https://github.com/datastax/java-driver/tree/4.15.0).*
[4.16.0](https://github.com/datastax/java-driver/tree/4.16.0).*

A modern, feature-rich and highly tunable Java client library for [Apache Cassandra®] \(2.1+) and
[DataStax Enterprise] \(4.7+), and [DataStax Astra], using exclusively Cassandra's binary protocol
Expand Down
7 changes: 7 additions & 0 deletions changelog/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

<!-- Note: contrary to 3.x, insert new entries *first* in their section -->

### 4.16.0

- [improvement] JAVA-3058: Clear prepared statement cache on UDT type change event
- [improvement] JAVA-3060: Add vector type, codec + support for parsing CQL type
- [improvement] DOC-2813: Add error handling guidance linking to a helpful blog post
- [improvement] JAVA-3045: Fix GraalVM native image support for GraalVM 22.2

### 4.15.0

- [improvement] JAVA-3041: Update Guava session sample code to use ProgrammaticArguments
Expand Down
4 changes: 2 additions & 2 deletions manual/core/bom/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ To import the driver's BOM, add the following section in your application's own
<dependency>
<groupId>com.datastax.oss</groupId>
<artifactId>java-driver-bom</artifactId>
<version>4.15.0</version>
<version>4.16.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -65,7 +65,7 @@ good idea to extract a property to keep it in sync with the BOM:
```xml
<project>
<properties>
<java-driver.version>4.15.0</java-driver.version>
<java-driver.version>4.16.0</java-driver.version>
</properties>
<dependencyManagement>
<dependencies>
Expand Down
1 change: 1 addition & 0 deletions manual/core/integration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -562,6 +562,7 @@ Here are the recommended TinkerPop versions for each driver version:

<table>
<tr><th>Driver version</th><th>TinkerPop version</th></tr>
<tr><td>4.16.0</td><td>3.5.3</td></tr>
<tr><td>4.15.0</td><td>3.5.3</td></tr>
<tr><td>4.14.1</td><td>3.5.3</td></tr>
<tr><td>4.14.0</td><td>3.4.10</td></tr>
Expand Down

0 comments on commit 985d498

Please sign in to comment.