From 56b354ef5cd15197270543fc711dbbe158c620af Mon Sep 17 00:00:00 2001 From: Marc Sanmiquel Date: Thu, 3 Oct 2024 17:53:43 +0200 Subject: [PATCH] docs: Add pyroscope v1.9 release notes --- docs/sources/release-notes/v1-9.md | 33 ++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 docs/sources/release-notes/v1-9.md diff --git a/docs/sources/release-notes/v1-9.md b/docs/sources/release-notes/v1-9.md new file mode 100644 index 0000000000..198e28a95f --- /dev/null +++ b/docs/sources/release-notes/v1-9.md @@ -0,0 +1,33 @@ +--- +title: Version 1.9 release notes +menuTitle: V1.9 +description: Release notes for Grafana Pyroscope 1.9 +weight: 550 +--- + +# Version 1.9 release notes + +We are excited to present Grafana Pyroscope 1.9. + +We've improved stability, performance, and documentation. + +Notable changes are listed below. For more details, check out the full 1.9.0 changelog: https://github.com/grafana/pyroscope/compare/v1.8.0...v1.9.0. + +## Improvements and Updates +* Performance improvement during profile ingestion (https://github.com/grafana/pyroscope/pull/3569, https://github.com/grafana/pyroscope/pull/3561) +* Support resolve symbols in mini debug info (https://github.com/grafana/pyroscope/pull/3590) +* Make service_name configurable through environment variable (https://github.com/grafana/pyroscope/pull/3589) +* Add limit to SelectSeries API (https://github.com/grafana/pyroscope/pull/3602) +* Add topologySpreadConstraint in Helm (https://github.com/grafana/pyroscope/pull/3539) +* Rename GitSession to pyroscope_git_session (https://github.com/grafana/pyroscope/pull/3542) + +## Fixes +* Make pprof merge thread-safe (https://github.com/grafana/pyroscope/pull/3564) +* Fix flaky tests (https://github.com/grafana/pyroscope/pull/3571) +* Fix slice init length (https://github.com/grafana/pyroscope/pull/3600) +* Fix issues when porting alloy/pyroscope to android (https://github.com/grafana/pyroscope/pull/3582) + +## Documentation Improvements +* Update readme to highlight explore profiles (https://github.com/grafana/pyroscope/pull/3581) +* Update nodejs examples (https://github.com/grafana/pyroscope/pull/3555) +* Example for Java profiling using Grafana Alloy in Kubernetes (https://github.com/grafana/pyroscope/pull/3603)