Skip to content

v1.8.4

Released on 2025-06-08GitHub Release

  • 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).
  • 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).

Thank you to all our contributors!

Full Changelog: https://github.com/zeromicro/go-zero/compare/v1.8.3…v1.8.4