|
5 | 5 | 3.x versions get published. |
6 | 6 | --> |
7 | 7 |
|
8 | | -## 3.10.1 |
| 8 | +### 3.10.1 |
9 | 9 |
|
10 | 10 | - [bug] JAVA-2857: Fix NPE when built statements without parameters are logged at TRACE level. |
11 | 11 | - [bug] JAVA-2843: Successfully parse DSE table schema in OSS driver. |
12 | 12 |
|
13 | | -## 3.10.0 |
| 13 | +### 3.10.0 |
14 | 14 |
|
15 | 15 | - [improvement] JAVA-2676: Don't reschedule flusher after empty runs |
16 | 16 | - [new feature] JAVA-2772: Support new protocol v5 message format |
17 | 17 |
|
18 | | -## 3.9.0 |
| 18 | +### 3.9.0 |
19 | 19 |
|
20 | 20 | - [bug] JAVA-2627: Avoid logging error message including stack trace in request handler. |
21 | 21 | - [new feature] JAVA-2706: Add now_in_seconds to protocol v5 query messages. |
22 | 22 | - [improvement] JAVA-2730: Add support for Cassandra® 4.0 table options |
23 | 23 | - [improvement] JAVA-2702: Transient Replication Support for Cassandra® 4.0 |
24 | 24 |
|
25 | 25 |
|
26 | | -## 3.8.0 |
| 26 | +### 3.8.0 |
27 | 27 |
|
28 | 28 | - [new feature] JAVA-2356: Support for DataStax Cloud API. |
29 | 29 | - [improvement] JAVA-2483: Allow to provide secure bundle via URL. |
|
48 | 48 | - [bug] JAVA-2174: Metadata.needsQuote should accept empty strings. |
49 | 49 | - [bug] JAVA-2193: Fix flaky tests in WarningsTest. |
50 | 50 |
|
51 | | - |
52 | 51 | ### 3.7.0 |
53 | 52 |
|
54 | | -- [improvement] JAVA-2025: Include exception message in Abstract\*Codec.accepts(null). |
| 53 | +- [improvement] JAVA-2025: Include exception message in Abstract*Codec.accepts(null). |
55 | 54 | - [improvement] JAVA-1980: Use covariant return types in RemoteEndpointAwareJdkSSLOptions.Builder methods. |
56 | 55 | - [documentation] JAVA-2062: Document frozen collection preference with Mapper. |
57 | 56 | - [bug] JAVA-2071: Fix NPE in ArrayBackedRow.toString(). |
|
80 | 79 | - [bug] JAVA-1924: StatementWrapper setters should return the wrapping statement. |
81 | 80 | - [new feature] JAVA-1532: Add Codec support for Java 8's LocalDateTime and ZoneId. |
82 | 81 | - [improvement] JAVA-1786: Use Google code formatter. |
83 | | -- [bug] JAVA-1871: Change LOCAL\_SERIAL.isDCLocal() to return true. |
| 82 | +- [bug] JAVA-1871: Change LOCAL_SERIAL.isDCLocal() to return true. |
84 | 83 | - [documentation] JAVA-1902: Clarify unavailable & request error in DefaultRetryPolicy javadoc. |
85 | 84 | - [new feature] JAVA-1903: Add WhiteListPolicy.ofHosts. |
86 | 85 | - [bug] JAVA-1928: Fix GuavaCompatibility for Guava 26. |
87 | 86 | - [bug] JAVA-1935: Add null check in QueryConsistencyException.getHost. |
88 | 87 | - [improvement] JAVA-1771: Send driver name and version in STARTUP message. |
89 | | -- [improvement] JAVA-1388: Add dynamic port discovery for system.peers\_v2. |
| 88 | +- [improvement] JAVA-1388: Add dynamic port discovery for system.peers_v2. |
90 | 89 | - [documentation] JAVA-1810: Note which setters are not propagated to PreparedStatement. |
91 | 90 | - [bug] JAVA-1944: Surface Read and WriteFailureException to RetryPolicy. |
92 | 91 | - [bug] JAVA-1211: Fix NPE in cluster close when cluster init fails. |
|
0 commit comments