Skip to content

Commit 42cb658

Browse files
committed
Changelog updates
1 parent c1e3a63 commit 42cb658

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

changelog/README.md

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

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

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

7+
- [bug] JAVA-2976: Support missing protocol v5 error codes CAS_WRITE_UNKNOWN, CDC_WRITE_FAILURE
8+
- [bug] JAVA-2987: BasicLoadBalancingPolicy remote computation assumes local DC is up and live
9+
- [bug] JAVA-2992: Include options into DefaultTableMetadata equals and hash methods
10+
- [improvement] JAVA-2982: Switch Esri geometry lib to an optional dependency
711
- [improvement] JAVA-2959: Don't throw NoNodeAvailableException when all connections busy
812

913
### 4.13.0
@@ -597,6 +601,17 @@ changelog](https://docs.datastax.com/en/developer/java-driver-dse/latest/changel
597601
- [bug] JAVA-1499: Wait for load balancing policy at cluster initialization
598602
- [new feature] JAVA-1495: Add prepared statements
599603

604+
## 3.11.1
605+
- [bug] JAVA-2967: Support native transport peer information for DSE 6.8.
606+
- [bug] JAVA-2976: Support missing protocol v5 error codes CAS_WRITE_UNKNOWN, CDC_WRITE_FAILURE.
607+
608+
## 3.11.0
609+
610+
- [improvement] JAVA-2705: Remove protocol v5 beta status, add v6-beta.
611+
- [bug] JAVA-2923: Detect and use Guava's new HostAndPort.getHost method.
612+
- [bug] JAVA-2922: Switch to modern framing format inside a channel handler.
613+
- [bug] JAVA-2924: Consider protocol version unsupported when server requires USE_BETA flag for it.
614+
600615
### 3.10.2
601616

602617
- [bug] JAVA-2860: Avoid NPE if channel initialization crashes.

0 commit comments

Comments
 (0)