fix(deps): update dependency node-opcua to v2.162.0#659
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
fix(deps): update dependency node-opcua to v2.162.0#659renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.162.0Release Notes
node-opcua/node-opcua (node-opcua)
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.