Skip to main content

Release v0.3.2

ยท 2 min read
Kostromin Danil
Bublik UI Maintainer

We are happy to announce Bublik v0.3.2.

In the latest release, we've implemented several updates and improvements. We've reordered buttons and links on run page. A new feature has been added to display aggregated values min/max in the logs. Bug fixes include modifying the log display to show only entries with aggr of "single" on the chart, sorting points by x-axis value on a chart in reports, making report configs and building charts in reports more flexible, making datasets for charts and tables optional in reports, and removing the "%" sign for values that are "-" or "na" in reports.

Changelogโ€‹

Frontendโ€‹

๐Ÿ“ฆ Choresโ€‹

  • build: upgraded pnpm setup action to latest version (290ad77)
  • run: [details] changed order of buttons and links (fe9b024)

๐Ÿš€ New Featureโ€‹

  • log: [mi] added display for aggregated values min/max (f476678)

๐Ÿ› Bug Fixโ€‹

  • log: [mi] display only entries with aggr of "single" on chart (e391d2a)
  • reports: made datasets for chart/table optional (ff7d724)
  • reports: removed % for values that are "-" or "na" (88e7416)

Backendโ€‹

๐Ÿ› Bug Fixโ€‹

  • report: fix incorrect measurement results order in datasets (2636d9e)
  • reports: fix generation of record IDs (bba7bcf)

๐Ÿš€ New Featureโ€‹

  • report: allow extra args in 'records_order' in config (0301ce1)
  • report: change handling of non-numeric values of x-axis arg (af65dac)

๐Ÿ“ฆ Choresโ€‹

  • report: make measurement units more readable (803c9a8)
  • cleanup: apply linter to reports related code (840543c)