Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Add release notes for v1.8 #3557

Merged
merged 2 commits into from
Sep 13, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 38 additions & 0 deletions docs/sources/release-notes/v1-8.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
---
title: Version 1.8 release notes
menuTitle: V1.8
description: Release notes for Grafana Pyroscope 1.8
weight: 550
---

# Version 1.8 release notes

We are excited to present Grafana Pyroscope 1.8.

We've improved stability, performance, and documentation.

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.

## Improvements and updates

Version 1.8 includes the following improvements and updates:

* Add ready command to profilecli ([#3497](https://github.com/grafana/pyroscope/pull/3497))

## Fixes

Version 1.8 includes the following fixes:

* Handle context correctly in selectTree during queries on store-gateway with deduplication ([#3504](https://github.com/grafana/pyroscope/pull/3504))
* Bring back update-contributors but in go ([#3512](https://github.com/grafana/pyroscope/pull/3512))
* FlameQL: allow dots in tag name ([#3479](https://github.com/grafana/pyroscope/pull/3479))
* Fix pprof grouping for samples with span_id ([#3450](https://github.com/grafana/pyroscope/pull/3450))

## Documentation improvements

Version 1.7 includes the following documentation updates:
korniltsev marked this conversation as resolved.
Show resolved Hide resolved

* Fix broken links from doc 404 report ([#3489](https://github.com/grafana/pyroscope/pull/3489))
* Clarify which URL to use with profilecli ([#3526](https://github.com/grafana/pyroscope/pull/3526))
* Add notice about heap profiling ([#3494](https://github.com/grafana/pyroscope/pull/3494))
* Remove old GF_FEATURE_TOGGLES_ENABLE=flameGraph ([#3446](https://github.com/grafana/pyroscope/pull/3446))
Loading