github.com/grafana/pyroscope@v1.18.0/docs/sources/release-notes/v1-2.md (about) 1 --- 2 title: Version 1.2 release notes 3 menuTitle: V1.2 4 description: Release notes for Grafana Pyroscope 1.2 5 weight: 880 6 --- 7 8 # Version 1.2 release notes 9 10 We are excited to present this release of Grafana Pyroscope packed with 150 commits. 11 12 In this release, we've introduced significant enhancements to our microservice mode, aiming to boost performance and streamline operations. The **compactor** component has been added to optimize block management, improving query speed and reducing replication factor overhead. 13 14 Our physical planning has undergone optimization, ensuring that data deduplication occurs only when necessary. Additionally, we've initiated tracing integrations, allowing for the inclusion of span ids in profiling samples and enabling flame graph filtering. 15 16 For users leveraging Function as a Service (FaaS) environments, we've enhanced profiling data ingestion by automatically aggregating profiles. This not only reduces the number of profiles but also contributes to improved overall efficiency. 17 18 We've invested substantial effort in optimizing the read path and refining query performance, delivering a smoother user experience. 19 20 Trace to profiles integrations 21  22 23 Notable changes are listed below. For more details, check out the **Full 1.2.0 Changelog**: https://github.com/grafana/pyroscope/compare/v1.1.5...v1.2.0 24 25 Version 1.2.x changelogs: 26 27 * [Version 1.2.1](https://github.com/grafana/pyroscope/releases/tag/v1.2.1) 28 * [Version 1.2.0](https://github.com/grafana/pyroscope/releases/tag/v1.2.0) 29 30 ## Features and enhancements 31 32 This section lists all new features and enhancements for version 1.2.x. 33 34 ### Version 1.2.1 35 36 Features and enhancements for version 1.2.1: 37 38 * Add a way to control the aggregation type for the SelectSeries API ([#2758](https://github.com/grafana/pyroscope/pull/2758)) 39 * Add admin module serving the bucket web tool ([#2724](https://github.com/grafana/pyroscope/pull/2724)) 40 * Add block compaction level to bucket index ([#2721](https://github.com/grafana/pyroscope/pull/2721)) 41 * Introduce the first release of the Cluster API Versioning ([#2780](https://github.com/grafana/pyroscope/pull/2780)) 42 * Implement Settings API ([#2711](https://github.com/grafana/pyroscope/pull/2711)) 43 * Develop optimized pprof symbolication and pprof truncation ([#2679](https://github.com/grafana/pyroscope/pull/2679), [#2754](https://github.com/grafana/pyroscope/pull/2754)) 44 * Add the first iteration of the blocks viewer cli tool ([#2697](https://github.com/grafana/pyroscope/pull/2697)) 45 46 In addition, the following improvements and updates for version 1.2.1: 47 48 * Improve `SelectMatchingProfiles` performance ([#2734](https://github.com/grafana/pyroscope/pull/2734)) 49 * Enhance language detection performance ([#2823](https://github.com/grafana/pyroscope/pull/2823)) 50 * Refactor Azure bucket configs ([#2742](https://github.com/grafana/pyroscope/pull/2742)) 51 * Update various dependencies and libraries ([#2741](https://github.com/grafana/pyroscope/pull/2741), [#2744](https://github.com/grafana/pyroscope/pull/2744), [#2826](https://github.com/grafana/pyroscope/pull/2826), [#2827](https://github.com/grafana/pyroscope/pull/2827), [#2832](https://github.com/grafana/pyroscope/pull/2832)) 52 * Switch to relative links in block viewer to address issue with alternate base URLs ([#2763](https://github.com/grafana/pyroscope/pull/2763)) 53 * Update styling to match Grafana ([#2827](https://github.com/grafana/pyroscope/pull/2827)) 54 55 ### Version 1.2 56 57 Enhancements for version 1.2: 58 59 * <code>[728493e](https://github.com/grafana/pyroscope/commit/728493ecee94b181a53e4dd6eaada4bc16e772b2)</code> feat: Scalable Compactor ([#2466](https://github.com/grafana/pyroscope/pull/2466)) 60 * <code>[d4e3b03](https://github.com/grafana/pyroscope/commit/d4e3b0326e24e2dc0e8730cd355753650c023f3a)</code> Create a physical plan for block querying ([#2586](https://github.com/grafana/pyroscope/pull/2586)) 61 * <code>[1488496](https://github.com/grafana/pyroscope/commit/14884962360816f06722eb09dff5fcf3a5706092)</code> Extend profile schema to support spans ([#2508](https://github.com/grafana/pyroscope/pull/2508)) 62 * <code>[1e7ebd9](https://github.com/grafana/pyroscope/commit/1e7ebd95d409c340363189616e9337a93a34d436)</code> Allow to configure pyroscope high disk utilization ([#2666](https://github.com/grafana/pyroscope/pull/2666)) 63 * <code>[4e8439d](https://github.com/grafana/pyroscope/commit/4e8439ddd51fdf15e7bc2f47d0365e53a5bc947f)</code> Optimize repeated row iterator ([#2572](https://github.com/grafana/pyroscope/pull/2572)) 64 * <code>[f1b82c5](https://github.com/grafana/pyroscope/commit/f1b82c5e5d914e55a4022dd32839b2f297ccaa12)</code> feat(ebpf): add pyperf ([#2201](https://github.com/grafana/pyroscope/pull/2201)) 65 * <code>[25084ea](https://github.com/grafana/pyroscope/commit/25084eabf3dd1aa6e2b4f97871744f504ca9dad8)</code> Randomize sessions after aggregation ([#2656](https://github.com/grafana/pyroscope/pull/2656)) 66 * <code>[3c5a959](https://github.com/grafana/pyroscope/commit/3c5a959911c1a8ba2667b27f43fc3dbe6d6f33cf)</code> Make max node limit configurable ([#2658](https://github.com/grafana/pyroscope/pull/2658)) 67 68 ## Bug fixes 69 70 ### Version 1.2.1 71 72 * Fix duplicate @emotion/react import and favicon ([#2798](https://github.com/grafana/pyroscope/pull/2798)) 73 * Resolve query split logic issues for LabelNames, LabelValues, and ProfileTypes ([#2852](https://github.com/grafana/pyroscope/pull/2852)) 74 * Rename Phlare to Pyroscope ([#2722](https://github.com/grafana/pyroscope/pull/2722)) 75 * Fix span name for BlockSelect from store-gateway ([#2842](https://github.com/grafana/pyroscope/pull/2842)) 76 * Address issues in version merging in memberlist ([#2815](https://github.com/grafana/pyroscope/pull/2815)) 77 * Correct handling of overriding extraArgs in components ([#2751](https://github.com/grafana/pyroscope/pull/2751)) 78 * Remove go.mod replace for golang.org/x/exp ([#2848](https://github.com/grafana/pyroscope/pull/2848)) 79 * Remove parquet page file buffer in symbdb ([#2820](https://github.com/grafana/pyroscope/pull/2820)) 80 * Fix various issues in ebpf, ReduxQuerySync, and UI units ([#2703](https://github.com/grafana/pyroscope/pull/2703), [#2761](https://github.com/grafana/pyroscope/pull/2761), [#2778](https://github.com/grafana/pyroscope/pull/2778), [#2788](https://github.com/grafana/pyroscope/pull/2788), [#2789](https://github.com/grafana/pyroscope/pull/2789), [#2812](https://github.com/grafana/pyroscope/pull/2812), [#2838](https://github.com/grafana/pyroscope/pull/2838)) 81 * Fix ingress for Pyroscope UI ([#2807](https://github.com/grafana/pyroscope/pull/2807)) 82 83 ### Version 1.2 84 85 * <code>[e572d26](https://github.com/grafana/pyroscope/commit/e572d26d1b3580b1c5c2a6e2c72cc20041f1e73e)</code> Cleanup failed segment before flushing. ([#2606](https://github.com/grafana/pyroscope/pull/2606)) 86 * <code>[be7bc5d](https://github.com/grafana/pyroscope/commit/be7bc5d96399a344324a229f42d8838103cf8bf7)</code> Fix symbols resolver race condition ([#2665](https://github.com/grafana/pyroscope/pull/2665)) 87 * <code>[f4b0a60](https://github.com/grafana/pyroscope/commit/f4b0a607fa93d9061a330ac358f475bec7b12038)</code> fix(jfr): merge equal samples ([#2652](https://github.com/grafana/pyroscope/pull/2652)) 88 89 ## Documentation updates 90 91 ### Version 1.2.1 92 93 * Add initial docs for the /pyroscope/render API endpoint ([#2837](https://github.com/grafana/pyroscope/pull/2837)) 94 * Create "Ingest and analyze profile data" section in docs ([#2828](https://github.com/grafana/pyroscope/pull/2828)) 95 * Add upgrade from standard pprof example ([#2829](https://github.com/grafana/pyroscope/pull/2829)) 96 * Add compactor to docs ([#2720](https://github.com/grafana/pyroscope/pull/2720)) 97 * Migrate from Standard pprof to Pyroscope for Continuous Profiling ([#2830](https://github.com/grafana/pyroscope/pull/2830)) 98 * Add introductory material and how to use Pyroscope pages ([#2834](https://github.com/grafana/pyroscope/pull/2834), [#2836](https://github.com/grafana/pyroscope/pull/2836), [#2839](https://github.com/grafana/pyroscope/pull/2839)) 99 100 ### Version 1.2 101 102 - We've added documentation for `profilecli` to query and upload pprof files. 103 - We've also documented the store-gateway and compactor component.