-
Notifications
You must be signed in to change notification settings - Fork 621
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add release notes for v1.5 * Improve wording * Remove irrelevant release notes * Make release notes in line with GH release
- Loading branch information
Showing
2 changed files
with
48 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
--- | ||
title: Version 1.5 release notes | ||
menuTitle: V1.5 | ||
description: Release notes for Grafana Pyroscope 1.5 | ||
weight: 650 | ||
--- | ||
|
||
# Version 1.5 release notes | ||
|
||
We are excited to present Grafana Pyroscope 1.5. | ||
|
||
This release focuses on improving stability and interoperability to make Pyroscope more reliable and easier to use. | ||
|
||
Notable changes are listed below. For more details, check out the Full 1.5.0 Changelog: https://github.com/grafana/pyroscope/compare/v1.4.0...v1.5.0. | ||
|
||
### Improvements and updates | ||
|
||
Version 1.5 includes the following improvements and updates: | ||
|
||
* Repair Go stack traces ([#3014](https://github.com/grafana/pyroscope/pull/3014)) | ||
* eBPF: Aggregate python stacks in kernel space instead of user space ([#2996](https://github.com/grafana/pyroscope/pull/2996)) | ||
* eBPF: Propagate PID namespace to kernel space ([#3008](https://github.com/grafana/pyroscope/pull/3008)) | ||
* eBPF: Run tests on many kernels ([#3025](https://github.com/grafana/pyroscope/pull/3025)) | ||
* eBPF: Add support for more Python versions ([#3035](https://github.com/grafana/pyroscope/pull/3035)) | ||
* Improve trace span propagation in streaming requests ([#2992](https://github.com/grafana/pyroscope/pull/2992)) | ||
* Drop type params from Go function names ([#3010](https://github.com/grafana/pyroscope/pull/3010)) | ||
* Disable vt proto pools ([#3034](https://github.com/grafana/pyroscope/pull/3034)) | ||
* Allow running multiple rideshare examples in the same network namespace ([#2990](https://github.com/grafana/pyroscope/pull/2990)) | ||
|
||
## Fixes | ||
|
||
Version 1.5 includes the following fixes: | ||
|
||
* Wait for ongoing queries to finish at close ([#3030](https://github.com/grafana/pyroscope/pull/3030)) | ||
* Fix data duplication in the read path (#3100, [#3103](https://github.com/grafana/pyroscope/pull/3103)) | ||
* Fix merging of empty pprof samples ([#3031](https://github.com/grafana/pyroscope/pull/3031)) | ||
* Correctly format makefile help rule ([#3021](https://github.com/grafana/pyroscope/pull/3021)) | ||
|
||
## Documentation improvements | ||
|
||
Version 1.5 includes the following documentation updates: | ||
|
||
* Reorganize examples folder to match documentation structure ([#3026](https://github.com/grafana/pyroscope/pull/3026)) | ||
* Update Configure the client and span profiles doc ([#3028](https://github.com/grafana/pyroscope/pull//3028)) | ||
* Improve intro and span profiles docs ([#3089](https://github.com/grafana/pyroscope/pull/3089), [#3099](https://github.com/grafana/pyroscope/pull/3099)) |