Release Notes - 1.0
-
1.0.1-funcrel
1.0.1-funcrel
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
1.0.0-funcrel
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
1.0.0-beta2
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”. Added objects representing calls to operating system commands 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. Creation of JAR programs This improvement can notably increase the number of calls to programs retrieved and show a better resolution of the full command line. Improved reconstruction of invoked command lines -
1.0.0-beta1
1.0.0-beta1
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.Supported classes: “java.lang.ProcessBuilder”, “java.lang.Runtime”. Support for program calls from Java