2.0.0.3
-
Fixed response executor queue capacity. The
responseExecutor.queueCapacityconfiguration property was being ignored in some cases, resulting in an unbounded queue. (#206538)
2.0.0.2
-
Add MBeanPermission entry for queryNames to fix patching of the cassandra-cql RA. (VOLTE-8910)
2.0.0.1
-
Fix AccessControlException following active reconfiguration of
cassandraContactPointsorkeyspaceconfiguration properties. (VOLTE-9365)
2.0.0.0
-
Initial release of cassandra-cql 2.0.0.x
-
This release is built on and requires JDK 11. It requires Rhino 3.0 or later releases.
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
cassandraHostsin 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.jdkandpolicy.protocol.usessl.nettyreplacepolicy.protocol.usessl -
reconnection.policyreplacesreconnectionPolicy -
reconnection.constant.delayreplacesconnectToCassandraDelay -
New values
reconnection.exponential.initialdelayandreconnection.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)
