chore(deps): update dependency opcfoundation.netstandard.opc.ua.server to 1.5.374.168 #772
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:
1.5.374.158
->1.5.374.168
Release Notes
OPCFoundation/UA-.NETStandard (OPCFoundation.NetStandard.Opc.Ua.Server)
v1.5.374.168
: OPC UA 1.05 Maintenance UpdateCompare Source
1.05.374 roll up until Jan 22nd.
This release is based on the 1.05.03 Nodeset with generated files from the ModelCompiler.
The focus in this release was on perf improvements and bug fixes.
This is also the last official release without ECC support...
Server improvements
The underlying dictionary of the commonly used
NodeIdDictionary
in node managers is now a ConcurrentDictionary. (see CustomNodeManager2 changes)Perf comparisons with NodeId hashes showed that the lookup of entries is comparable to the previously used Dictionary, but doesn't require locking in the NodeManager. Now all implementations of
GetManagerHandle
can be accessed without locking the node manager, which should reduce contention between service calls. Still, most calls need to be synchronized with locks, but the GetManagerHandle call is decoupled.Client improvements
MoreNotifications
flag, which makes it easier to reshuffle received data changes spread across multiple publish responses. To save the cost of a list translation, the notificationMessage gets a StringCollection for the StringTable instead of a List of strings.Encoder/Decoder perf improvements
.NET 9 lib issues
Other bug fixes as below
What's Changed
Full Changelog: OPCFoundation/UA-.NETStandard@1.5.374.158...1.5.374.168
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.