[comment]: # translation:outdated

[comment]: # ({new-f4439f6c})
# 36 What's new in Zabbix 5.0.32

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

[comment]: # ({new-4638db90})
### Limits for JavaScript objects in preprocessing

The following limits for [JavaScript objects](/manual/config/items/preprocessing/javascript/javascript_objects#additional-javascript-objects) in preprocessing have been introduced:

-   The total size of all messages that can be logged with the `Log()` method has been limited to 8 MB per script execution.
-   The initialization of multiple `CurlHttpRequest` objects has been limited to 10 per script execution.
-   The total length of header fields that can be added to a single `CurlHttpRequest` object with the `AddHeader()` method has been limited to 128 Kbytes (special characters and header names included).

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