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

     1  ---
     2  title: Version 1.17 release notes
     3  menuTitle: V1.17
     4  description: Release notes for Grafana Pyroscope 1.17
     5  weight: 730
     6  ---
     7  
     8  ## Version 1.17.0 release notes
     9  
    10  The Pyroscope team is excited to present Grafana Pyroscope 1.17.0
    11  
    12  This release contains enhancements, fixes, improves stability & performance.
    13  
    14  Notable changes are listed below. For more details, check out the [1.17.0 changelog](https://github.com/grafana/pyroscope/compare/v1.16.0...v1.17.0).
    15  
    16  ### Enhancements
    17  * Exemplar support for individual profile retrieval (#4615) (#4621) (#4657) (#4657) (#4686) (#4605) (#4631)
    18  * Introduce additional metastore compaction metrics (#4625)
    19  * Add trace spans for query-frontend (#4620)
    20  * Add tracing instrumentation to source code integration #4607)
    21  * Minor symbolizer metrics improvements (#4597)
    22  * Parallelize mapping symbolization to improve query performance (#4594)
    23  * Add metric to track unsymbolized profile blocks at ingestion (#4619)
    24  * lidia: dynsym symbols (#4691)
    25  * perf: Merge duplicate annotations (#4646)
    26  * vcs: Allow to provide functionName to the GetFile API. (#4613)
    27  
    28  ### Fixes
    29  * Address npm CVEs (#4682)
    30  * Fix update-examples after ruby upgrade (#4687)
    31  * Fix panic in pprof split when using relabel.LabelDrop (#4699)
    32  * Assign appropriate HTTP status codes (#4684)
    33  * Fetching go stdlib without configs (#4655)
    34  * Implement Speedscope profile merging (#4592)
    35  * limit max nodes in symbolization queries (#4629)
    36  * mask COS provider secret_key config CVE-2025-41118 (#4700)
    37  * Source code module path parsing (#4609)
    38  * Set file name and line number in symbolization (#4610)
    39  * SelectSeries not correct for single reports (#4617)
    40  * Return modified labels after validation sanitization (#4662)
    41  
    42  ### Documentation
    43  * Fix reference to `.goreleaser.yaml` (#4658)
    44  * Update release documentation to address pain points (#4626)
    45  * Update release note docs to address website release notes (#4598)