Skip to main content

v5.5.0

Release date

5th June 2025

Improvements​

  • AI Co-pilot improvements
    • Support for newer OpenAI models like 4.1, 4.1-mini, 4.1-nano and o4-mini.
    • Support for OpenRouter which is an AI aggreatator that allows access to models from Google, Anthropic and others.
    • Streamed responses rather than appearing all at once with cancel button to cancel the request if needed.
    • Copy to clipboard button.
    • Shows the estimated cost and token count for each request
    • Better code block formatting with Syntax highlighting for SQL for example and Copy button for the code block.
  • Database Statistics screen improvements - choose which charts you would like to see and switch from single column to 2-column or 3-column layouts.
  • Statement wait events in the Statement table now have longer bars and better tooltips for ease of reading.
  • Snapshots - add validation to advanced settings.
  • Pagination and filters are now remembered when going back to the list view.
  • The requested URL is now remembered even if you need to Login first.
  • Improvement to SQL purging on the DBmarlin server to allow faster purging and limit the time it consumes.

Fixes​

  • 404 error on SQL Search tab.
  • Grouped SQL Stats causes screen mis-position.
  • Integrations Search not working.
  • Host Settings shows default port, rather than the actual value.
  • Batch Activity - Session shows incorrect percentage.
  • Snapshots table will show "Yes" for Keep Data column even the toggle was off when creating the snapshot.
  • Alert Rule settings - The search is not retained when updating an alert rule.
  • Snapshots - Search is not retained
  • Snapshots - Can't edit the params of a snapshot or create a new one with correct params.
  • Unreasonably high SQL statistic values in some cases for PostgreSQL.

Known Issues​

  • If you are monitoring a server which requires TLS v1.0 or v1.1 which are now obsolete you will need to edit ./lib/security/java.security to change disabledAlgorithms and restart the DBmarlin Tomcat. See this FAQ for more details.