55 3.x versions get published.
66-->
77
8- ## 3.10.1
8+ ### 3.10.1
99
1010- [ bug] JAVA-2857: Fix NPE when built statements without parameters are logged at TRACE level.
1111- [ bug] JAVA-2843: Successfully parse DSE table schema in OSS driver.
1212
13- ## 3.10.0
13+ ### 3.10.0
1414
1515- [ improvement] JAVA-2676: Don't reschedule flusher after empty runs
1616- [ new feature] JAVA-2772: Support new protocol v5 message format
1717
18- ## 3.9.0
18+ ### 3.9.0
1919
2020- [ bug] JAVA-2627: Avoid logging error message including stack trace in request handler.
2121- [ new feature] JAVA-2706: Add now_in_seconds to protocol v5 query messages.
2222- [ improvement] JAVA-2730: Add support for Cassandra® 4.0 table options
2323- [ improvement] JAVA-2702: Transient Replication Support for Cassandra® 4.0
2424
2525
26- ## 3.8.0
26+ ### 3.8.0
2727
2828- [ new feature] JAVA-2356: Support for DataStax Cloud API.
2929- [ improvement] JAVA-2483: Allow to provide secure bundle via URL.
4848- [ bug] JAVA-2174: Metadata.needsQuote should accept empty strings.
4949- [ bug] JAVA-2193: Fix flaky tests in WarningsTest.
5050
51-
5251### 3.7.0
5352
54- - [ improvement] JAVA-2025: Include exception message in Abstract\ * Codec.accepts(null).
53+ - [ improvement] JAVA-2025: Include exception message in Abstract* Codec.accepts(null).
5554- [ improvement] JAVA-1980: Use covariant return types in RemoteEndpointAwareJdkSSLOptions.Builder methods.
5655- [ documentation] JAVA-2062: Document frozen collection preference with Mapper.
5756- [ bug] JAVA-2071: Fix NPE in ArrayBackedRow.toString().
8079- [ bug] JAVA-1924: StatementWrapper setters should return the wrapping statement.
8180- [ new feature] JAVA-1532: Add Codec support for Java 8's LocalDateTime and ZoneId.
8281- [ 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.
8483- [ documentation] JAVA-1902: Clarify unavailable & request error in DefaultRetryPolicy javadoc.
8584- [ new feature] JAVA-1903: Add WhiteListPolicy.ofHosts.
8685- [ bug] JAVA-1928: Fix GuavaCompatibility for Guava 26.
8786- [ bug] JAVA-1935: Add null check in QueryConsistencyException.getHost.
8887- [ 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 .
9089- [ documentation] JAVA-1810: Note which setters are not propagated to PreparedStatement.
9190- [ bug] JAVA-1944: Surface Read and WriteFailureException to RetryPolicy.
9291- [ bug] JAVA-1211: Fix NPE in cluster close when cluster init fails.
@@ -661,7 +660,7 @@ Merged from 2.2 branch:
661660- [ bug] JAVA-817: TimeCodec does not format values correctly.
662661- [ bug] JAVA-818: TypeCodec.getDataTypeFor() does not handle LocalDate instances.
663662- [ improvement] JAVA-836: Make ResultSet#fetchMoreResult return a
664- ListenableFuture<ResultSet >.
663+ `` ListenableFuture<ResultSet> `` .
665664- [ improvement] JAVA-843: Disable frozen checks in mapper.
666665- [ improvement] JAVA-721: Allow user to register custom type codecs.
667666- [ improvement] JAVA-722: Support custom type codecs in mapper.
@@ -683,7 +682,7 @@ Merged from 2.2 branch:
683682- [ bug] JAVA-817: TimeCodec does not format values correctly.
684683- [ bug] JAVA-818: TypeCodec.getDataTypeFor() does not handle LocalDate instances.
685684- [ improvement] JAVA-836: Make ResultSet#fetchMoreResult return a
686- ListenableFuture<ResultSet >.
685+ `` ListenableFuture<ResultSet> `` .
687686- [ improvement] JAVA-843: Disable frozen checks in mapper.
688687- [ improvement] JAVA-721: Allow user to register custom type codecs.
689688- [ improvement] JAVA-722: Support custom type codecs in mapper.
@@ -984,7 +983,7 @@ Merged from 2.0 branch:
984983- [ bug] JAVA-595: Fix cluster name mismatch check at startup.
985984- [ bug] JAVA-620: Fix guava dependency when using OSGI.
986985- [ bug] JAVA-678: Fix handling of DROP events when ks name is case-sensitive.
987- - [ improvement] JAVA-631: Use List<?> instead of List<Object > in QueryBuilder API.
986+ - [ improvement] JAVA-631: Use `` List<?> `` instead of `` List<Object> `` in QueryBuilder API.
988987- [ improvement] JAVA-654: Exclude Netty POM from META-INF in shaded JAR.
989988- [ bug] JAVA-655: Quote single quotes contained in table comments in asCQLQuery method.
990989- [ bug] JAVA-684: Empty TokenRange returned in a one token cluster.
@@ -1235,7 +1234,7 @@ Merged from 2.0.10_fixes branch:
12351234- [ bug] JAVA-595: Fix cluster name mismatch check at startup.
12361235- [ bug] JAVA-620: Fix guava dependency when using OSGI.
12371236- [ bug] JAVA-678: Fix handling of DROP events when ks name is case-sensitive.
1238- - [ improvement] JAVA-631: Use List<?> instead of List<Object > in QueryBuilder API.
1237+ - [ improvement] JAVA-631: Use `` List<?> `` instead of `` List<Object> `` in QueryBuilder API.
12391238- [ improvement] JAVA-654: Exclude Netty POM from META-INF in shaded JAR.
12401239- [ bug] JAVA-655: Quote single quotes contained in table comments in asCQLQuery method.
12411240- [ bug] JAVA-684: Empty TokenRange returned in a one token cluster.
0 commit comments