Release Notes - 1.0


  • 1.0.6-funcrel

    1.0.6-funcrel
    Adds a new property within call link to expose details of triggered APIs associated with queries.
  • 1.0.5-funcrel

    1.0.5-funcrel
    Activates Linux compatibility for v3/8.4.
  • 1.0.4-funcrel

    1.0.4-funcrel
    Updated embedded libraries.
  • 1.0.3-funcrel

    1.0.3-funcrel
    Updated embedded libraries.
    Fixes various traceback errors occuring with some source code.
  • 1.0.2-funcrel

    1.0.2-funcrel
    Fixes a traceback error seen in the analysis log: “TypeError: Can’t convert ‘NoneType’ object to str implicitly”.
    Fixes a traceback error seen in the analysis log: “AttributeError: ‘MemberAccess’ object has no attribute ‘get_name’”.
  • 1.0.1-funcrel

    1.0.1-funcrel
    This version is shipped with version 1.2.25 of string evaluation.
    Fixes traceback errors seen in the analysis log during Java Cassandra evaluations.
    Fixes a traceback error seen in the analysis log: “AttributeError: ‘str’ object has no attribute ‘get_keyspace’”.
    Fixes a traceback error seen in the analysis log: “AttributeError: ‘str’ object has no attribute ‘get_tablename’”.
  • 1.0.0-funcrel

    1.0.0-funcrel
    Fixed naming issue for query object in Java Cassandra.
  • 1.0.0-beta2

    1.0.0-beta2
    Added support for CQL query objects built using CassandraOperations, CassandraTemplate and CqlTemplate APIs.Support for CassandraOperations, CassandraTemplate and CqlTemplate APIs
  • 1.0.0-beta1

    1.0.0-beta1
    Initial release.
    Support provided to build CQL queries using Spring framework and DataStax APIs in Java.Add support for Cassandra for Java