Nightly Changelog: 8.1.38-SNAPSHOT-b20240131
Comms
OPC
IGN-9087: Milo 0.6.12
Updated Milo (OPC UA SDK) to version 0.6.12.
Alarming
Voice Notification
IGN-6220: Voice alarming audit action text is confusing
Adjusted the ordering of VOIP Notification audit logs action text to be more clear by adding a "call started" audit event and changing action text "call placed" to "call completed."
Swing
Vision
IGN-8750: Refactor uses of SimpleDateFormat in Vision (client and vision designer)
Date formatting in vision must occur through the Swing utilities, or else an error will be displayed with the text Date format accessed/updated from an asynchronous thread. Vision component date formats must be accessed from the Event Dispatch Thread. Consider using system.util.invokeLater.