Skip to content

binjr v3.25.0 is now available! 🎉

Released on Wed, 29 Oct 2025

What’s new?

  • [New] [Dependencies] Updated the embedded runtimes for Java and JavaFX to version 25.0.1.
  • [New] [Dependencies] Source and target compatibility level for binjr’s artifacts have been updated to 25.
  • [New] [JVM GC Logs Adapter] Added support for ZGC garbage collector logs.
  • [New] [CSV Adpater] CSV parser now supports comments.
  • [New] [CSV Adapter] Only use localized number parser if mandated in a parsing profile, as the unlocalized parser is more lenient.
  • [New] [HTTP Adapters] User Agent string can now be overridden.
  • [New] [UI] Added a user preference to select the default timeline display mode on charts.
  • [Fixed] [Installers] MacOS PKG installer does not associate the “.bjr” extension to binjr.
  • [Fixed] [Core] Extra TemporalField endless loop when using adjustInto method.
  • [Fixed] [HTTP Adapters] SSL context builder ignores user certificate keystore when validating certification paths on Windows and MacOS.
  • [Fixed] [CSV Adapter] The wrong field is highlighted when the time pattern field is empty in CSV parsing profile dialog.
  • [Fixed] [CSV Adapter] The number parser only takes three decimal digits into account when parsing CSV data.
  • [Fixed] [CSV Adapter] The number parser does not recognize lower case ‘e’ as an exponent symbol when override locale for number parsing.

Comments