Skip to content

Releases: perses/perses

0.50.0 / 2025-01-15

15 Jan 13:18
v0.50.0
86a9b19
Compare
Choose a tag to compare

This release significantly enhances the migration feature with better performance and reduced disruptions, thanks to a complete overhaul of its logic.
We’ve also addressed numerous updates to the migration process itself, incorporating fixes and enhancements to better cover use cases raised by the community - thank you for your contributions!
Additionally, we’ve begun implementing new CLI commands to lay the groundwork for future plugin development, as part of the updated plugin design we’re actively working on.
Finally, thanks to the community again we’re introducing a new Status History panel, and the Table panel has been enriched with multiple improvements.

  • [FEATURE] Status History panel (#2403)
  • [FEATURE] new CLI command for plugins development (#2410) (#2459) (#2471) (#2526)
  • [FEATURE] Table panel: columns can be reordered (#2392)
  • [ENHANCEMENT] percli dac diff: add output + avoid early return when processing a directory (#2500)
  • [ENHANCEMENT] DaC CUE SDK: accurate constraints for duration attributes (#2525)
  • [ENHANCEMENT] DaC CUE SDK: add datasource param to the var group builder (#2524)
  • [ENHANCEMENT] Use Perses logo for the app loader (#2518)
  • [ENHANCEMENT] Table panel: editor text fields are debounced (#2470)
  • [ENHANCEMENT] Add yellow mapping from grafana (#2461)
  • [ENHANCEMENT] Update text migration (#2465)
  • [ENHANCEMENT] Full rewrite of the migration script (#2481)
  • [ENHANCEMENT] Migrate defaultValue (#2406)
  • [ENHANCEMENT] Table: add default column sorting (#2482)
  • [ENHANCEMENT] Table panel: migrate custom column ordering via "organize" transformation (#2419)
  • [ENHANCEMENT] Add search in metric finder + new option for a hiding panel (#2466)
  • [ENHANCEMENT] Add sparkline migration (#2463)
  • [ENHANCEMENT] CLI/DAC: return a success message after writing a diff files (#2464)
  • [ENHANCEMENT] Table: add default column width setting (#2446)
  • [ENHANCEMENT] Prefix dashboard display name when using dac preview command (#2460)
  • [ENHANCEMENT] Add PieChart migration (#2449)
  • [ENHANCEMENT] Table: add column sorting (#2450)
  • [ENHANCEMENT] Table: best-effort migration of fieldConfig.overrides to columnSettings (#2443)
  • [ENHANCEMENT] Table: Add cell focus on hover (#2442)
  • [ENHANCEMENT] Update kubebuilder validation (#2437)
  • [ENHANCEMENT] add kubebuilder annotations to all duration types (#2433)
  • [ENHANCEMENT] RoleBinding prechecking if user and role exist has been removed (#2430)
  • [ENHANCEMENT] Refactor struct field names and add validation for duration fields (#2360)
  • [ENHANCEMENT] More user-friendly helpers for prometheus built-in variables (#2407)
  • [BREAKINGCHANGE] copy duration type from prometheus/common (#2440)
  • [BUGFIX] Update unit's migration (#2519)
  • [BUGFIX] GaugeChartPanel: fix empty state (#2548)
  • [BUGFIX] Fixes tooltip display in EDGE / IE (#2547)
  • [BUGFIX] Redirect to the desired page after login success (#2354)
  • [BUGFIX] DaC CUE SDK: Fix inconsistencies in mandatory vs optional attributes in dashboard lib (#2540)
  • [BUGFIX] Fix preview display name with prefix (#2520)
  • [BUGFIX] Fix for migration of decimal units (#2493)
  • [BUGFIX] Table panel: fix cell mapping for range condition (#2517)
  • [BUGFIX] percli dac setup: fix useless requirement of go CLI when using CUE (#2544)
  • [BUGFIX] percli dac diff: fix output folder not found (#2484)
  • [BUGFIX] Table: mapping with min range 0 not working (#2472)
  • [BUGFIX] Table: fix migration of joinByField transform (#2458)
  • [BUGFIX] Fix Panel JSON validation (#2456)
  • [BUGFIX] Fix tree view broken when using prometheus built-in vars (#2405)
  • [BUGFIX] TimeSeriesChart: fix migration for the format attribute (#2432)
  • [BUGFIX] PromQL Tree view: stop firing the parse query before the show button gets clicked (#2427)
  • [BUGFIX] Fix login command avoiding reusing previous config (#2416)
  • [BUGFIX] Remove some SX props leaking (#2408)
  • [BUGFIX] Edit mode not working after clicking on the resource row (#2404)
  • [DOC] Align plugin doc with the migration revamp (#2516)
  • [DOC] Adjustments in CLI doc (#2480)
  • [DOC] Adjust markdown syntax following issues spotted on website (#2397)
Commits

What's Changed

Read more

0.50.0-rc.1 / 2025-01-07

07 Jan 10:32
v0.50.0-rc.1
3ffec62
Compare
Choose a tag to compare
Pre-release
  • [ENHANCEMENT] percli plugin lint: improve the way to find the schema files (#2526)
  • [ENHANCEMENT] percli dac diff: add output + avoid early return when processing a directory (#2500)
  • [ENHANCEMENT] DaC CUE SDK: accurate constraints for duration attributes (#2525)
  • [ENHANCEMENT] DaC CUE SDK: add datasource param to the var group builder (#2524)
  • [ENHANCEMENT] Use Perses logo for the app loader (#2518)
  • [ENHANCEMENT] Table panel: editor text fields are debounced (#2470)
  • [BUGFIX] DaC CUE SDK: Fix inconsistencies in mandatory vs optional attributes in dashboard lib (#2540)
  • [BUGFIX] Fix preview display name with prefix (#2520)
  • [BUGFIX] Fix for migration of decimal units (#2493)
  • [BUGFIX] Table panel: fix cell mapping for range condition (#2517)
  • [DOC] Align plugin doc with the migration revamp (#2516)

0.50.0-rc.0 / 2024-12-17

17 Dec 14:30
v0.50.0-rc.0
cf89983
Compare
Choose a tag to compare
Pre-release

This release significantly enhances the migration feature with better performance and reduced disruptions, thanks to a complete overhaul of its logic.
We’ve also addressed numerous updates to the migration process itself, incorporating fixes and enhancements to better cover use cases raised by the community - thank you for your contributions!
Additionally, we’ve begun implementing new CLI commands to lay the groundwork for future plugin development, as part of the updated plugin design we’re actively working on.
Finally, thanks to the community again we’re introducing a new Status History panel, and the Table panel has been enriched with multiple improvements.

  • [FEATURE] Status History panel (#2403)
  • [FEATURE] new CLI command for plugins development (#2410) (#2459) (#2471)
  • [FEATURE] Table panel: columns can be reordered (#2392)
  • [ENHANCEMENT] Add yellow mapping from grafana (#2461)
  • [ENHANCEMENT] Update text migration (#2465)
  • [ENHANCEMENT] Full rewrite of the migration script (#2481)
  • [ENHANCEMENT] Migrate defaultValue (#2406)
  • [ENHANCEMENT] Table: add default column sorting (#2482)
  • [ENHANCEMENT] Table panel: migrate custom column ordering via "organize" transformation (#2419)
  • [ENHANCEMENT] Add search in metric finder + new option for a hiding panel (#2466)
  • [ENHANCEMENT] Add sparkline migration (#2463)
  • [ENHANCEMENT] CLI/DAC: return a success message after writing a diff files (#2464)
  • [ENHANCEMENT] Table: add default column width setting (#2446)
  • [ENHANCEMENT] Prefix dashboard display name when using dac preview command (#2460)
  • [ENHANCEMENT] Add PieChart migration (#2449)
  • [ENHANCEMENT] Table: add column sorting (#2450)
  • [ENHANCEMENT] Table: best-effort migration of fieldConfig.overrides to columnSettings (#2443)
  • [ENHANCEMENT] Table: Add cell focus on hover (#2442)
  • [ENHANCEMENT] Update kubebuilder validation (#2437)
  • [ENHANCEMENT] add kubebuilder annotations to all duration types (#2433)
  • [ENHANCEMENT] RoleBinding prechecking if user and role exist has been removed (#2430)
  • [ENHANCEMENT] Refactor struct field names and add validation for duration fields (#2360)
  • [ENHANCEMENT] More user-friendly helpers for prometheus built-in variables (#2407)
  • [BREAKINGCHANGE] copy duration type from prometheus/common (#2440)
  • [BUGFIX] dac diff: fix output folder not found (#2484)
  • [BUGFIX] Table: mapping with min range 0 not working (#2472)
  • [BUGFIX] Table: fix migration of joinByField transform (#2458)
  • [BUGFIX] Fix Panel JSON validation (#2456)
  • [BUGFIX] Fix tree view broken when using prometheus built-in vars (#2405)
  • [BUGFIX] TimeSeriesChart: fix migration for the format attribute (#2432)
  • [BUGFIX] PromQL Tree view: stop firing the parse query before the show button gets clicked (#2427)
  • [BUGFIX] Fix login command avoiding reusing previous config (#2416)
  • [BUGFIX] Remove some SX props leaking (#2408)
  • [BUGFIX] Edit mode not working after clicking on the resource row (#2404)
  • [DOC] Adjustments in CLI doc (#2480)
  • [DOC] Adjust markdown syntax following issues spotted on website (#2397)

0.49.0 / 2024-11-05

05 Nov 10:17
v0.49.0
49fb605
Compare
Choose a tag to compare

This update introduces a toggleable Tree view in the PromQL editor (Prom 3.0-like), as well as new customization options for the Table panel.

It also introduces a way to track the time to load the dashboards.

  • [FEATURE] Table panel: Add Join and Merge transformations (#2359)
  • [FEATURE] PromQL Tree view / Debugger (#2344)
  • [FEATURE] Table panel: Add cell settings (#2298)
    [FEATURE] Usage Tracking Frontend Work (#2211)
  • [ENHANCEMENT] Change timeseries panel's legend migration (#2335)
  • [ENHANCEMENT] Add counts/sec unit to the mapping list for migration (#2365)
  • [ENHANCEMENT] Handle collapsed/panels missing in row (#2330)
  • [ENHANCEMENT] migration: Map durations to seconds (#2331)
  • [ENHANCEMENT] Add --force option to allow applying resource despite project config inconsistencies (#1937)
  • [ENHANCEMENT] TraceQL auto-completion: Improve completion of string span attribute values (#2366)
  • [ENHANCEMENT] TracingGanttChart: print <empty string> if value is empty (#2367)
  • [ENHANCEMENT] TempoTraceQuery: allow setting search result limit (#2352)
  • [ENHANCEMENT] TracingGanttChart: align span duration label location based on available space (#2348)
  • [ENHANCEMENT] TracingGanttChart: show up to 2 fractional digits (#2347)
  • [ENHANCEMENT] Allows variables to be empty (#2324)
  • [ENHANCEMENT] Migration: Don't fail on fieldConfig.defaults.thresholds.steps absence (#2325)
  • [ENHANCEMENT] Configuration of the HTTP client for oauth/oidc providers (#2311)
  • [ENHANCEMENT] Grafana migration: use new CUE evaluator to improve memory usage (#2312)
  • [ENHANCEMENT] Improve the query editor's look (#2299)
  • [ENHANCEMENT] Add decimal migrations; Add barchart migration (#2386)
  • [ENHANCEMENT] tempo-plugin: export all models (including TempoTraceQuerySpec) (#2384)
  • [ENHANCEMENT] TraceTable: show scrollbar only if content overflows (#2385)
  • [BUGFIX] Fix migration failed when excludeByName is not present in transformation.id == "organize" (#2332)
  • [BUGFIX] Migration: Add lineWidth constraint (#2333)
  • [BUGFIX] support YAML extension in database configuration (#2372)
  • [BUGFIX] TraceTable: expand the span count bubble in the service name chips (#2368)
  • [BUGFIX] Fix migrate cmd by making the flag schemas.<schema_kind> mandatory when being offline (#2363)
  • [BUGFIX] TracingGanttChart: calculate start and end time from all spans (#2351)
  • [BUGFIX] Add http headers for GET requests in a Prometheus client (#2357)
  • [BUGFIX] Grafana migration: fix some failing cases (#2314)
  • [BUGFIX] Prevents saving empty PromQL strings (#2304)
  • [BREAKINGCHANGE] Refactor the way to manage authentication in the perses http client (#2388)
  • [DOC] better wording for percli dac's commands helpers (#2350)
  • [DOC] Update Contact information (#2321)
  • [DOC] Fix some storybooks links (#2334)
  • [DOC] remove perses intro (#2394)
Commits

What's Changed

Read more

0.49.0-rc.1 / 2024-10-31

31 Oct 09:22
v0.49.0-rc.1
de8e732
Compare
Choose a tag to compare
Pre-release
  • [ENHANCEMENT] Add decimal migrations; Add barchart migration (#2386)
  • [ENHANCEMENT] tempo-plugin: export all models (including TempoTraceQuerySpec) (#2384)
  • [ENHANCEMENT] TraceTable: show scrollbar only if content overflows (#2385)

0.49.0-rc.0 / 2024-10-29

29 Oct 10:15
v0.49.0-rc.0
f457d79
Compare
Choose a tag to compare
Pre-release

This update introduces a toggleable Tree view in the PromQL editor (Prom 3.0-like), as well as new customization options for the Table panel.

  • [FEATURE] Table panel: Add Join and Merge transformationsl (#2359)
  • [FEATURE] PromQL Tree view / Debugger (#2344)
  • [FEATURE] Table panel: Add cell settings (#2298)
  • [ENHANCEMENT] Change timeseries panel's legend migration (#2335)
  • [ENHANCEMENT] Add counts/sec unit to the mapping list for migration (#2365)
  • [ENHANCEMENT] Handle collapsed/panels missing in row (#2330)
  • [ENHANCEMENT] migration: Map durations to seconds (#2331)
  • [ENHANCEMENT] Add --force option to allow applying resource despite project config inconsistencies (#1937)
  • [ENHANCEMENT] TraceQL auto-completion: Improve completion of string span attribute values (#2366)
  • [ENHANCEMENT] TracingGanttChart: print <empty string> if value is empty (#2367)
  • [ENHANCEMENT] TempoTraceQuery: allow setting search result limit (#2352)
  • [ENHANCEMENT] TracingGanttChart: align span duration label location based on available space (#2348)
  • [ENHANCEMENT] TracingGanttChart: show up to 2 fractional digits (#2347)
  • [ENHANCEMENT] Allows variables to be empty (#2324)
  • [ENHANCEMENT] Migration: Don't fail on fieldConfig.defaults.thresholds.steps absence (#2325)
  • [ENHANCEMENT] Configuration of the HTTP client for oauth/oidc providers (#2311)
  • [ENHANCEMENT] Grafana migration: use new CUE evaluator to improve memory usage (#2312)
  • [ENHANCEMENT] Improve the query editor's look (#2299)
  • [BUGFIX] Fix migration failed when excludeByName is not present in transformation.id == "organize" (#2332)
  • [BUGFIX] Migration: Add lineWidth constraint (#2333)
  • [BUGFIX] support YAML extension in database configuration (#2372)
  • [BUGFIX] TraceTable: expand the span count bubble in the service name chips (#2368)
  • [BUGFIX] Fix migrate cmd by making the flag schemas.<schema_kind> mandatory when being offline (#2363)
  • [BUGFIX] TracingGanttChart: calculate start and end time from all spans (#2351)
  • [BUGFIX] Add http headers for GET requests in a Prometheus client (#2357)
  • [BUGFIX] Grafana migration: fix some failing cases (#2314)
  • [BUGFIX] Prevents saving empty PromQL strings (#2304)
  • [DOC] better wording for percli dac's commands helpers (#2350)
  • [DOC] Update Contact information (#2321)
  • [DOC] Fix some storybooks links (#2334)

0.48.0 / 2024-10-09

09 Oct 12:21
v0.48.0
d9a8b90
Compare
Choose a tag to compare

This update introduces a brand-new Prometheus metric finder, based on the design from Prometheus 3.0 / Promlens, as well as a new Pie chart panel.

Besides, It comes with multiple enhancements for the Table, ScatterPlot and TracingGanttChart panels.

It also addresses various bug fixes, documentation improvements, and includes a breaking change to OAuth & OIDC to better respect the industry standard.

  • [FEATURE] Add PromQL metric finder to the explorer (#2245)
  • [FEATURE] TracingGanttChart: support categorical color palette (#2194)
  • [FEATURE] PieCharts Panel Plugin (#2170)
  • [ENHANCEMENT] Configuration of the HTTP client for oauth/oidc providers (#2311)
  • [ENHANCEMENT] Use TLS config in oauth client config (#2313)
  • [ENHANCEMENT] DaC CUE SDK: new utility to generate query params from labels (#2293)
  • [ENHANCEMENT] Add missing tempo and pie-chart plugin in go-sdk
  • [ENHANCEMENT] Normalizes the way to expose the PluginKind for each plugin (#2285)
  • [ENHANCEMENT] Table panel migration: rename Time to timestamp (#2278)
  • [ENHANCEMENT] Table panel migration: support column rename from field overrides (#2273)
  • [ENHANCEMENT] TracingGanttChart: sort span attributes alphabetically (#2264)
  • [ENHANCEMENT] TraceTable: use MUI DataGrid to support sorting (#2261)
  • [ENHANCEMENT] Migrate: rename Value to value in table migrations (#2259)
  • [ENHANCEMENT] Return invalid_request oauth2 error when user sync failed (#2246)
  • [ENHANCEMENT] TraceQL query editor: add auto-complete support (#2240)
  • [ENHANCEMENT] TraceTable: improve readability of service name chips (#2243)
  • [ENHANCEMENT] TracingGanttChart: indicate selected row (#2216)
  • [ENHANCEMENT] TraceQL query editor: add syntax highlighting with Lezer (#2227)
  • [ENHANCEMENT] Avoid failing grafana migration on hide absence (#2221)
  • [ENHANCEMENT] TraceTablePanel: support categorical color palette (#2209)
  • [ENHANCEMENT] TraceTable: show date in UTC in tooltip (#2202)
  • [ENHANCEMENT] ScatterPlot panel: format time based on next best unit (#2198)
  • [ENHANCEMENT] ScatterPlot: setup onClick handler and link to explore page by default (#2205)
  • [ENHANCEMENT] Make circle size configurable in ScatterPlot panel (#2197)
  • [ENHANCEMENT] ScatterPlot: update tooltip formatting (#2203)
  • [ENHANCEMENT] TracingGanttChart: support links in the span attribute list (#2206)
  • [ENHANCEMENT] TraceTablePanel: support disabling links to the trace (#2207)
  • [ENHANCEMENT] Ignore Not Found errors in percli delete command (#2184)
  • [ENHANCEMENT] TimeSeries chart: Migrate max/min from grafana (#2168)
  • [ENHANCEMENT] Add bits/sec (common units used in networking) (#2164)
  • [BUGFIX] Tempo: support search results with mixed vParquet3 and vParquet4 blocks (#2301)
  • [BUGFIX] Fix metric finder list flickering (#2286)
  • [BUGFIX] Fix database folder in a default config file for the archives (#2283)
  • [BUGFIX] Grafana migration: fix some failing cases (#2314)
  • [BUGFIX] Prevents saving empty PromQL strings (#2304)
  • [BUGFIX] Default panel spec not saved (#2272)
  • [BUGFIX] Fix exit code when error occurred in cmd dac build (#2279)
  • [BUGFIX] fix flaky TraceQL auto-completion tests (#2274)
  • [BUGFIX] Disable mounting native echats tooltip to body for timeseries chart except stacked (#2248)
  • [BUGFIX] Panel name must be provided (#2262)
  • [BUGFIX] Fix dac cue setup and upgrade min version (#2255)
  • [BUGFIX] tempo client: encode URL parameters in path (#2241)
  • [BUGFIX] tempo query: disable syntax highlighting if query is a trace id (#2242)
  • [BUGFIX] Fix issue causing panic in DataSource proxy (#2177)
  • [BREAKINGCHANGE] OAuth & OIDC /token endpoint should respect the oauth 2.0 RFC (#1901)
  • [BREAKINGCHANGE] Refactor package pkg/client to handle native/oauth auth easily (#2300)
  • [BREAKINGCHANGE] OIDC/OAUTH: client_secret is now optional in the Perses config (#2296)
  • [DOC] DaC Go SDK: add missing doc for Static list var (#2292)
  • [DOC] Table: Add datamodel documentation (#2275)
  • [DOC] Add links in the CLI doc (#2276)
  • [DOC] Use latest interfaces in docs (#2271)
  • [DOC] Put an accurate example for percli dac setup command (#2224)
  • [DOC] Add tshoot section with TLS/HTTP mixed datasource (#2174)
  • [DOC] Add an introduction to the plugins documentation + patch some docs (#2208)
  • [DOC] Add --config dev/config.yaml to installing perses from the source guide (#2162)
Commits

What's Changed

Read more

0.48.0-rc.1 / 2024-10-07

07 Oct 10:32
v0.48.0-rc.1
950c524
Compare
Choose a tag to compare
Pre-release
  • [ENHANCEMENT] DaC CUE SDK: new utility to generate query params from labels (#2293)
  • [ENHANCEMENT] Add missing tempo and pie-chart plugin in go-sdk
  • [ENHANCEMENT] Normalizes the way to expose the PluginKind for each plugin (#2285)
  • [BUGFIX] Tempo: support search results with mixed vParquet3 and vParquet4 blocks (#2301)
  • [BUGFIX] Fix metric finder list flickering (#2286)
  • [BUGFIX] Fix database folder in default config file for the archives (#2283)
  • [BREAKINGCHANGE] Refactor package pkg/client to handle native/oauth auth easily (#2300)
  • [BREAKINGCHANGE] OIDC/OAUTH: client_secret is now optional in the perses config (#2296)
  • [DOC] DaC Go SDK: add missing doc for Static list var (#2292)

0.48.0-rc0 / 2024-10-01

01 Oct 09:45
v0.48.0-rc0
f37791b
Compare
Choose a tag to compare
Pre-release

This update introduces a brand-new Prometheus metric finder, based on the design from Prometheus 3.0 / Promlens, as well as a new Pie chart panel.

Besides, It comes with multiple enhancements for the Table, ScatterPlot and TracingGanttChart panels.

It also addresses various bug fixes, documentation improvements, and includes a breaking change to OAuth & OIDC to better respect the industry standard.

  • [FEATURE] Add PromQL metric finder to the explorer (#2245)
  • [FEATURE] TracingGanttChart: support categorical color palette (#2194)
  • [FEATURE] PieCharts Panel Plugin (#2170)
  • [ENHANCEMENT] Table panel migration: rename Time to timestamp (#2278)
  • [ENHANCEMENT] Table panel migration: support column rename from field overrides (#2273)
  • [ENHANCEMENT] TracingGanttChart: sort span attributes alphabetically (#2264)
  • [ENHANCEMENT] TraceTable: use MUI DataGrid to support sorting (#2261)
  • [ENHANCEMENT] Migrate: rename Value to value in table migrations (#2259)
  • [ENHANCEMENT] Return invalid_request oauth2 error when user sync failed (#2246)
  • [ENHANCEMENT] TraceQL query editor: add auto-complete support (#2240)
  • [ENHANCEMENT] TraceTable: improve readability of service name chips (#2243)
  • [ENHANCEMENT] TracingGanttChart: indicate selected row (#2216)
  • [ENHANCEMENT] TraceQL query editor: add syntax highlighting with Lezer (#2227)
  • [ENHANCEMENT] Avoid failing grafana migration on hide absence (#2221)
  • [ENHANCEMENT] TraceTablePanel: support categorical color palette (#2209)
  • [ENHANCEMENT] TraceTable: show date in UTC in tooltip (#2202)
  • [ENHANCEMENT] ScatterPlot panel: format time based on next best unit (#2198)
  • [ENHANCEMENT] ScatterPlot: setup onClick handler and link to explore page by default (#2205)
  • [ENHANCEMENT] Make circle size configurable in ScatterPlot panel (#2197)
  • [ENHANCEMENT] ScatterPlot: update tooltip formatting (#2203)
  • [ENHANCEMENT] TracingGanttChart: support links in the span attribute list (#2206)
  • [ENHANCEMENT] TraceTablePanel: support disabling links to the trace (#2207)
  • [ENHANCEMENT] Ignore Not Found errors in percli delete command (#2184)
  • [ENHANCEMENT] TimeSeries chart: Migrate max/min from grafana (#2168)
  • [ENHANCEMENT] Add bits/sec (common units used in networking) (#2164)
  • [BUGFIX] Default panel spec not saved (#2272)
  • [BUGFIX] Fix exit code when error occurred in cmd dac build (#2279)
  • [BUGFIX] fix flaky TraceQL auto-completion tests (#2274)
  • [BUGFIX] Disable mounting native echats tooltip to body for timeseries chart except stacked (#2248)
  • [BUGFIX] Panel name must be provided (#2262)
  • [BUGFIX] Fix dac cue setup and upgrade min version (#2255)
  • [BUGFIX] tempo client: encode URL parameters in path (#2241)
  • [BUGFIX] tempo query: disable syntax highlighting if query is a trace id (#2242)
  • [BUGFIX] Fix issue causing panic in DataSource proxy (#2177)
  • [BREAKINGCHANGE] OAuth & OIDC /token endpoint should respect the oauth 2.0 RFC (#1901)
  • [DOC] Table: Add datamodel documentation (#2275)
  • [DOC] Add links in the CLI doc (#2276)
  • [DOC] Use latest interfaces in docs (#2271)
  • [DOC] Put an accurate example for percli dac setup command (#2224)
  • [DOC] Add tshoot section with TLS/HTTP mixed datasource (#2174)
  • [DOC] Add an introduction to the plugins documentation + patch some docs (#2208)
  • [DOC] Add --config dev/config.yaml to installing perses from the source guide (#2162)

0.47.1 / 2024-08-21

21 Aug 09:42
v0.47.1
8f8e961
Compare
Choose a tag to compare
  • [BUGFIX] Fix issue causing panic in DataSource proxy (#2177)
  • [BUGFIX] Fix api_prefix not correctly handled to serve the UI (#2185)
  • [BUGFIX] Fix automatic detection of the API prefix in the UI (#2183)