@@ -21,6 +21,30 @@ under the License.
21
21
22
22
<!-- Note: contrary to 3.x, insert new entries *first* in their section -->
23
23
24
+ ### 4.19.0
25
+
26
+ - [ bug] JAVA-3055: Prevent PreparedStatement cache to be polluted if a request is cancelled.
27
+ - [ bug] JAVA-3168: Copy node info for contact points on initial node refresh only from first match by endpoint
28
+ - [ improvement] JAVA-3143: Extend driver vector support to arbitrary subtypes and fix handling of variable length types (OSS C* 5.0)
29
+ - [ improvement] CASSJAVA-53: Update Guava version used in cassandra-java-driver
30
+ - [ improvement] JAVA-3118: Add support for vector data type in Schema Builder, QueryBuilder
31
+ - [ bug] CASSJAVA-55: Remove setting "Host" header for metadata requests
32
+ - [ bug] JAVA-3057: Allow decoding a UDT that has more fields than expected
33
+ - [ improvement] CASSJAVA-52: Bring java-driver-shaded-guava into the repo as a submodule
34
+ - [ bug] CASSJAVA-2: TableMetadata#describe produces invalid CQL when a type of a column is a vector
35
+ - [ bug] JAVA-3051: Memory leak in DefaultLoadBalancingPolicy measurement of response times
36
+ - [ improvement] CASSJAVA-14: Query builder support for NOT CQL syntax
37
+ - [ bug] CASSJAVA-12: DefaultSslEngineFactory missing null check on close
38
+ - [ improvement] CASSJAVA-46: Expose table extensions via schema builders
39
+ - [ bug] PR 1938: Fix uncaught exception during graceful channel shutdown after exceeding max orphan ids
40
+ - [ improvement] PR 1607: Annotate BatchStatement, Statement, SimpleStatement methods with CheckReturnValue
41
+ - [ improvement] CASSJAVA-41: Reduce lock held duration in ConcurrencyLimitingRequestThrottler
42
+ - [ bug] JAVA-3149: Async Query Cancellation Not Propagated To RequestThrottler
43
+ - [ bug] JAVA-3167: CompletableFutures.allSuccessful() may return never completed future
44
+ - [ bug] PR 1620: Don't return empty routing key when partition key is unbound
45
+ - [ improvement] PR 1623: Limit calls to Conversions.resolveExecutionProfile
46
+ - [ improvement] CASSJAVA-29: Update target Cassandra versions for integration tests, support new 5.0.x
47
+
24
48
### 4.18.1
25
49
26
50
- [ improvement] JAVA-3142: Ability to specify ordering of remote local dc's via new configuration for graceful automatic failovers
0 commit comments