Version 1.14.0 release notes
The Pyroscope team is excited to present Grafana Pyroscope 1.14.0
This release contains enhancements, improves stability & performance.
Notable changes are listed below. For more details, check out the 1.14.0 changelog.
Enhancements
- Profile throttling (#3956)
- Improve performance of
*stacktraceTree.insert
(#4033) - Improve performance of
*deduplicatingSlice.ingest
(#4037) - Symbolization support (#4093, #3799, #4173, #4259)
- Dynamically named usage groups (#4210, #4231)
- Mark storage.prefix as non experimental (#4086)
Fixes
- Validate query range that start <= end (#4229)
- Fix goroutine leaks (#4239, #4237)
- Fix panic in vcs getCommit when author empty (#4152)
- Storage prefix validation (#4044)
- Drop malformed locations (#4051)
- Fix object download error branch panic (#4102)
- Separate query and block context (#4122)
Documentation
- Add documentation about usage stats (#4104)
- Add OSS documentation on the Source Code GitHub integration (#4129)
- Add profiling instructions for MacOS (#4202)