[comment]: # translation:outdated

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

This minor version has no functional changes.

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

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

Support for TimescaleDB version 2.13 is now available.

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

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

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

[comment]: # ({new-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]: # ({/new-92e26fe8})

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

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

[comment]: # ({new-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]: # ({/new-fba99cc2})

