github.com/grafana/pyroscope@v1.18.0/docs/sources/release-notes/v1-8.md (about) 1 --- 2 title: Version 1.8 release notes 3 menuTitle: V1.8 4 description: Release notes for Grafana Pyroscope 1.8 5 weight: 820 6 --- 7 8 # Version 1.8 release notes 9 10 We are excited to present Grafana Pyroscope 1.8. 11 12 We've improved stability, performance, and documentation. 13 14 Notable changes are listed below. For more details, check out the [1.8.0 changelog](https://github.com/grafana/pyroscope/compare/v1.7.0...v1.8.0). 15 16 ## Improvements and updates 17 18 Version 1.8 includes the following improvements and updates: 19 20 * Add ready command to profilecli ([#3497](https://github.com/grafana/pyroscope/pull/3497)) 21 22 ## Fixes 23 24 Version 1.8 includes the following fixes: 25 26 * Handle context correctly in selectTree during queries on store-gateway with deduplication ([#3504](https://github.com/grafana/pyroscope/pull/3504)) 27 * Bring back update-contributors but in go ([#3512](https://github.com/grafana/pyroscope/pull/3512)) 28 * FlameQL: allow dots in tag name ([#3479](https://github.com/grafana/pyroscope/pull/3479)) 29 * Fix pprof grouping for samples with span_id ([#3450](https://github.com/grafana/pyroscope/pull/3450)) 30 31 ## Documentation improvements 32 33 Version 1.8 includes the following documentation updates: 34 35 * Fix broken links from doc 404 report ([#3489](https://github.com/grafana/pyroscope/pull/3489)) 36 * Clarify which URL to use with profilecli ([#3526](https://github.com/grafana/pyroscope/pull/3526)) 37 * Add notice about heap profiling ([#3494](https://github.com/grafana/pyroscope/pull/3494)) 38 * Remove old GF_FEATURE_TOGGLES_ENABLE=flameGraph ([#3446](https://github.com/grafana/pyroscope/pull/3446))