Skip to content

v1.56.0

Compare
Choose a tag to compare
@darccio darccio released this 18 Oct 07:37
· 4 commits to release-v1.56.x since this release
5781af2

Summary

In this release, Continuous Profiler enables execution tracing by default for Go 1.21+. The execution tracer is the data source powering our new timeline view for analyzing latency and identifying bottlenecks. The profiler additionally adds a new metric for number of active goroutines, and disables profiling in AWS Lambda.

Additionally, Data Stream Monitoring (DSM) has a new version tag to track deployments.

Finally, some contrib library improvements include support for translating custom errors in labstack/echo.v4, and trace context propagation for libraries built on fasthttp.

This release also includes several bug fixes and documentation improvements:

Changes

Application Performance Monitoring (APM)

  • contrib/labstack/echo.v4: add WithErrorTranslator Option by @mattscamp in #2169

Profiling

General

New Contributors

Full Changelog: v1.55.0...v1.56.0