Skip to content

Commit 8439108

Browse files
committed
Docs + changelog updates
1 parent 03961c9 commit 8439108

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*If you're reading this on github.com, please note that this is the readme for the development
66
version and that some features described here might not yet have been released. You can find the
77
documentation for latest version through [DataStax Docs] or via the release tags, e.g.
8-
[4.14.1](https://github.com/datastax/java-driver/tree/4.14.1).*
8+
[4.15.0](https://github.com/datastax/java-driver/tree/4.15.0).*
99

1010
A modern, feature-rich and highly tunable Java client library for [Apache Cassandra®] \(2.1+) and
1111
[DataStax Enterprise] \(4.7+), and [DataStax Astra], using exclusively Cassandra's binary protocol

changelog/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@
22

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

5-
### 4.15.0 (in progress)
5+
### 4.15.0
66

7+
- [improvement] JAVA-3041: Update Guava session sample code to use ProgrammaticArguments
8+
- [improvement] JAVA-3022: Implement AddressTranslator for AWS PrivateLink
79
- [bug] JAVA-3021: Update table SchemaBuilder page to replace withPrimaryKey with withPartitionKey
810
- [bug] JAVA-3005: Node list refresh behavior in 4.x is different from 3.x
911
- [bug] JAVA-3002: spring-boot app keeps connecting to IP of replaced node

manual/core/bom/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ To import the driver's BOM, add the following section in your application's own
1313
<dependency>
1414
<groupId>com.datastax.oss</groupId>
1515
<artifactId>java-driver-bom</artifactId>
16-
<version>4.14.1</version>
16+
<version>4.15.0</version>
1717
<type>pom</type>
1818
<scope>import</scope>
1919
</dependency>
@@ -65,7 +65,7 @@ good idea to extract a property to keep it in sync with the BOM:
6565
```xml
6666
<project>
6767
<properties>
68-
<java-driver.version>4.14.1</java-driver.version>
68+
<java-driver.version>4.15.0</java-driver.version>
6969
</properties>
7070
<dependencyManagement>
7171
<dependencies>

manual/core/integration/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -562,6 +562,7 @@ Here are the recommended TinkerPop versions for each driver version:
562562

563563
<table>
564564
<tr><th>Driver version</th><th>TinkerPop version</th></tr>
565+
<tr><td>4.15.0</td><td>3.5.3</td></tr>
565566
<tr><td>4.14.1</td><td>3.5.3</td></tr>
566567
<tr><td>4.14.0</td><td>3.4.10</td></tr>
567568
<tr><td>4.13.0</td><td>3.4.10</td></tr>

0 commit comments

Comments
 (0)