3.53 Release Notes ------------------ + Enhanced/Simplified FastThread UI. + Bug few fixes to stabilize fastThread reports (Transitive graph, HTTP 400) + TAR file uploading wasn't supported in the fastThread application. Now implementation has been enhanced to support tar file in fastThread app + In the comparative Summary page, we have replaced 'Thread Count' section's bar graph with multi-series area graph. Since visualizing thread states and their counts across thread dumps is easier to do with area graph. + 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://blog.gceasy.io/2020/07/30/health-check-status-page/ + New 'Headline' feature has been developed. This headline feature intends to provide a capability to the Enterprise Edition tool administrators to flash important news/announcements about the tool to their users. Administrators can use this feature to flash announcements such as 'Tool will be unavailable from 9 am to 10 am on Aug 14 for maintenance purposes,' OR 'New Manual upload incidents feature is added'. More details about this feature can be found in the 'Headline' section of this page: https://blog.tier1app.com/2016/10/30/enterprise-edition-admin-manual/ + Tool was having some challenges in working with pure storage. Now this issue has been fixed. + Fixed milliseconds precision in the GC Log Standardization API: https://blog.gceasy.io/2017/08/15/gc-log-standardization-api/