Releases: bencherdev/bencher
Releases Β· bencherdev/bencher
v0.5.5
- Add
Login with Google
as an authentication option - Allow the
--file
option to be specified multiple times to track multiple result files
v0.5.4
- Fix fork pull request example (Thank you @ruyadorno)
- Improve database backup to run in the background
- Improve server stats to run in the background
- Add branch head version to the Console UI
- BREAKING CHANGE Creating an on-the-fly project when the
CI
environment variable is set totrue
will now require the--ci-on-the-fly
flag (Thank you @jaqx0r)
v0.5.3
- Improve
iai-callgrind
adapter (Thank you gamma0987)
v0.5.2
- Fix empty slug validation bug
v0.5.1
- Fix horizontal wiggle in mobile view of the Console UI
- Add daily rate limiting to all resource creation
- Add
plus.rate_limiting
section to the API server configuration
v0.5.0
- Allow
bencher run
to create a project if it does not exist for both anonymous and authenticated users - Deprecate the
--no-hash
flag forbencher run
- Move to
Linux
,macOS
, andWindows
as the default Testbeds forbencher run
- Add log scaling to Perf Images (Thank you @brianheineman)
- Add daily rate limiting for Metrics for Organizations without a Bencher Plus plan
v0.4.37
v0.4.36
- Fix CORS failures when API server returns an error
- Catch errors when Console WASM fails to load
- Add
--insecure-host
flag tobencher
CLI to allow insecure connections to Bencher Self-Hosted API servers - Add
--native-tls
flag tobencher
CLI to load TLS certificates from the platform's native certificate store - Add
--timeout
option tobencher
CLI to set the timeout for all API requests - Add
smtp.insecure_host
option to Bencher Self-Hosted API server configuration to allow insecure connections to SMTP servers (Thank you @btoic)
v0.4.35
- Add "Dismiss All" Alerts button to Console UI
- Fix infinite progress bar when Perf Plot is not initialized
- Show collapsed key for Pinned Plots
- Show selected Branches, Testbeds, and Benchmarks at the top of their Perf Plot tabs
- Improve Reports table view
- Show "Recent Reports" table for Branches and Testbeds
- Use exponential scaling for Perf Plot y-axis when there is a > 10x relative difference (Thank you @brianheineman)
- Improve new contributor onboarding experience (Thank you @brianheineman)
v0.4.34
- Add
--head
option tobencher branch view
CLI subcommand - Allow selection of up to two Measures in Perf Images
- Fix the Perf Plot Pinned tab
- Add
--build-time
and--file-size
to PR comment ID - Omit Threshold warning from PR comment when
--ci-only-thresholds
is used - Fix flashing of "No data found" in Perf Plot