[comment]: # ({1841a205-5ed73067})

# 15 What's new in Zabbix 6.4.10

[comment]: # ({/1841a205-5ed73067})

[comment]: # ({9b792dcf-1713b3cd})
#### TimescaleDB 2.13 support

Support for TimescaleDB version 2.13 is now available.

[comment]: # ({/9b792dcf-1713b3cd})

[comment]: # ({6ad2e436-edfac3c5})
#### User macro support in preprocessing custom error-handling parameters

User macros are now supported in item value preprocessing custom error-handling parameters (*Set value to* and *Set error to* fields).

Although undocumented, this functionality worked before Zabbix 6.4.0, but it stopped working in previous 6.4.x versions. Now the support has been restored and documented.

[comment]: # ({/6ad2e436-edfac3c5})

[comment]: # ({ddb0683d-7656ec4f})
## Plugins

[comment]: # ({/ddb0683d-7656ec4f})

[comment]: # ({07e7b44a-c910b1cb})

#### Cache mode parameter for PostgreSQL plugin

New parameters for controlling the cache mode by default or on session name level have been added to the PostgreSQL plugin [configuration](/manual/appendix/config/zabbix_agent2_plugins/postgresql_plugin#parameters):

-   `Plugins.PostgreSQL.Default.CacheMode`
-   `Plugins.PostgreSQL.Sessions.<SessionName>.CacheMode`

The cache mode parameter may have one of two allowed values: *prepare* (default) or *describe*. Note that "describe" is primarily useful when the environment does not allow prepared statements such as when running a connection pooler like PgBouncer.

[comment]: # ({/07e7b44a-c910b1cb})
