Skip to content

OPC UA 1.05 Maintenance Update

Choose a tag to compare

@opcfoundation-org opcfoundation-org released this 31 Jul 09:42
91c1a02

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

  • [Server] Fix Subscription Diagnostics DataChangeNotificationsCount being calcualted incorrectly by @romanett in #3119
  • [Client] Fix removal of Subscription if PublishResponse is received before CreateSubscriptionResponse by @romanett in #3120
  • Remove net6 / Label Pubsub Package as Release / Update Nuget Packages by @romanett in #3121
  • Use Central Package Management for Nuget Packages by @romanett in #3122
  • Enhance enum definition handling and validation by @marcschier in #3124
  • [Client] Allow to modify sensitivity of KeepAliveStopped by @romanett in #3105
  • Implement Support for PEM Public Keys in Directory Certificate Store by @romanett in #3088
  • Update for 1.5.5 release with Async Service Calls by @opcfoundation-org in #3116
  • Remove net6.0 left-overs. by @mrsuciu in #3130
  • Merge master to release/1.5.376 by @mrsuciu in #3131

Full Changelog: 1.5.376.235...1.5.376.244