Release Notes 0.45 ------------------- yCrash Agent ------------- + Introduced gcCaptureCmd, tdCaptureCmd, hdCaptureCmd arguments to critical artifact capturing mechanism. More details can be found here: https://docs.ycrash.io/ycrash-agent/capturing-critical-artifacts.html yCrash Server -------------- + Heap Hero tool uses its internal parsing engine to analyze the heap dumps. Certain engineers prefer to use Eclipse MAT to analyze the heap dumps rather than HeapHero internal parsing engine. To facilitate them, HeapHero can be configured to use Eclipse MAT for parsing the heap dumps. For more details refer to: https://docs.ycrash.io/ycrash-server/administration/configure-heap-dump-analysis-tool.html + Shenandoah GC log parsing has been enhanced to print all GC phases details + Minor bug fix has been made in CMS GC parsign logic. In certain corner cases, tool was reporting wrong generational size + Minor bug fixes