yCrash Agent -------------- + Container support - Made significant enhancements to the agent to provide support for containerization. Now you can run the agent and target application in the following architectures: a. Target application can run in a container and agent can run on the host b. Target application can run in a container and agent can run in the same container as target application c. Target application can run in a container and agent can run in a different side-car container. + Enhanced the yc agent to support a containerized world. For more details visit https://docs.google.com/document/d/1q4aMSh-VPuc9P1vPIeXLpPCVkJ1KA8M8P7RpEAf-rQo/edit + In the earlier releases JDK has to be installed in order the agent to capture GC logs, thread dumps and heap dumps. In this release this dependency has been removed. It’s just enough if only JRE is installed, JDK is not required. + Tags from the agent - You can pass tags from the yCrash agent. These tags will be printed in the dashboard report. + Custom command - Previously in the ‘actions’ element user can pass only the 'capture ' command. Now User can pass any commands in the ‘actions’ element and that command will be executed on the machine in which the agent is running. yCrash Server -------------- + Consolidated standalone GCeasy, FastThread, HeapHero enterprise edition tools into yCrash Enterprise Edition. All the features/capabilities of GCeasy, FastThread, HeapHero are supported in yCrash. Going forward yCrash will be the only Enterprise Edition that we will be releasing. + Security improvement - We have now secure penetration testing certification for our on-prem yCrash EE deployment. + New Relic Integration - Integrated yCrash with New Relic. For more details visit https://docs.ycrash.io/ycrash-integration/monitoring-tools/newrelic-integration.html + If you want to add tags when the incidents are captured when the agent is running, then you can pass this argument when running the agent. To more details on how to use this argument, refer https://docs.ycrash.io/ycrash-agent/all-agent-arguments.html + Generating dynamic graphs in M3 - Beta Version + Dmesg Enhancement - Now we are displaying the warnings in the Kernel report if it is reported within 24 hours + Basic Auth - If there are challenges in integrating with your SAML solution, yCrash also provides a basic authentication solution. To know more about it, refer https://docs.ycrash.io/ycrash-server/administration/basic-auth.html + Thread Group count - If there is a lot of fluctuation in a particular thread group count, then the thread group should be investigated further. In fastThread report, We are displaying the "Thread Group count" in Graphical representation like which threads are in which states along with the count. + Ping Enhancement - Now we have enhanced the reporting of ping. + Masking feature in Process report - Process report has the commands which contain Complete command-line arguments with which this process was started. For security reasons, if you decide not to publish them in clear text, we are supporting a feature that can mask the command line arguments that are published in the report. + Supporting Alpine Linux Top command Output + Fixed Responsiveness issues in GC report and fastThread report + Supporting MAC Top output: Earlier we were supporting only Linux, Unix top command output. Now we have added support to parse MAC’s top command output + Update docs.ycrash.io with security features + UI related Bug Fixes + Launch Scripts - You can also use gceasy, fastthread, heaphero by launching it as a separate app. + GC Log parsing bug fixes: We have fixed bugs related to shenandoah & jstat GC log parsing. + Made application responsive in several different form factors. More enhancements in this front will be made in the upcoming release. .