Support for TimescaleDB version 2.13 is now available.
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.
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.