Skip to content

v2.122.0

Compare
Choose a tag to compare
@erossignon erossignon released this 01 Mar 04:51
· 34 commits to master since this release

What's Changed

馃毃 Security update

  • OPCUAClient now avoids selecting deprecated security policy while choosing user identity token #1344

For instance, when OPCUAClient encounters multiple identity token policyId for the same tokenType, the OPCUClient will select the policyId that provides the most robust encryption method. It will also avoid using Basic192RSA15, which is now deprecated in NodeJS 20.11.1 onward, to fix CVE-2023-46809.

Full Changelog: v2.121.0...v2.122.0