Skip to content

chore(deps): update dependency opcfoundation.netstandard.opc.ua.client to 1.5.378.134#965

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/opcfoundation.netstandard.opc.ua.client-1.x
Open

chore(deps): update dependency opcfoundation.netstandard.opc.ua.client to 1.5.378.134#965
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/opcfoundation.netstandard.opc.ua.client-1.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Mar 26, 2026

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
OPCFoundation.NetStandard.Opc.Ua.Client 1.5.375.4571.5.378.134 age confidence

Release Notes

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

v1.5.378.134: OPC UA 1.05 Maintenance Update

Compare Source

Maintenance Release for fixing bugs found on the main development branch.

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

New Contributors

Full Changelog: OPCFoundation/UA-.NETStandard@1.5.378.134...1.5.378.134

v1.5.378.106: OPC UA 1.05 Maintenance Update

Compare Source

Maintenance Release fixing regressions introduced with 1.5.378

Also some smaller refactorings or features were done:

  • [Server] Introduced new Interfaces for IConfigurationNodeManager, IDiagnosticsNodeManager & IMasterNodeManager, those will be used in the next release that 1.6 that also introduces SemanticVersioning
  • [Server] TrustList now also uses async callbacks
  • [Server] Refactor for full async subscription management
  • [GDS] Add configurable validation limits for trust list file read/write operations

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

New Contributors

Full Changelog: OPCFoundation/UA-.NETStandard@1.5.378.65...1.5.378.106

v1.5.378.65: OPC UA 1.05 Maintenance Update

Compare Source

This release is based on the 1.05.06 Nodeset #​3299.
It contains important bug fixes which were found after the last 1.05.378-preview release.
Please consider all changes from the 1.5.378.10-preview release notes.
This release changes the Lincensing of the Project to MIT

Features:
  • Add Event to Update Session (Server) when diagnostics counters changes by @​Lessi30
  • Add optional Parent Child linking when importing NodeSet2.xml
  • Add Client Based NodeSet2 Export
  • Add Support for restoring triggered Monitored Items on Subscription recreation
  • Make Network Socket in UdpPubSubConnection reachable
Fixes:
- Fix ApplicationConfiguration serialization/deserialization for deprecated/modern settings.
- Fix Add OPCUA_EXCLUDE_AccessLevelExType to Opc.Ua.Core.csproj
- Restore clean console output in ConsoleReferenceServer and ConsoleReferenceClient.
- Fix client returning BadUserAccessDenied when SecurityPolicy or SecurityMode not matching
- Fix MinNonceLength for SecurityPolicies.Basic128Rsa15
- Fix race condition causing duplicate MonitoredItems in concurrent CreateItemsAsync
- Fix SourceTimestamp and ServerTimestamp mismatch in ServerStatus children
- Reduce Allocations by @​RicoSuter 
- Fix KeyFrame not sent if no changed values
- Fix: Allow calling methods with only output parameters
- Remove localhost restriction from LDS registration certificate validation
-  Normalize distinguished name field abbreviations for platform compatibility of attribute State/ProvinceName

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

New Contributors

Full Changelog: OPCFoundation/UA-.NETStandard@1.5.378.10-preview...1.5.378.65

v1.5.377.22: OPC UA 1.05 Maintenance Update

Compare Source

This maintenance release scope is to fix an important memory leak found in release 1.5.377.21

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.377.21...1.5.377.22

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

v1.5.376.244: OPC UA 1.05 Maintenance Update

Compare Source

1.05.376 July Release

This release is based on the 1.05.05 Nodeset with generated files from the ModelCompiler.
It contains important bug fixes which were found after the last 1.05.376 release, as well as new features.

Enhancements:

  • Enhance enum definition handling and validation.
  • Use Central Package Management for Nuget Packages.

New Features:

  • Implement Support for PEM Public Keys in Directory Certificate Store.
  • Allow to modify sensitivity of KeepAliveStopped on Client.
  • Add support for Async Service Calls in the generated files.

Fixes:

  • Fix Client removing subscription if publish response is received before createSubscriptionResponse.
  • Fix Subscription Diagnostics DataChangeNotificationsCount being calcualted incorrectly.

