Release Notes - 1.0

1.0.1-funcrel

Other Updates

Details
Update string evaluation version
Improve evaluation performance
Upgrade cast_upgrade (internal CAST SDK) from 1.6.13 to 1.6.17.

1.0.0-funcrel

Other Updates

Details
Upgrade internal API. Upgrade application level API to 1.6.13.
Upgrade internal library and dependency to latest internal.platform version.

1.0.0-beta2

New Support

Summary Details
Added objects representing calls to operating system commands Program calls to operating system commands are represented by a "Java Call to General Program", and to identify them, these objects contain the property "Operating system call".
Creation of JAR programs Jar programs objets are created based on analysis of POM files. These objects objects serve as entry points for main Java classes when invoking jar files.
Improved reconstruction of invoked command lines This improvement can notably increase the number of calls to programs retrieved and show a better resolution of the full command line.

1.0.0-beta1

Note

This first beta release gives support to external program calls from Java code. This version is limited to invocations of script-like programs (Perl, Shell, Python,..) and entry point classes of other Java applications.

New Support

Summary Details
Support for program calls from Java Supported classes: "java.lang.ProcessBuilder", "java.lang.Runtime".