This page provides collective upgrade notes for minor releases of the major Zabbix version.
See also upgrade notes of the major version.
Zabbix component log files are now created with read-write permissions for the file owner only. Additionally the files are readable by the owner group. All other permissions are denied.
On Linux, this change is from 0666 to 0640 permissions. The change affects Zabbix server, proxy and agent log files. Permissions for Zabbix agent 2 log files were updated from 0644 to 0640 (by removing read permission for others).
In addition, several other files are now created with 0640 permissions:
icmpping* checksZabbix agent 2 MySQL plugin now supports both SHOW SLAVE STATUS and SHOW REPLICA STATUS. The plugin automatically selects and executes the appropriate statement depending on the server version and returns the result in the usual JSON format.
Agent 2 items such as mysql.replication.discovery and mysql.replication.get_slave_status work with servers that use either SHOW SLAVE STATUS or SHOW REPLICA STATUS. No changes to existing agent 2 items or agent 2 templates are required.
The minimum supported Go version has been raised from 1.23 to 1.24.10.
If you previously built Zabbix agent 2, agent 2 loadable plugins, or web service from source using a Go version older than 1.24.10, it is recommended to rebuild these components using a supported Go version to receive the latest security updates and bug fixes. Components built with an older Go version will continue to work, but upgrading them will require a newer Go environment.
This minor version does not have any functional changes.
Warning! Upgrading to this version is not recommended due to errors related to graphs and the Zabbix agent 2 MySQL plugin.
The minimum supported version for the cURL PHP extension is now 7.19.4.
This version is not released yet.
Zabbix agent 2 runtime control commands (zabbix_agent2 -R <option>) now write output to stdout (standard output) instead of stderr (standard error). Please update any scripts that rely on previous behavior.