NET6.0 target removed

  • The NET6.0 outdated target has been removed since it is superseded by NET8.0.
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.235...1.5.376.244

v1.5.376.235: OPC UA 1.05 Maintenance Update

Compare Source

1.05.376 June Release

It contains important bug fixes which were found after the last 1.05.376 release, as well as a couple of new features.

Enhancements:

  • Enhance role permission validation on server.

New Features:

  • Allow to define a custom StringComparsion for Equals Operator.
  • Implement Support for client requested "mul" locale.

Fixes:

  • Fix XML Encoding and decoding of Matrix element to conform to specification.
  • Fix closing of shared Transport Channel in Recreate Scenario on client.
  • Fix Regression - Sampling Group disposing m_shutdownEvent in Shutdown Method on server.
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

  • Fix XML Encoding and decoding of Matrix Element in Variant to conform to spec by @​romanett in #​3053
  • Bump Microsoft.Extensions.Logging and Microsoft.NETFramework.ReferenceAssemblies by @​dependabot in #​3057
  • Bump NUnit.Console and Microsoft.NETFramework.ReferenceAssemblies by @​dependabot in #​3058
  • Bump Microsoft.Extensions.Configuration and Microsoft.NETFramework.ReferenceAssemblies by @​dependabot in #​3060
  • Add version System.Diagnostics.DiagnosticSource to match Microsoft.Extensions.Logging.Abstractions version by @​mrsuciu in #​3061
  • [Server] Add Back removed Public QueueEvent(EventFieldList fields) Method to MonitoredItem by @​romannet in #​3064
  • Bump Microsoft.Extensions.Configuration, Microsoft.Extensions.Configuration.EnvironmentVariables and Microsoft.NETFramework.ReferenceAssemblies by @​dependabot in #​3066
  • Bump Serilog, Serilog.Sinks.File and Microsoft.NETFramework.ReferenceAssemblies by @​dependabot in #​3067
  • Update to latest nuget packages by @​mrsuciu in #​3069
  • Disable strongname warning for net8.0 and net9.0 for MQTTnet latest unsigned assembly by @​mrsuciu in #​3073
  • [Server] Enhance role permission validation by @​romanett in #​3047
  • [Client] Fix closing of shared Transport Channel in Recreate Scenario / Add missing event Handler to Session Constructor / Call RenewUserIdentity on Session.ReCreate by @​romanett in #​3055
  • Fix XML Encoding of Null Variant to conform to spec by @​romanett in #​3062
  • [Server] [Regression] fix Sampling Group disposing m_shutdownEvent in Shutdown Method. Fix double call of Shutdown Method by @​romanett in #​3070
  • Make RelativePath.Parse throw SRE if NamespaceIndexes cannot be found by @​romanett in #​3071

Full Changelog: OPCFoundation/UA-.NETStandard@1.5.376.213...1.5.376.235

v1.5.376.232

Compare Source

v1.5.376.213: OPC UA 1.05 Maintenance Update

Compare Source

1.05.376 April Release

This release is based on the 1.05.04 Nodeset with generated files from the ModelCompiler.
The focus of this release is on the added support for Durable Subscriptions, support for the 1.05.04 Nodeset and bug fixes.

Breaking Changes:

  • Updated XML-Encoding / XML-Decoding of Matrix Element in Variant to conform to Specification
  • Interface extensions in the Server to support Durable Subscriptions
  • A valid CertificateStore Configuration is now enforced on Startup

Potential breaking changes that can affect modelling tools:

  • The UANodeSet includes a new optional attribute DesignToolOnly.

New Features:

  • 1.05.04 Nodeset Update
  • Allow setting a temporary Context for using IEncoders in custom code
  • Add Support for Durable Subscriptions by implementing needed persistence code in custom Interfaces. Sample Implementations are present in the console reference Server Docs

Fixes:

  • Fix ValueRank for Base Variable State
  • UserIdentityToken now uses UTF-8 Encoded byte Array for storing unencrypted PW
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


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.


  • 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