|
| 1 | +--- |
| 2 | +title: Version 1.14 release notes |
| 3 | +menuTitle: V1.14 |
| 4 | +description: Release notes for Grafana Pyroscope 1.14 |
| 5 | +weight: 250 |
| 6 | +--- |
| 7 | + |
| 8 | +## Version 1.14.0 release notes |
| 9 | + |
| 10 | +The Pyroscope team is excited to present Grafana Pyroscope 1.14.0 |
| 11 | + |
| 12 | +This release contains enhancements, improves stability & performance. |
| 13 | + |
| 14 | +Notable changes are listed below. For more details, check out the [1.14.0 changelog](https://github.com/grafana/pyroscope/compare/v1.13.0...v1.14.0). |
| 15 | + |
| 16 | +### Enhancements |
| 17 | +* Profile throttling (#3956) |
| 18 | +* Improve performance of `*stacktraceTree.insert` (#4033) |
| 19 | +* Improve performance of `*deduplicatingSlice.ingest` (#4037) |
| 20 | +* Symbolization support (#4093, #3799, #4173, #4259) |
| 21 | +* Dynamically named usage groups (#4210, #4231) |
| 22 | +* Mark storage.prefix as non experimental (#4086) |
| 23 | + |
| 24 | +### Fixes |
| 25 | +* Validate query range that start <= end (#4229) |
| 26 | +* Fix goroutine leaks (#4239, #4237) |
| 27 | +* Fix panic in vcs getCommit when author empty (#4152) |
| 28 | +* Storage prefix validation (#4044) |
| 29 | +* Drop malformed locations (#4051) |
| 30 | +* Fix object download error branch panic (#4102) |
| 31 | +* Separate query and block context (#4122) |
| 32 | + |
| 33 | +### Documentation |
| 34 | +* Add documentation about usage stats (#4104) |
| 35 | +* Add OSS documentation on the Source Code GitHub integration (#4129) |
| 36 | +* Add profiling instructions for MacOS (#4202) |
0 commit comments