Release 2.20.6 notes -------------------- yCrash Server - Features and Fixes: 1. Introducing yc-codec.jar encrypt configuration files and system properties. This jar is bundled in the yCrash build. After unzipping the yCrash build you can locate this jar file in tools/codec directory.To learn more about this jar please visit: https://docs.ycrash.io/ycrash-server/administration/encrypt-configuration-file.html 2. Implemented a free memory validation logic for heap dump analysis. The tool will return an error if there is no sufficient memory to process the heap dump file. 3. Bug Fix: + Handling encoding for the HeapHero response + Fixed memory leak detail page loading issue when common/shortest path to accumulation point has a lot of data 4. Restructured HeapHero REST API JSON response. Renamed leakSuspect object to potentialMemoryLeak, and dominatorTree to largestObjects. 5. Support to invoke GCeasy, fastThread, and HeapHero REST API with SSO authentication. To learn more please visit: https://docs.ycrash.io/ycrash-server/administration/rest-api-with-single-sign-on.html