0.39 RELEASE NOTES ------------------- + New feature has been developed, which will allow users to manually upload the incident artifacts(i.e., GC logs, thread dumps, heap dumps) directly from the dashboard. Earlier only way to upload the incident artifacts was to use the agent. To learn more about this feature refer to https://docs.ycrash.io/ycrash-features/upload-incident-manually.html + Earlier, any errors found in the heap dump analysis report (if you happen to use Eclipse MAT for parsing), were not reported in the RCA Summary page (i.e., main report page). Now it has been fixed. Errors from the heap dump analysis report are rolled out and reported on the RCA summary page. + We have created API documentation for uploading incident artifacts to yCrash server. In case if you are interested in building your agent to upload the incident artifacts, you can use these APIs: - https://docs.ycrash.io/ycrash-server/receiver-api.html - https://docs.ycrash.io/ycrash-server/receiver-heap-api.html - https://docs.ycrash.io/ycrash-server/fin-api.html - https://docs.ycrash.io/ycrash-agent/build-own-agent.html Note: These documentations are in a basic state. It will be polished/refined further in the upcoming release. + User was able to access yCrash dashboard pages even when SAML authentication was failing. Now it has been fixed. + GCeasy UI has been enhanced significantly in this release. + In HeapHero Application, if any problems were found, they were reported in the appropriate section of the report. i.e. Memory leak suspects where published in the 'Large objects' sections. Any problems in the threads were published in the 'Threads' section. Now all these errors are not only published in the appropriate sections, it's also reported in the top part of the HeapHero report so that Users can see the consolidated errors in the top part of the report itself. + HeapHero application was throwing inappropriate error messages like: 'expecting HPROF file format 1.0.3. java.io.IOException: expecting HPROF file format 1.0.3' when heap dump file size was larger than heap size of HeapHero application. Now more appropriate error message: 'Sufficient memory isn't available to process heap dump file. For fast processing, allocate memory size (i.e. -Xmx) to be 1.5x to 2x times the size of the heap dump file' is returned.