1.2.0.3
-
Clear the prepared statement cache when Cassandra reconnects, to avoid a situation where Cassandra stops recognising some prepared statements, and does not re-prepare automatically. (VOLTE-8912)
-
Add MBeanPermission entry for queryNames to fix patching of the cassandra-cql RA. (VOLTE-8910)
-
Add support for creating Counter type batch statements (RRE-54)
1.2.0.1
-
Initial release of cassandra-cql 1.2.0.x
-
Update Datastax driver to 3.4.0. (VOLTE-5216)
-
Deprecate
cassandraHosts
in favour ofcassandraContactPoints
. See The Cassandra database to connect to. (VOLTE-1760) -
Update cassandra-cql RA configuration properties. See Configuring the resource adaptor for details. (VOLTE-6036)
-
policy.protocol.usessl.jdk
andpolicy.protocol.usessl.netty
replacepolicy.protocol.usessl
-
reconnection.policy
replacesreconnectionPolicy
-
reconnection.constant.delay
replacesconnectToCassandraDelay
-
New values
reconnection.exponential.initialdelay
andreconnection.exponential.maxdelay
-
Add new config for socket options, see Socket options.
-
Add new config for load balancing, see Load balancing options.
-
-
Generate alarms per Cassandra host, and clear alarms on deactivation. (VOLTE-6037)
-
Add a timeout to prepare() calls. (VOLTE-6097)