- Print
- DarkLight
- PDF
Release date: [2023-09-19]
Corezoid.com
In Corezoid 6.3, we are taking another step towards integrating with our Simulator.Company product. Users of Corezoid, in conjunction with Simulator.Company, will now have the convenience of using shared workspaces between these two products. For these users, creating a new company no longer requires entering an OTP password.
New Features
The option to share immutable stages and objects inside them has been added. For more information, go to Stage and Merge.
Improvements
The Sender action and Sender form nodes have been removed from the node list. For more information on available nodes, go to Nodes.
In the Condition node, two new comparison operators have been added: >= (greater than) and <= (less than). For more information, go to Condition.
In the API Call node, the ability to send a date in
$.unixtime()
and$.date()
functions as a process parameter has been added. The following constructions are available:$.unixtime(date_from_parameter)
$.date(date_from_parameter)
$.unixtime($.date(date_from_parameter))
- for working with local time (UTC+3, UTC+2)$.unixtime({{Time}}).tz('Asia/Tokyo')
and$.unixtime().tz('Europe/Kiev')
- for working with UTC time.
For more information, go to Parameters and functions.
In Corezoid, you can now create a Communications Orchestrator by clicking the Create button only from Project Stages. Communications Orchestrator creation is not available from Folders.
For more information, go to Communications Orchestrator and Stage.
In Code nodes, you can now change locales for
moment.js
and its updated versionmoment-2.11.1.js
libraries to output date and time-related information in different languages.
For more information, go to Code.
Fixed Issues
Broken link: The link to a copied object in the copy completion notification window works properly now. For more information, go to Additional actions on objects.
Private Cloud and On-premises
- For Corezoid 6.3: Support for PostgreSQL versions older than 10 has been discontinued. Ensure you have PostgreSQL 10 or a newer version installed.
- For Corezoid 6.5: Support for PostgreSQL versions older than 13 will be discontinued. Ensure you have PostgreSQL 13 or a newer version installed.
Fixed Issues
Incorrect message: when a user enters a password that has more than 30 characters, the message “Password was entered incorrectly” doesn’t appear anymore, and password input validation works properly during the authorization process.