Skip to content

Releases: VoltDB/voltdb-client-cpp

voltdb-client-cpp-v6.8

22 Nov 15:54

Choose a tag to compare

New Features in V6.8

  • Update backpressure notification to notify when backpressure on client transitions from on to off
  • 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
  • Update setaffinity logic to not drop the set affinity request in case of backpresure with client configured with enable abandon set to true.

voltdb-client-cpp-6.0

13 May 18:32

Choose a tag to compare

New Features in V6.0

Support for new geospatial datatypes: GEOGRAPHY and GEOGRAPHY_POINT. The client can fetch columns using getGeography() and getGeographyPoint().