Skip to content

Commit 25b12bf

Browse files
docs: Add release notes for v1.8 (#3557)
* docs: Add release notes for v1.8 * Update docs/sources/release-notes/v1-8.md Co-authored-by: Marc Sanmiquel <[email protected]> --------- Co-authored-by: Marc Sanmiquel <[email protected]>
1 parent b8f087c commit 25b12bf

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

docs/sources/release-notes/v1-8.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
title: Version 1.8 release notes
3+
menuTitle: V1.8
4+
description: Release notes for Grafana Pyroscope 1.8
5+
weight: 550
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 full 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))

0 commit comments

Comments
 (0)