Support for TimescaleDB version 2.13 is now available.
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 for details.
New parameters for controlling the cache mode by default or on session name level have been added to the PostgreSQL plugin configuration:
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.