This Icinga DB release addresses the issue of leaking SQL prepared statements when Icinga DB is configured as a source for Icinga Notifications.
Each time the custom variables for an Icinga Notifications event were fetched, a new prepared statement was executed by the database. Unfortunately, this prepared statement was not closed, resulting in an increasing number of open prepared statements until the database refuses to create any more. This effectively blocked both Icinga DB and potentially the entire database management system.
This bug does not affect those who are not using the Icinga Notifications source.
Additionally, dependencies were updated.