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

     1  ---
     2  title: Version 1.13 release notes
     3  menuTitle: V1.13
     4  description: Release notes for Grafana Pyroscope 1.13
     5  weight: 770
     6  ---
     7  
     8  ## Version 1.13.6 release notes
     9  
    10  Maintenance release to address security advisories.
    11  
    12  
    13  ### Changes
    14  
    15  * Update golang version to 1.23.1 ([05cd2005](https://github.com/grafana/pyroscope/commits/05cd20055b6462211e774580a09137259cb58dae))
    16  * chore: Remove oauth2-proxy ([#4345](https://github.com/grafana/pyroscope/pull/4345))
    17  
    18  ## Version 1.13.5 release notes
    19  
    20  Maintenance release to address security advisories.
    21  
    22  
    23  ### Changes
    24  
    25  * Update golang version to 1.23.10 ([#4245](https://github.com/grafana/pyroscope/pull/4245))
    26  * Update golang.org/x/net to v0.38.0 to address CVE-2025-22872
    27  
    28  
    29  ## Version 1.13.4 release notes
    30  
    31  This was a release to test the health of our CI pipelines
    32  
    33  ## Version 1.13.3
    34  
    35  This release version was skipped
    36  
    37  ## Version 1.13.2 release notes
    38  
    39  To address bugs found in v1.13.1, we have released a patch version
    40  
    41  Notable changes are listed below. For more details, check out the [1.13.2 changelog](https://github.com/grafana/pyroscope/compare/v1.13.1...v1.13.2).
    42  
    43  ### Changes
    44  
    45  * Update golang version to 1.23.8 ([#4116](https://github.com/grafana/pyroscope/pull/4116))
    46  
    47  
    48  ## Version 1.13.1 release notes
    49  
    50  To address bugs found in v1.13.0, we have released a patch version
    51  
    52  Notable changes are listed below. For more details, check out the [1.13.1 changelog](https://github.com/grafana/pyroscope/compare/v1.13.0...v1.13.1).
    53  
    54  ### Fixes
    55  
    56  * Storage prefix validation ([#4044](https://github.com/grafana/pyroscope/pull/4044))
    57  * Update minio-go to restore AWS STS auth ([#4056](https://github.com/grafana/pyroscope/pull/4056))
    58  
    59  ## Version 1.13.0 release notes
    60  
    61  The Pyroscope team is excited to present Grafana Pyroscope 1.13.0
    62  
    63  This release contains enhancements, improves stability & performance.
    64  
    65  Notable changes are listed below. For more details, check out the [1.13.0 changelog](https://github.com/grafana/pyroscope/compare/v1.12.0...v1.13.0).
    66  
    67  ### Enhancements
    68  * gzip: escape heap allocation ([#3922](https://github.com/grafana/pyroscope/pull/3922))
    69  * perf: add log buffer ([#3947](https://github.com/grafana/pyroscope/pull/3947))
    70  * perf: add async log writer ([#3953](https://github.com/grafana/pyroscope/pull/3953))
    71  
    72  ### Fixes
    73  * Remove duplicate service_name and app_name labels during ingestion ([#3951](https://github.com/grafana/pyroscope/pull/3951))
    74  * IPv6 support fixes ([#3919](https://github.com/grafana/pyroscope/pull/3919))
    75  * Drop negative samples ([#3955](https://github.com/grafana/pyroscope/pull/3955))