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.2

  • Update Java permissions to support Cassandra 3.11.2. (VOLTE-6204)

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 of cassandraContactPoints. 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 and policy.protocol.usessl.netty replace policy.protocol.usessl

    • reconnection.policy replaces reconnectionPolicy

    • reconnection.constant.delay replaces connectToCassandraDelay

    • New values reconnection.exponential.initialdelay and reconnection.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)