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

     1  ---
     2  title: Version 1.4 release notes
     3  menuTitle: V1.4
     4  description: Release notes for Grafana Pyroscope 1.4
     5  weight: 860
     6  ---
     7  
     8  # Version 1.4 release notes
     9  
    10  We are excited to present Grafana Pyroscope 1.4.
    11  
    12  This release includes several new features which are precursors to larger projects like:
    13  
    14  * Adhoc profiling
    15  * Time series scoped to a flame graph function
    16  * Traces to profiles tooling
    17  
    18  Additionally, numerous other changes improve stability, performance, and documentation.
    19  
    20  Notable changes are listed below. For more details, check out the [1.4.0 changelog](https://github.com/grafana/pyroscope/compare/v1.3.0...v1.4.0).
    21  
    22  ## Features and enhancements
    23  
    24  Features and enhancements for version 1.4 include:
    25  
    26  * Adhoc profiles API ([#2963](https://github.com/grafana/pyroscope/pull/2963))
    27  * Add query-tracer to profilecli ([#2966](https://github.com/grafana/pyroscope/pull/2966))
    28  * Add ServiceMonitor support to Helm chart ([#2944](https://github.com/grafana/pyroscope/pull/2944), [#2929](https://github.com/grafana/pyroscope/pull/2929), [#2967](https://github.com/grafana/pyroscope/pull/2967))
    29  * Scope time series to flame graph node API ([#2961](https://github.com/grafana/pyroscope/pull/2961))
    30  
    31  ### Improvements and updates
    32  
    33  Version 1.4 includes the following improvements and updates:
    34  
    35  * Improve release workflows and documentation ([#2954](https://github.com/grafana/pyroscope/pull/2954), [#2989](https://github.com/grafana/pyroscope/pull/2989), [#2948](https://github.com/grafana/pyroscope/pull/2948), [#2952](https://github.com/grafana/pyroscope/pull/2952), [#2960](https://github.com/grafana/pyroscope/pull/2960), [#2975](https://github.com/grafana/pyroscope/pull/2975))
    36  * Improve block grouping in admin block viewer ([#2947](https://github.com/grafana/pyroscope/pull/2947))
    37  * Remove tenant settings from microservices deploy ([#2962](https://github.com/grafana/pyroscope/pull/2962))
    38  * Add test ids ([#2957](https://github.com/grafana/pyroscope/pull/2957))
    39  * Bump chart app version ([#2940](https://github.com/grafana/pyroscope/pull/2940))
    40  * Bump godeltaprof and jfr-parser dependencies ([#2955](https://github.com/grafana/pyroscope/pull/2955))
    41  * Update default image tag in chart ([#2941](https://github.com/grafana/pyroscope/pull/2941))
    42  * Per target configuration with labels ([#2977](https://github.com/grafana/pyroscope/pull/2977))
    43  * Async profile row iterator ([#2953](https://github.com/grafana/pyroscope/pull/2953))
    44  * Disable Go names decoration ([#2976](https://github.com/grafana/pyroscope/pull/2976))
    45  
    46  ## Fixes
    47  
    48  Version 1.4 includes the following fixes:
    49  
    50  * Add missing module dependencies ([#2969](https://github.com/grafana/pyroscope/pull/2969))
    51  * Fix missing icon assets ([#2985](https://github.com/grafana/pyroscope/pull/2985))
    52  * Store-gateway: Handle index read error properly ([#2959](https://github.com/grafana/pyroscope/pull/2959))
    53  * Use correct field in mappingsKey ([#2964](https://github.com/grafana/pyroscope/pull/2964))
    54  * Bump golang.org/x/net ([#2986](https://github.com/grafana/pyroscope/pull/2986))
    55  * Fix elf base for unaligned PT_LOAD offset, make build id error not fatal ([#2983](https://github.com/grafana/pyroscope/pull/2983))
    56  
    57  ## Documentation improvements
    58  
    59  Version 1.4 includes the following documentation updates:
    60  
    61  * Add 1.3 release notes for docs ([#2949](https://github.com/grafana/pyroscope/pull/2949))
    62  * Add span profiles documentation ([#2982](https://github.com/grafana/pyroscope/pull/2982))
    63  * Update eBPF and Java documentation ([#2972](https://github.com/grafana/pyroscope/pull/2972), [#2973](https://github.com/grafana/pyroscope/pull/2973))