binjr v3.26.0 is now available! 🎉¶
Released on Sat, 29 Nov 2025
What’s new?¶
- [New] [UI] Added new chart types as possible data representation for time series data:
- Impulse charts: vertical bars with a height proportional to value being plotted.
- Vertical markers: to mark a series of instants on the timeline, as vertical lines that takes up the whole height of a chart.
- Duration markers: to represent durations as vertical bands with a width proportional to the duration being plotter.
- [New] [UI] Added an option to highlight the ‘current’ column the table view (which displays the Y values for each series on the selected chart at the time currently marked by the crosshair).
- [Fixed] [UI] NaN value show as phantom sample in top left corner of scatter charts.
- [Fixed] [JVM GC Logs Adapter] Heap generation sizes are not extracted from G1 GC logs.
- [Fixed] [JVM GC Logs Adapter] GC allocation rate calculation is incorrect.
- [Fixed] [Core] Pressing
Reset Time Rangesometimes fails to correctly identify the lowest timestamp for the current series. - [Fixed] [CSV, Logs] Timestamp parsing in CSV and Log file adapters ignore timezone offsets.