On Monday May 2nd, the IDE/DV/QA environments for Platform1, Platform2, Platform3, and Platform4 will be upgraded to DesignTime Revision 2259 and RunTime Revision 956. Platform1, Platform2, and Platform4 will begin their upgrade at 3:00PM CST with an expected completion time of 3:30PM CST. Platform3 will begin its upgrade at 12:00PM CST with an expected completion time of 12:30PM CST.
On Wednesday May 4th, the PD environment for Platform1, Platform2, Platform3, and Platform4 will be upgraded to RunTime Revision 956. Platform1, Platform2, and Platform4 will begin their upgrade at 3:00PM CST with an expected completion time of 3:30PM CST. Platform3 will begin its upgrade at 12:00PM with an expected completion time of 12:30PM CST.
DesignTime
Revision 2245: Project Promotion Loading Wheel
- Added a loading wheel to project promotion to indicate that the project is promoting.
- Added a new service called StreamBase64EncodedString to the MVC and HTML workshops which allow the user to pass in a base64 string and download the image it represents.
- Resolved an issue where updating the status of a task removed its priority.
- When a service errors it now displays it's error message in the top of the page along with how other errors display.
- Added an Edit Project link onto the Developer Workbench page by the View Project Tasks link. Project Description now shows on the Promotion page.
- The task number filter on the Task List page can now have trailing or leading spaces and still grab the tasks like the inputted number.
- Check the forum post for more info.
- Added a new service called ComputeHash to the Data Conversion Services Workshop. Give it a SaltData and a Number and it will return a hash.
- The Operator node preview always shows the default value. Changed how the text is loaded on the service node.
- Added a new node called ProjectedResponse in the CreateServiceNodeFromXml and ConvertNodeValueToXml that is used to show up in the recommended values for that service.
- Changed the Import From Xml widget to show the REST API name and verb instead of just the verb.
- The task side bar on the View Task page now shows the project name and id if the task is in a project and will link to the Developer Workbench for that project.
RunTime
Revision 948: Custom URL File Uploading
- Added a new route for file uploading on sites that utilize the custom URL feature.
- The CallMethod service is now able to be ran using ECC.
- ECC instances are now validated every hour to prevent unwanted connections from being connected.
- The GetKey REST API template now returns the environment name in its output.
Revision 108: Removed Unused Timeout
- The timeout variable on the ECC Server Manager has been removed along with all the code that handle it. It now just based on the timeout value in the ECC configuration that can be accessed and changed from the EASYCloudConnector page.