Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 22, 2025

Note

Mend has cancelled the proposed renaming of the Renovate GitHub app being renamed to mend[bot].

This notice will be removed on 2025-10-07.


This PR contains the following updates:

Package Change Age Confidence
OPCFoundation.NetStandard.Opc.Ua 1.5.376.244 -> 1.5.377.21 age confidence
OPCFoundation.NetStandard.Opc.Ua.Client.ComplexTypes.Debug 1.5.376.244 -> 1.5.377.21 age confidence

Release Notes

OPCFoundation/UA-.NETStandard (OPCFoundation.NetStandard.Opc.Ua)

v1.5.377.21: OPC UA 1.05 Maintenance Update

Compare Source

Breaking Changes:
Server
  • IMonitoredItem Interface extended & used instead of MonitoredItem Class
  • New ISession Interface instead of Session Class
  • ISesssionManager, ISubscriptionManager, ISubscription & IServerInternal interfaces extended
Core
  • ICertificateStore Async Methods now have async suffixes, old names deprecated
  • All obsolete Methods removed
Client
  • All sync methods are now marked as deprecated
  • DataTypeDictionaries moved into the ComplexTypes Package. If the helper methods of the Session were used we recommend to use the complex type system as a replacement that can handle all servers from OPC UA Spec 1.0 - 1.0.05.
  • NodeCache now has an async interface (to have access to the ITypeTable interface use the .TypeTree property or AsNodeTable method
ApplicationInstance
  • Methods Returning a task have asyny suffixes
GDS Client
  • sync apis marked as deprecated
Bug Fixes:
Server
  • Fix Subscription Keepalive being sent on first publish
  • Handle unsent requests on closed SecureChannel to be sent on new channel of the same session
Client
  • Disable Subscription cleanup if subscriptions are being created
  • Fix subscription leaking due to not completed PublishResponseMessageWorkerAsync tasks
  • Fix subscription leaking due to not completed PublishResponseMessageWorkerAsync tasks
New features:
Server
  • Support for async method calls by implementing IAsyncNodeManager interface (see ConfigurationNodeManager for an example usage)
  • New Task based Request Queue
  • New generated Code with async Method Call handlers & async Service Calls
  • New extended CustomNodeManager with support for SamplingGroup Mechanism
GDS Client
  • exposes async APIS and marks sync apis as deprecated
Client
  • New LRU NodeCache added & used in ComplexType System
Released packages

OPCFoundation.NetStandard.Opc.Ua
OPCFoundation.NetStandard.Opc.Ua.Core
OPCFoundation.NetStandard.Opc.Ua.Security.Certificates
OPCFoundation.NetStandard.Opc.Ua.Configuration
OPCFoundation.NetStandard.Opc.Ua.Server
OPCFoundation.NetStandard.Opc.Ua.Client
OPCFoundation.NetStandard.Opc.Ua.Client.ComplexTypes
OPCFoundation.NetStandard.Opc.Ua.Bindings.Https
OPCFoundation.NetStandard.Opc.Ua.PubSub

What's Changed

Full Changelog: OPCFoundation/UA-.NETStandard@1.5.376.244...1.5.377.21


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 becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants