Skip to content

v1.8.4

Latest
Compare
Choose a tag to compare
@kevwan kevwan released this 08 Jun 16:03
· 7 commits to master since this release
0f2b589

Highlights

  • Continuous profiling support (#4867).
    Profiling:
       ServerAddr: http://<pyroscope-server>:<port>
  • Embedded File Server Enhancements: Added support to serve files using embed.FS, simplifying static file serving (#4847, #4851).
  • Performance Optimizations: Improved performance for hashing and slicing operations (#4891, #4877).

What's Changed

  • New Features:
    • File server now supports embed.FS (#4847).
    • Continuous profiling support (#4867).
  • Optimizations:
    • Improved slicing and comparison using Go standard library functions (#4841, #4840, #4877, #4879).
    • Time formatting standardized with the Go standard library (#4875).
    • Hashing performance improvements (#4891).

New Contributors

Thank you to all our contributors!

Full Changelog: v1.8.3...v1.8.4