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

     1  ---
     2  title: Version 1.1 release notes
     3  menuTitle: V1.1
     4  description: Release notes for Grafana Pyroscope 1.1
     5  weight: 890
     6  ---
     7  
     8  # Version 1.1 release notes
     9  
    10  The Pyroscope team is excited to announce the second release. This release allows to retrieve series from persistent storages like local disk and object store and also has a couple of performance improvements (e.g., JFR ingestion is handled a lot more efficiently).
    11  
    12  As always, feedback is more than welcome, feel free to open issues/discussions.
    13  You can reach out to the team using:
    14  
    15  - [Slack](https://grafana.slack.com/archives/C047CCW6YM8)
    16  - [Github Discussions](https://github.com/grafana/pyroscope/discussions)
    17  - [Github Issues](https://github.com/grafana/pyroscope/issues)
    18  - [Mailing List](https://groups.google.com/g/pyroscope-team)
    19  
    20  ## Docker images
    21  
    22  - [grafana/pyroscope](https://hub.docker.com/r/grafana/pyroscope/tags)
    23  
    24  ```bash
    25    docker pull docker.io/grafana/pyroscope:1.1.0
    26  ```
    27  
    28  ## Improvements and enhancements
    29  
    30  - Switched to v1 Golang SDK.
    31  - Updated multiple dependencies including Go, Ruby, Django, Rust, and more.
    32  - Introduced meta fetcher that synchronizes filtered metadata locally.
    33  - Introduced pyroscope packaging via nfpm.
    34  - Use Grafana flame graph component.
    35  - 'ExportData' now respects the 'flamegraph.com' related prop.
    36  - Introduced option to disable RBAC.
    37  - Introduced a tenant scanner.
    38  - Refactoring for block compaction to enable shard-splitting.
    39  - Improved multitenancy default behavior documentation.
    40  
    41  ## Fixes
    42  
    43  - Addressed various race conditions and bug fixes.
    44  - Improved URL handling and pprof merges.
    45  - Fixed various documentation inconsistencies and outdated references.
    46  - Fixed broken links.
    47  - Resolved multiple issues related to dotnet and ebpf.
    48  - Addressed flaky tests and issues in ingestionAdapter.
    49  - Handle profiles without timestamps.
    50  
    51  ## Documentation updates
    52  
    53  - Added tabs to Java docs and updated ebpf docs.
    54  - Added section for Apple arm64 builds.
    55  - Updated documentation for contributors.
    56  - Improved helm documentation.
    57  - Optimized and clarified querier API calls.
    58  
    59  ## DevOps and tooling
    60  
    61  - Introduced Helm v1.0.0 release.
    62  - Automation added for brew releases.
    63  - Helm improvements: setting correct namespace, adding initContainers, hostNetwork, etc.
    64  - Refactored after dskit upgrade.
    65  - Updated rideshare examples for ingesting to grafana.com.