Release 3.7 notes ------------------- yCrash Server - Features and Fixes: ---------------------------------- + JFR Bug Fixes: Resolved various issues related to Java Flight Recorder (JFR) file processing and analysis. + Async-Profiler JFR Support: Added support for parsing JFR files generated using the async-profiler command. + Optimized Bundle Uploads: Improved bundle upload performance by splitting large files into smaller chunks for more efficient processing. + Extended JFR File Format Support: Added support for uploading JFR files in .gz, .tar.gz, and .tgz formats. + Fixed Regex CPU Spike Issue: Resolved an issue that could cause excessive CPU utilization during regex processing. yc-360-Script - Features and Fixes: ---------------------------------- + Go Dependency Security Updates: Updated golang.org/x/text to v0.39.0 to address vulnerability GO-2026-5970. + Compression Library Security Update: Updated github.com/klauspost/compress to v1.18.7 to address vulnerability GO-2026-5841