Release Notes 0.43 ------------------- yCrash Agent ------------- + Changed 'yc-fin' API response to be in JSON format (initially it was in YAML format) + All of the yCrash agent's logs are sent to standard error. Only the 'yc-fin' API response is sent to standard output. yCrash Server -------------- + We have developed new feature called: micro-metrics monitoring (m3). Micro-metrics monitoring feature attempts to forecast and predict application performance characteristics at a very early stage. Once the problem is detected early, it gives you the flexibility to take corrective action. More details about this feature can be found here: https://doc.ycrash.io/ycrash-agent/micrometrics.html + In the earlier release we developed 'Health check status page', publishing system level and JVM level metrics. In this release we have enhanced it to publish application level metrics as well. Like whether local or remote storage is used, whether single-sign-on SSO used, .. Besides that if you would like to see the response in the raw JSON format then invoke the URL with the parameter ‘accept=json’ (Example: http://hostname:port/debug?accept=json). More details about this feature can be found in: https://doc.ycrash.io/ycrash-features/health-check-status.html + In the yCrash calendar dashboard, on the right panel earlier we were only displaying the application name. Now along with it, we have started to display the IP address and tags pertaining to that incident. + 'Export Summary - Search' feature has been developed. This feature facilitates you to export search results incidents into a CSV file which can be shared with your management, peers. More details about this feature can be found here: https://doc.ycrash.io/ycrash-features/export-summary-search.html + So far saml.xml (Single sign on) configuration file can be loaded only from local storage. Starting from this release saml.xml can also be loaded from Remote storage devices (such as AWS S3, PureStorage, ...). + When a new incident is reported in yCrash, you might want to create a support ticket in JIRA automatically. To facilitate this, we have developed a plugin to integrate with JIRA. More details about this feature can be found here: https://doc.ycrash.io/ycrash-server/administration/jira-integration.html + When a new incident is reported in yCrash, you might want to create a support ticket in ServiceNow automatically. To facilitate this, we have developed a plugin to integrate with ServiceNow. https://doc.ycrash.io/ycrash-server/administration/servicenow-integration.html + Enhanced heap analysis report UI to be compatbile with yCrash look & feel + Simplified thread dump analysis report UI. Made is more easily navigatable + Minor bug fixes