[comment]: # translation:outdated

[comment]: # ({new-83a20c91})
# 31 What's new in Zabbix 6.0.26

[comment]: # ({/new-83a20c91})

[comment]: # ({new-4b07ffec})
## Templates

[comment]: # ({/new-4b07ffec})

[comment]: # ({new-c504794e})
#### New templates

The set of [Azure by HTTP](https://git.zabbix.com/projects/ZBX/repos/zabbix/browse/templates/cloud/azure_http?at=refs%2Fheads%2Frelease%2F6.0) templates has been supplemented with the Azure Cost Management by HTTP template.

You can get this template:

-   In *Configuration* → *Templates* in new installations;
-   If you are upgrading from previous versions, you can download new templates from Zabbix [Git
    repository](https://git.zabbix.com/projects/ZBX/repos/zabbix/browse/templates?at=refs%2Fheads%2Frelease%2F6.0)
    or find them in the *zabbix/templates* directory of the downloaded latest Zabbix version.
    Then, while in *Configuration* → *Templates*, you can import them manually into Zabbix.

[comment]: # ({/new-c504794e})

[comment]: # ({new-b39658f8})
#### Updated templates

[MSSQL by ODBC](https://git.zabbix.com/projects/ZBX/repos/zabbix/browse/templates/db/mssql_odbc?at=refs%2Fheads%2Frelease%2F6.0) template:

- new item has been added - MSSQL DB '{#DBNAME}': Recovery model, which returns the database recovery model under the database discovery;
- new macros, namely, {$MSSQL.BACKUP_FULL.USED}, {$MSSQL.BACKUP_DIFF.USED}, {$MSSQL.BACKUP_LOG.USED}, have been added - those can be used for disabling backup age triggers for a certain database;
- LLD rules for quorum and quorum members discovery have been added;
- the type of the LLD rules has been changed from “Database monitor” to “Dependent item”;
- items with `db.odbc.discovery` key have been turned into items dependent on `db.odbc.get` item.

[comment]: # ({/new-b39658f8})

[comment]: # ({new-e34d52ad})
## Frontend

[comment]: # ({/new-e34d52ad})

[comment]: # ({new-766cb482})
#### PHP support

The maximum supported version for PHP is now 8.3.

[comment]: # ({/new-766cb482})

[comment]: # ({new-c119f297})
#### X-Frame-Options HTTP header

The *X-Frame-Options header* parameter has been renamed to *Use X-Frame-Options header*, now consists of a checkbox and an input field (allowing you to disable the header by unmarking a checkbox instead of specifying "null" in the input field), and supports additional values.

Other security parameters now also follow the same structure.
For more information, see the [security](/manual/web_interface/frontend_sections/administration/general#security) parameters in *Administration* → *General*.

[comment]: # ({/new-c119f297})

[comment]: # ({new-258b70b1})
## Databases

[comment]: # ({/new-258b70b1})

[comment]: # ({new-5b105e0f})
#### MySQL 8.2 support

The maximum [supported version](/manual/installation/requirements#third-party-external-surrounding-software) for MySQL is now 8.2.X.

[comment]: # ({/new-5b105e0f})
