Skip to content

v2.109.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@erossignon erossignon released this 17 Aug 19:13
· 192 commits to master since this release

馃殌 enhancement

  • [c789a36] addressSpace: BaseNode now expose a setDescription and setDisplayName to enable dynamic change. ( resolves #1284 )

馃毀 maintenance

  • [c15331d] remove eumabois
  • [6367995] fix NodeJS.Timeout issue caused by latest @types/node ts definition.

馃悰 bug fixes

  • [e0d5581] [address-space-base] don't use chalk module - fix issue#1285
  • [6eefed7] add regression test and investigation code for #1289

馃懍馃徑 contributors

馃Ж known issues:

  • this version introduces a new way of creating privateKeys and Certificate that do not relies on openssl any more but on the newly introduce WebCrypto API in nodeJS , when it's availbalbe or fall back to a polyfill @pecular/X509 when the suble api is not available.
    ( see #1289 )
    we recommand you use node-opcua@2.110.0 instead