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: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,12 @@ The OSX binary was compiled with Xcode 7.2 on OSX 10.11.
18
18
The source code is available in the [VoltDB Github repository]
19
19
(https://github.com/VoltDB/voltdb-client-cpp).
20
20
21
+
New Features in V6.8
22
+
==================
23
+
- Update backpressure notification to notify when backpressure on client transitions from on to off
24
+
- Fix handling of pending connection logic where client gets disconnected and tries to reconnect, if socket timeout is longer than 10 seconds, it can potentially crash the client
25
+
- Update setaffinity logic to not drop the set affinity request in case of backpresure with client configured with enable abandon set to true.
0 commit comments