Weekly Upgrade Announcement 11/28/22

Read-only forum. Used to announce new releases of EASYProcess.

Locked
JustinVanRegenmorter
Posts: 517
Joined: August 26th, 2021, 9:56 am
Contact:

Weekly Upgrade Announcement 11/28/22

Unread post by JustinVanRegenmorter »

Platform Upgrade Schedule
On Monday December 5th, the IDE/DV/QA environments for Platform1, Platform2, Platform3, and Platform4 will be upgraded to DesignTime Revision 2470 and RunTime Revision 1134. 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 December 7th, the PD environment for Platform1, Platform2, Platform3, and Platform4 will be upgraded to RunTime Revision 1136. 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 2463 & RunTime Revision 1125: ECC Data Size Default Change
  • The ECC Data Size property default has been changed from 132 kb to 100 kb and added a new variable to the ECC configurations called Default Data Size to allow the default to be set per application.
Revision 2464: Logs Asterisk Fix
  • Service errors are failing to display the error asterisk in the logs on the service itself. A check for errors has been added inside the service and if there is a red asterisk will now display next to the service node in the logs.
Revision 2465: Service Selection Improvements
  • Ctrl-Clicking a selected service now deselects that service and when a service is selected Shift-Clicking a service will select all services in-between the two that it can reasonably find in a direct path.
Revision 2466: WhereClause Service View Fix
  • The WhereClause node is always blank in the preview XML when parent service nodes are selected. Added an if else for the unique WhereClause case for showing its XML.
Revision 2467: Copy Objects Fix
  • When in the lab's copy object widget if the copy application or project is changed then all objects are reselected. This has been resolved by changing all object selection to stay he same upon application/project change. 
Revision 2469 and RunTime Revision 1128: Page Description And Menu Updates
  • Page descriptions and menu titles have been updated to give users more control. Now when adding and editing pages there is a new field for the Menu Description which will be returned in the GetMenuData service. The Description field has also been updated to be a text area to allow for better descriptions.

    All existing pages have had their page titles, which is what was previously returned in the GetMenuData service, copied over to the new Menu Description column to preserve existing menus
Revision 2470 And RunTime Revision 1133: Save File Upload Comma Fix
  • Using comma's in the saved name of a file was saving as it's encoded version. A line has been added to make sure that the saved name of a file is decoded when using a save file service.

RunTime
Revision 1126: ViewParameters Apostrophe Fix
  • Sending an & character through a Query String to a ViewParameter fails to send it since the browser uses it to separate the parameters. Code has been added to properly encode and decode it so that the value can be in Query Strings.
Revision 1129: MultiThreaded Loop Fix
  • Multithreaded loops could get stuck in infinite loop when run loops of more than 400 records. Checks have been added and catching errors have been reworked in loops.
Revision 1131: Orchestration Connection Instance Fix
  • Tweaked the connection instance setup for orchestrations.
Revision 1132 and 1134: Binary Decision Fixes
  • Binary Decisions logs are displaying their names as the id and the data inside it is escaped. Binary Decisions have also been sometimes returning the incorrect results. The logs have been changed to show just the name along with existing Binary Decisions name being updated to be the Name + Id and un escaped the data by converted the : character in the XSL to the _. The secondary cache for binary decisions has been removed as it is causing the incorrect results.
word count: 668

Tags:
JustinVanRegenmorter
Posts: 517
Joined: August 26th, 2021, 9:56 am
Contact:

Re: Weekly Upgrade Announcement 11/28/22

Unread post by JustinVanRegenmorter »

Due to a bug within the changes to the Binary Decision service the following revisions have been applied to DesignTime and RunTime DV/QA and will be applied to PD with the schedule change reflected above.

DesignTime Revision 2471: Canvas Titles
  • Canvas titles and tab titles have been updated to show a cleaner and clearer text explaining the canvas. The id's have been replaced with the name and type.
DesignTime Revision 2472 and RunTime Revision 1135: View Building Improvements
  • Objects with associated caches are not getting cleared in all cases. The build code has been improved to more accurately clear the associated object caches.
DesignTime Revision 2473: Property Editor Changes
  • The property editor for MVC controls has been cleaned up to remove any excess scrollbars and moved the HTML encode warning text to the bottom.
DesignTime Revision 2474 and RunTime Revision 1136: Binary Decision Fixes
  • Binary Decisions have been reverted in how they handle their name and description.
word count: 159
Locked