edgeCore™ 4.6.3 Release Notes
Production date: May 24, 2024
What’s New?
Permission to Create and Delete Domains
A new provisioning permission has been introduced so that a particular role/user can create and delete domains.
Note: make sure that the Modify Domains and/or Users permission is also assigned to this role.
Permission to Assign Kiosk Mode
A new provisioning permission has been introduced so that a particular role/user can assign kiosk mode.
Note: make sure that the Modify Domains and/or Users permission is also assigned to this role.
Enhancements
Configuring maxHttpHeaderSize in environment.(sh|bat) files
The maximum size of the HTTP header can be configured in environment.sh / environment.bat file by setting the following value:
MAX_HTTP_HEADER_SIZE=20480
*(20480 being the default value)
Configuring fetchTimeoutOffset in local.properties /custom.properties files
To handle timeout in JavaScript Feeds and Transforms that use JS Fetch to retrieve results, now you can configure fetch timeout by setting the following:
data.fetchTimeoutOffset=10000
*(default is 5000 ms)
Security Updates
The following libraries have been upgraded:
- Apache Commons Configuration (version 2.10.1)
- Apache Commons Compress (version 1.26.0)
- Apache POI (Excel spreadsheet reader, version 5.2.5)
- Spring Framework (version 5.3.34)
- Spring Security (version 5.8.12)
- Apache Tomcat (version 9.0.88)
Resolved Issues
- Automation script: User is no longer able to save a step without timeoutValue.
- The scroll speed has been reduced when dragging a selection in the Manage Action window from top to bottom.
- When authoring JavaScript producers (feeds and transforms), now you can access feedName and transformName.