You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,10 @@ Features:
5
5
* Update Table metadata to include trigger-collection and view-collection metadata.
6
6
* Added execution profiles to encapsulate a group of request execution options.
7
7
* Added support for v5 beta protocol.
8
+
* Make prepared statement cache not be scoped by host and optimistically execute prepared statements on hosts where
9
+
we are not sure the statement is already prepared. The motivation is that in the steady state, all nodes have
10
+
prepared statements already, so there is no need to prepare statements before executing them. If the guess is wrong,
11
+
the client will prepare and execute at that point.
8
12
9
13
Bug Fixes:
10
14
*[RUBY-255](https://datastax-oss.atlassian.net/browse/RUBY-255) ControlConnection.peer_ip ignores peers that are missing critical information in system.peers.
0 commit comments