Skip to content

Commit

Permalink
Docs + changelog updates
Browse files Browse the repository at this point in the history
  • Loading branch information
absurdfarce committed Sep 14, 2022
1 parent 03961c9 commit 8439108
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
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.14.1](https://github.com/datastax/java-driver/tree/4.14.1).*
[4.15.0](https://github.com/datastax/java-driver/tree/4.15.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
4 changes: 3 additions & 1 deletion changelog/README.md
Expand Up @@ -2,8 +2,10 @@

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

### 4.15.0 (in progress)
### 4.15.0

- [improvement] JAVA-3041: Update Guava session sample code to use ProgrammaticArguments
- [improvement] JAVA-3022: Implement AddressTranslator for AWS PrivateLink
- [bug] JAVA-3021: Update table SchemaBuilder page to replace withPrimaryKey with withPartitionKey
- [bug] JAVA-3005: Node list refresh behavior in 4.x is different from 3.x
- [bug] JAVA-3002: spring-boot app keeps connecting to IP of replaced node
Expand Down
4 changes: 2 additions & 2 deletions manual/core/bom/README.md
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.14.1</version>
<version>4.15.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.14.1</java-driver.version>
<java-driver.version>4.15.0</java-driver.version>
</properties>
<dependencyManagement>
<dependencies>
Expand Down
1 change: 1 addition & 0 deletions manual/core/integration/README.md
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.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>
<tr><td>4.13.0</td><td>3.4.10</td></tr>
Expand Down

0 comments on commit 8439108

Please sign in to comment.