Release v0.3.2
ยท 2 min read
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)