github.com/grafana/pyroscope@v1.18.0/docs/sources/release-notes/v1-9.md (about)

     1  ---
     2  title: Version 1.9 release notes
     3  menuTitle: V1.9
     4  description: Release notes for Grafana Pyroscope 1.9
     5  weight: 810
     6  ---
     7  
     8  # Version 1.9 release notes
     9  
    10  We are excited to present Grafana Pyroscope 1.9.
    11  
    12  We've improved stability, performance, and documentation.
    13  
    14  Notable changes are listed below. For more details, check out the [1.9.0 changelog](https://github.com/grafana/pyroscope/compare/v1.8.0...v1.9.0).
    15  
    16  ## Improvements and updates
    17  
    18  * Performance improvement during profile ingestion (https://github.com/grafana/pyroscope/pull/3569, https://github.com/grafana/pyroscope/pull/3561)
    19  * Support resolve symbols in mini debug info (https://github.com/grafana/pyroscope/pull/3590)
    20  * Make service_name configurable through environment variable (https://github.com/grafana/pyroscope/pull/3589)
    21  * Add limit to SelectSeries API (https://github.com/grafana/pyroscope/pull/3602)
    22  * Add topologySpreadConstraint in Helm (https://github.com/grafana/pyroscope/pull/3539)
    23  * Rename GitSession to `pyroscope_git_session` (https://github.com/grafana/pyroscope/pull/3542)
    24  
    25  ## Fixes
    26  
    27  * Make pprof merge thread-safe (https://github.com/grafana/pyroscope/pull/3564)
    28  * Fix flaky tests (https://github.com/grafana/pyroscope/pull/3571)
    29  * Fix slice init length (https://github.com/grafana/pyroscope/pull/3600)
    30  * Fix issues when porting alloy/pyroscope to android (https://github.com/grafana/pyroscope/pull/3582)
    31  
    32  ## Documentation improvements
    33  
    34  * Update the README to highlight explore profiles (https://github.com/grafana/pyroscope/pull/3581)
    35  * Update NodeJS examples (https://github.com/grafana/pyroscope/pull/3555)
    36  * Example for Java profiling using Grafana Alloy in Kubernetes (https://github.com/grafana/pyroscope/pull/3603)