fix(deps): update dependency node-opcua to v2.163.1 #659
+548
−543
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.161.0→2.163.1Release Notes
node-opcua/node-opcua (node-opcua)
v2.163.1Compare Source
v2.163.0: 🚀 Release Notes — v2.163.0Compare Source
This release is a major step forward for DataType handling performance and OPC UA 1.05 compliance. It introduces a new lazy and parallel DataType extraction pipeline, significantly improving scalability for large and complex information models. In parallel, full support for OPC UA 1.05 subtyped structures and unions has been finalized, alongside multiple performance optimizations, correctness fixes, and test expansions.
✨ TL;DR
🌟 Key Features & Enhancements
🧠 Lazy & Parallel DataType Extraction
3ad017cIntroduced a Lazy DataTypeExtractStrategy to efficiently handle very large DataType trees:984510cMajor performance refactor:57374f8Prefetch dependent field DataTypes in parallel during schema extraction:🧬 OPC UA 1.05 — Subtyped Structures & Unions
4e02e64Added full support for OPC UA 1.05 subtyped fields:17ea9bbFixed client-side creation of ExtensionObjects containing subtyped fields (client)📌 Summary
Version 2.163.0 delivers substantial scalability gains for complex OPC UA servers and clients, especially those with large DataType graphs or OPC UA 1.05 models. Lazy, parallel extraction dramatically reduces startup time and network load while maintaining strict correctness and backward compatibility.
💙 Support the project
Consider joining the NodeOPCUA Subscription program
for professional support, or help sustain the project by sponsoring us on OpenCollective
.
Full Changelog: node-opcua/node-opcua@v2.162.0...v2.163.0
v2.162.0Compare Source
🚀 Release Notes — v2.162.0
This release focuses on performance improvements, memory optimizations, and protocol robustness, with additional updates to OPC UA 1.05 nodesets, better TypeScript generation, and fixes in client-side extension object handling. Several hot paths (transport, secure channel, chunk manager, variant encoding) have been optimized to reduce allocations and improve throughput under load.
✨ TL;DR
⚡ Performance Improvements
3ff99c3— Avoid unnecessary buffer copies in the transport layer (transport)6347ba6— Faster buffer encoding/decoding for Variants (variant)6339b87— Reduce memory retention by not keeping raw message chunks unless performance monitoring is enabled (transport)e99143f— Zero-copy padding removal and length reduction using Buffer.subarray (secure-channel)30cf813— Optimize padding byte writing using Buffer.fill() (~10% throughput gain) (chunk-manager)🧠 Protocol & Feature Enhancements
d1697eb— Detect ComplexDataType2017 profile to automatically force OPC UA 1.04 extraction when required (client / datatype extraction)e62d0e9— Update nodeset XML files to the latest OPC UA 1.05 revisions (nodesets)8343203— Add documentation and tests for packet assembler (packet-assembler)🐛 Bug Fixes
17ea9bb— Fix client-side creation of ExtensionObjects containing subtyped fields (client)332fbed— Fix typo in “already used nonce” error message (server)7149387— Fix inherited member type compatibility in the TypeScript generator (generator) 👉 Fixes GitHub issue #1472🧪 Tests & Tooling
e230cef— Add end-to-end tests exploring reconnection behavior after keepalive failures (end2end-test)50c0cf9— Minor adjustment to run_all_mocha_tests.js (tests)🧹 Maintenance & Cleanup
4e06dc1— Dependency updatesda12830— Additional package updates67da20e— Improved warning messages415b89e— Version bump to v2.162.0📌 Note
This release brings measurable gains in performance and memory efficiency, especially for high-throughput clients and servers, while continuing the transition toward OPC UA 1.05 compliance with robust backward-compatibility handling.
New Contributors
Full Changelog: node-opcua/node-opcua@v2.161.0...v2.162.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.