See also:
[CAN installation and CoDeSys gateway troubleshooting guide]
Summary of changes:
Add possibility to delegate challenge/response solving to external entity "Crypto Agent"
Performing the challenge solving for secure authentication is no longer done directly in the openSYDE tools (GUI, SYDEsup).
Instead an external tool is used to perform the calculation.
This external tool is provided under open source license. So derivatives could be implemented that can delegate the solving.
The default implementation behaves like the previous implementation integrated into the openSYDE tools.
DBC Import: Improve COMM message update handling
COMM Messages Import: Improved message update handling.
Unaffected signals are no longer deleted, preserving references in screens such as Dashboard and Data Logger.
Provide handling of user nodes in satellite tools
User node support added for tools like SYDEsup, syde_x_gen and some further utility tools.
Bug Fix - GUI: Device Configuration can fail if secure authentication or traffic encryption are active
If Secure Authentication or Traffic Encryption is active Device Configuration can fail when trying to switch device states.
The client fails to send a "RequestProgramming" request before trying to enter the Flashloader.
This issue has been fixed.
Bug Fix - Fix data logger threshold resetting to 0 when reloading node
Data Logger: Fixed data logger threshold resetting to 0 when reloading node in some cases.
Bug Fix - Data logger: When activating "Additional Trigger", no default value for "Operation" is set
Data Logger: When activating "Additional Trigger", no default value for "Operation" is set.
This issue has been fixed.
Bug Fix - openSYDE Dashboard: Spinbox widget focus behavior broken since QT6 update
openSYDE Dashboard: Spinbox widget focus behavior is broken since QT6 update in release 25_0D.
This issue has been fixed.
Bug Fix - Data logger: Deleting log job crashes UI
Data Logger: When deleting the last log job, the openSYDE GUI crashes.
This issue has been fixed.