tolbertam commented on code in PR #2009:
URL: 
https://github.com/apache/cassandra-java-driver/pull/2009#discussion_r1941938768


##########
changelog/README.md:
##########
@@ -21,6 +21,30 @@ under the License.
 
 <!-- Note: contrary to 3.x, insert new entries *first* in their section -->
 
+### 4.19.0
+
+- [bug] JAVA-3055: Prevent PreparedStatement cache to be polluted if a request 
is cancelled.
+- [bug] JAVA-3168: Copy node info for contact points on initial node refresh 
only from first match by endpoint
+- [improvement] JAVA-3143: Extend driver vector support to arbitrary subtypes 
and fix handling of variable length types (OSS C* 5.0)
+- [improvement] CASSJAVA-53: Update Guava version used in cassandra-java-driver
+- [improvement] JAVA-3118: Add support for vector data type in Schema Builder, 
QueryBuilder
+- [bug] CASSJAVA-55: Remove setting "Host" header for metadata requests
+- [bug] JAVA-3057: Allow decoding a UDT that has more fields than expected
+- [improvement] CASSJAVA-52: Bring java-driver-shaded-guava into the repo as a 
submodule
+- [bug] CASSJAVA-2: TableMetadata#describe produces invalid CQL when a type of 
a column is a vector
+- [bug] JAVA-3051: Memory leak

Review Comment:
   agreed, that sticks out a bit!  Memory leak!? What? 
   
   maybe change to "Fix memory leak in DefaultLoadBalancingPolicy.responseTimes"
   
   It looks like the issue probably would have only impacted customers of AWS 
Keyspaces which treats nodes in such a way that it generates different node 
entries on every control connection refresh.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: pr-unsubscr...@cassandra.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscr...@cassandra.apache.org
For additional commands, e-mail: pr-h...@cassandra.apache.org

Reply via email to