| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| kubernetes-manifest.yaml | 2026-02-27 | 3.5 kB | |
| manifests.tar.gz | 2026-02-27 | 1.5 kB | |
| openshift-manifest.yaml | 2026-02-27 | 3.3 kB | |
| checksums.txt | 2026-02-27 | 677 Bytes | |
| parca-0.26.0.tar.gz | 2026-02-27 | 20.5 MB | |
| parca_0.26.0_Linux_x86_64.tar.gz | 2026-02-27 | 84.3 MB | |
| parca_0.26.0_Windows_arm64.zip | 2026-02-27 | 77.7 MB | |
| parca_0.26.0_Darwin_arm64.tar.gz | 2026-02-27 | 85.8 MB | |
| parca_0.26.0_Linux_arm64.tar.gz | 2026-02-27 | 77.5 MB | |
| parca_0.26.0_Windows_x86_64.zip | 2026-02-27 | 85.4 MB | |
| parca_0.26.0_Darwin_x86_64.tar.gz | 2026-02-27 | 90.8 MB | |
| README.md | 2026-02-26 | 6.7 kB | |
| v0.26.0 source code.tar.gz | 2026-02-26 | 20.6 MB | |
| v0.26.0 source code.zip | 2026-02-26 | 21.0 MB | |
| Totals: 14 Items | 563.6 MB | 2 | |
What's Changed
- pkg/query: Allow reader schema order to be dynamic by @brancz in https://github.com/parca-dev/parca/pull/6066
- Refactor ProfileSelector and MetricsGraphSection components by @yomete in https://github.com/parca-dev/parca/pull/6073
- ui: Fix focusing on series in the metrics graph by @yomete in https://github.com/parca-dev/parca/pull/6074
- ui: Add group_by param to default explorer values by @yomete in https://github.com/parca-dev/parca/pull/6075
- Add starts with filter options by @brancz in https://github.com/parca-dev/parca/pull/6062
- Fix: Add URL encoding for starts_with and not_starts_with filters by @brancz in https://github.com/parca-dev/parca/pull/6077
- ui: Fix state sync between ProfileSelector & MatchersInput by @yomete in https://github.com/parca-dev/parca/pull/6081
- Add support for arbitrary headers by @brancz in https://github.com/parca-dev/parca/pull/6080
- ui: Fix TS error with pprof download by @yomete in https://github.com/parca-dev/parca/pull/6084
- ui: Make source view sticky to screen size by @brancz in https://github.com/parca-dev/parca/pull/6085
- Add profiling filter preset for tokio frames by @brancz in https://github.com/parca-dev/parca/pull/6086
- Add filter preset for Rust futures infrastructure by @brancz in https://github.com/parca-dev/parca/pull/6090
- ui: Hide context menu after sandwich action by @yomete in https://github.com/parca-dev/parca/pull/6098
- ui: Sum-by state optimization by @manojVivek in https://github.com/parca-dev/parca/pull/6102
- ui: Fix the render loop created by the empty param prefs by @manojVivek in https://github.com/parca-dev/parca/pull/6105
- ui: Removed the token based publishing in the favour of OIDC trusted publishing by @manojVivek in https://github.com/parca-dev/parca/pull/6106
- ui: Permission tweaks for npm oidc trusted publishing by @manojVivek in https://github.com/parca-dev/parca/pull/6107
- ui: Touch ui packages by @manojVivek in https://github.com/parca-dev/parca/pull/6108
- ui: Oidc trusted publishing potential fix by @manojVivek in https://github.com/parca-dev/parca/pull/6114
- ui: lerna and publishing related packages upgrade by @manojVivek in https://github.com/parca-dev/parca/pull/6115
- ui: Added repo url to package.json files by @manojVivek in https://github.com/parca-dev/parca/pull/6116
- ui: Flamegraph rendering improvements by @manojVivek in https://github.com/parca-dev/parca/pull/6117
- ui: Deterministic color selection for metrics series is fixed by @manojVivek in https://github.com/parca-dev/parca/pull/6118
- ui: More Test IDs by @manojVivek in https://github.com/parca-dev/parca/pull/6119
- ui: Added repository fields to @parca/test-utils package.json by @manojVivek in https://github.com/parca-dev/parca/pull/6120
- Optimize string matching by @brancz in https://github.com/parca-dev/parca/pull/6121
- query: Fix incorrect null check in table rendering by @brancz in https://github.com/parca-dev/parca/pull/6125
- ui: Add error handling to Table component by @yomete in https://github.com/parca-dev/parca/pull/6126
- ui: Test ids for sandwich view components by @manojVivek in https://github.com/parca-dev/parca/pull/6133
- Add "not starts with libcublas" frame filter by @brancz in https://github.com/parca-dev/parca/pull/6136
- chore: Update copyright year to 2026 by @yomete in https://github.com/parca-dev/parca/pull/6139
- api: Handling non-symbolized frames properly for flamecharts by @manojVivek in https://github.com/parca-dev/parca/pull/6143
- ui: Extend useURLState and useQueryState hooks by @yomete in https://github.com/parca-dev/parca/pull/6138
- Refactor source report to use sparse line metrics by @yomete in https://github.com/parca-dev/parca/pull/6153
- ui: use period unit for source view by @yomete in https://github.com/parca-dev/parca/pull/6154
- deps: Update frostdb by @manojVivek in https://github.com/parca-dev/parca/pull/6156
- deps: Frostdb version upgrade by @manojVivek in https://github.com/parca-dev/parca/pull/6158
- pkg/query: Modify source report to return matched filenames by @yomete in https://github.com/parca-dev/parca/pull/6157
- ui: Migrating to Flechette for arrow record parsing by @manojVivek in https://github.com/parca-dev/parca/pull/6176
- ui: Samples strips in Flamecharts visualization by @manojVivek in https://github.com/parca-dev/parca/pull/6192
- ui: Limiting the number of Samples strips rendered by default by @manojVivek in https://github.com/parca-dev/parca/pull/6195
- Add frame filters to exclude async and error handling functions by @brancz in https://github.com/parca-dev/parca/pull/6196
- Enabling LZ4 compression for arrow data in visualizations by @manojVivek in https://github.com/parca-dev/parca/pull/6197
- ui: Fix loading state for inactive projects by @yomete in https://github.com/parca-dev/parca/pull/6199
- fix: close HTTP response body before following redirects by @jaffarkeikei in https://github.com/parca-dev/parca/pull/6183
- ui: add an additional metrics prop to Parca Context by @yomete in https://github.com/parca-dev/parca/pull/6201
- ui: Pass the time range via context by @yomete in https://github.com/parca-dev/parca/pull/6203
- ui: Configurable metrics graph height and increase truncation limit by @yomete in https://github.com/parca-dev/parca/pull/6204
- ui: Flamecharts zoom option by @manojVivek in https://github.com/parca-dev/parca/pull/6202
- ui: Pass down the default profile type from Parca context by @yomete in https://github.com/parca-dev/parca/pull/6206
- ui: Pass disabled state to Listbox and update styles by @yomete in https://github.com/parca-dev/parca/pull/6207
- Add optional backend for ClickHouse storage by @danipozo in https://github.com/parca-dev/parca/pull/6194
- ui: Value matcher perf fixes by @manojVivek in https://github.com/parca-dev/parca/pull/6210
- ui: Make metrics graph height configurable by using a height value by @yomete in https://github.com/parca-dev/parca/pull/6208
- ui: Fix operator dropdown not opening in SimpleMatchers by @yomete in https://github.com/parca-dev/parca/pull/6212
- profilestore: Add unimplemented WriteArrow RPC by @brancz in https://github.com/parca-dev/parca/pull/6214
- ui: clean up Parca Context by @yomete in https://github.com/parca-dev/parca/pull/6215
- Demangle already symbolized files that have a system function by @gnurizen in https://github.com/parca-dev/parca/pull/6217
New Contributors
- @jaffarkeikei made their first contribution in https://github.com/parca-dev/parca/pull/6183
- @gnurizen made their first contribution in https://github.com/parca-dev/parca/pull/6217
Full Changelog: https://github.com/parca-dev/parca/compare/v0.25.0...v0.26.0