v4.4.0
Release date
8th May 2024
Improvements​
- TempDB screen for SQL Server.
- AWS Cloudwatch metrics for Amazon RDS instances.
- Deleting a sensor will now complete asynchronously at the backend rather than timeout at the frontend (see known issue below).
- Upgrade to the latest version of FontAwesome.
- Upgrade to the latest version of HighCharts.
- Upgrade to the latest version of Tomcat.
- Remember search condition and results when using back button.
- Tooltips now have improved formatting for metric values.
- Tooltips are now available for event markers (change, alerts, custom events).
Fixes​
- Deleting a sensor once it has collected data no longer fail with an FK error.
- Added missing foreign key from sql_tag to datasource.
- Timezone issues for Oracle SQL Stats collection.
- Incorrect client encoding on windows.
- Date reverts to current date if you are using UTC and try to modify the end time.
- Date selector - under UTC today & yesterday give incorrect values in the custom date fields.
- Failed to create datasource tags due to sequence getting reset on schema upgrade.
- Mark WalSenderMain (PostgreSQL) and XE_FILE_TARGET_TVF (SQL Server) as idle events.
- Other minor fixes and improvements.
Known Issues​
- Deleting a sensor will now complete asynchronously at the backend. It may still take several minutes before it completes if you have a lot of data. Please be patient and don't try to start/stop/edit the sensor while it is deleting. You may need to refresh the Settings screen in your browser to see the sensor disappear from the list. In a future release we will add better indication that a sensor is deleting.
- For earlier versions of SQL Server you may see Invalid column name 'MODIFIED_EXTENT_PAGE_COUNT' reported to DBmarlin tomcat log which can be ignored.
- If you already setup DBmarlin Co-pilot you will need to clear and re-enter your OpenAI API key because it can't decode the previously applied API key.
- 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 changedisabledAlgorithms
and restart the DBmarlin Tomcat. See this FAQ for more details.