[comment]: # ({40045443-40045443})
# 24 What's new in Zabbix 4.0.19

[comment]: # ({/40045443-40045443})

[comment]: # ({bff12de5-bff12de5})
#### Log items

Two new options have been added to the `log`, `log.count`, `logrt` and
`logrt.count` [items](/manual/config/items/itemtypes/zabbix_agent):

-   *mtime-reread* - non-unique records, reread file if its modification
    time changes but size does not
-   *mtime-noreread* - non-unique records, do not reread file if its
    modification time changes but size does not

For `log` and `log.count` items these options have been added as a new
<options> parameter, e.g.

    log[file,<regexp>,<encoding>,<maxlines>,<mode>,<output>,<maxdelay>,<options>]

For `logrt` and `logrt.count` these options have been added to the
already existing <options> parameter.

[comment]: # ({/bff12de5-bff12de5})

[comment]: # ({690fc922-690fc922})
#### JSONPath

Zabbix implementation of [JSONPath](/manual/appendix/items/jsonpath) now
supports the extraction of matching element names with a `~` suffix. It
returns the name of the matched object or an index in string format of
the matched array item.

[comment]: # ({/690fc922-690fc922})

[comment]: # ({dca8a876-dca8a876})
#### Encryption

User-configured [ciphersuites](/manual/encryption#ciphersuites) are now
supported for GnuTLS and OpenSSL.

[comment]: # ({/dca8a876-dca8a876})
