github.com/grafana/pyroscope@v1.18.0/docs/sources/release-notes/v1-14.md (about) 1 --- 2 title: Version 1.14 release notes 3 menuTitle: V1.14 4 description: Release notes for Grafana Pyroscope 1.14 5 weight: 760 6 --- 7 8 ## Version 1.14.1 release notes 9 10 Maintenance release to address security advisories. 11 12 13 ### Changes 14 15 * Update golang version to 1.23.1 ([99610e61](https://github.com/grafana/pyroscope/commits/99610e61efeeeb34e45ef16d0ab3a6f9d1534a70)) 16 * chore: Remove oauth2-proxy ([#4345](https://github.com/grafana/pyroscope/pull/4345)) 17 18 ## Version 1.14.0 release notes 19 20 The Pyroscope team is excited to present Grafana Pyroscope 1.14.0 21 22 This release contains enhancements, improves stability & performance. 23 24 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). 25 26 ### Enhancements 27 * Profile throttling (#3956) 28 * Improve performance of `*stacktraceTree.insert` (#4033) 29 * Improve performance of `*deduplicatingSlice.ingest` (#4037) 30 * Symbolization support (#4093, #3799, #4173, #4259) 31 * Dynamically named usage groups (#4210, #4231) 32 * Mark storage.prefix as non experimental (#4086) 33 34 ### Fixes 35 * Validate query range that start <= end (#4229) 36 * Fix goroutine leaks (#4239, #4237) 37 * Fix panic in vcs getCommit when author empty (#4152) 38 * Storage prefix validation (#4044) 39 * Drop malformed locations (#4051) 40 * Fix object download error branch panic (#4102) 41 * Separate query and block context (#4122) 42 43 ### Documentation 44 * Add documentation about usage stats (#4104) 45 * Add OSS documentation on the Source Code GitHub integration (#4129) 46 * Add profiling instructions for MacOS (#4202)