Skip to main content

Release v0.2.3

· One min read
Kostromin Danil
Bublik UI Maintainer

We are happy to announce Bublik v0.2.3.

User preferences

Now you can adjust some settings and default in user settings if you have an account

user prefs

Run results diff highlight

Now you can click on result row to highlight parameter difference relative to click row

run highlight

Performance regression

We've added simple form to catch regressions in speed List of URLs can be configured via config options

perf test

Changelog

Frontend

👷‍ Build System

  • docker: add docker for easily bootstrapping dev env (f0da04d)

🐛 Bug Fix

  • providers: [tooltip] disable hoverable content (dc6baf5)
  • ui: [checkbox] not updating on label click (3475b01)

🚀 New Feature

  • log: make log page respect user preferences (ef5ebe3)
  • performance: add view for bublik performance self-testing (2a3619b)
  • run: add ability to highlight param difference (b75d295)
  • ui: add radio group component (aa27baa)
  • user: [preferences] add user preferences form (2ce58ce)

Backend

🐛 Bug Fix

  • history: fix filtering by expressions (e808026)

🚀 New Feature

  • performance: add performance check (d27a9fe)