[comment]: # ({67868788-a93e69b9})
# 30 What's new in Zabbix 6.0.25

[comment]: # ({/67868788-a93e69b9})

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

Support for TimescaleDB version 2.13 is now available.

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

[comment]: # ({df7a2c84-39eee7ec})
## Items

[comment]: # ({/df7a2c84-39eee7ec})

[comment]: # ({11b42b52-92e26fe8})
#### Additional ssh.run options

The **ssh.run[]** item has been updated and now allows passing additional SSH options as a part of the item key.
These options are supported only using libssh of version 0.9.0 and higher or libssh2.
Supported option keys and values depend on the SSH library. 
See [SSH checks](/manual/config/items/itemtypes/ssh_checks) for details.

[comment]: # ({/11b42b52-92e26fe8})

[comment]: # ({ddb0683d-1fb9f532})
## Plugins

[comment]: # ({/ddb0683d-1fb9f532})

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

#### 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-fba99cc2})
