binjr v3.23.0 is now available! 🎉¶
Released on Tue, 29 Jul 2025
What’s new?¶
- [New] [CSV Adapter] The CSV adapter now allows for browsing multiple files from a folder or a ZIP compressed archive.
Please Note: All the CSV files made available as a part of a single source declaration will share the same parsing profile. If some of these files require different parsing options, you’ll need to declare another source with the appropriate parsing profile for these.
- [New] [Core] Compact object headers are now enabled by default by the application’s launcher, for a 10 to 20% reduction in heap memory usage.
- [New] [Core] The binjr workspace schema version number has been updated to
3.2
. Opening workspaces created with this version in prior versions of binjr will cause warnings to be logged and may result in compatibility issues. - [Dependencies] Updated embedded OpenJDK and JavaFX runtimes to
24.0.2
- [Fixed] [Netdata Adapter] “Unexpected value ‘heatmap’” error when attempting to connect to a Netdata instance that serves probes with a ‘heatmap’ chart type.
- [Fixed] [Core] binjr can now properly resolve relative paths to source assets (e.g. paths to .csv, .jfr or log files, etc…) inside saved workspaces (.bjr).
- [Fixed] [Core] Missing “jdk.accessibility” module causes binjr to fail working with screen readers.
- [Fixed] [Core] Explicitly enabled native access for JavaFX graphics modules to remove warnings.
- [Fixed] [UI] Closing the last tab in a panel on an external tab window closes the whole window even if it contains other non-empty panels.