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

     1  ---
     2  title: Version 1.12 release notes
     3  menuTitle: V1.12
     4  description: Release notes for Grafana Pyroscope 1.12
     5  weight: 780
     6  ---
     7  
     8  # Version 1.12.1 release notes
     9  
    10  To address bugs found in v1.12.0, we have released a patch version.
    11  
    12  Notable changes are listed below. For more details, check out the [1.12.1 changelog](https://github.com/grafana/pyroscope/compare/v1.12.0...v1.12.1).
    13  
    14  ### Fixes
    15  * Storage prefix validation (#4044)
    16  
    17  ### Changes
    18  * Update to golang 1.23.7 (necessary for a decendency upgrade)
    19  
    20  ## Version 1.12.0 release notes
    21  
    22  The Pyroscope team is excited to present Grafana Pyroscope 1.12.
    23  
    24  This release contains enhancements, improves stability & performance.
    25  
    26  Notable changes are listed below. For more details, check out the [1.12.0 changelog](https://github.com/grafana/pyroscope/compare/v1.11.0...v1.12.0).
    27  
    28  ### Enhancements
    29  
    30  * Added metadata label query capability in v2 ([#3749](https://github.com/grafana/pyroscope/pull/3749))
    31  * Implemented configurable symbols partitioning ([#3820](https://github.com/grafana/pyroscope/pull/3820))
    32  * S3 storage can now configure the  bucket-lookup-type ([#3788](https://github.com/grafana/pyroscope/pull/3788))
    33  
    34  ### Fixes
    35  * String table access validation in distributor ([#3818](https://github.com/grafana/pyroscope/pull/3818))
    36  * Several OpenTelemetry (OTel) related fixes: ([#3795](https://github.com/grafana/pyroscope/pull/3795), [#3793](https://github.com/grafana/pyroscope/pull/3793), [#3794](https://github.com/grafana/pyroscope/pull/3794))
    37  * Config struct validation implementation ([#3837](https://github.com/grafana/pyroscope/pull/3837))
    38  * Expanded error logging to include 400 errors ([#3832](https://github.com/grafana/pyroscope/pull/3832))
    39  
    40  ### Documentation
    41  * Restructure Pyroscope documentation and share content ([#3798](https://github.com/grafana/pyroscope/pull/3798))
    42  * Documentation fixes and example updates ([#3812](https://github.com/grafana/pyroscope/pull/3812), [#3806](https://github.com/grafana/pyroscope/pull/3806), [#3828](https://github.com/grafana/pyroscope/pull/3828), [#3809](https://github.com/grafana/pyroscope/pull/3809), [#3823](https://github.com/grafana/pyroscope/pull/3823))