Skip to content

Releases: OPCFoundation/UA-.NETStandard

OPC UA 1.04 Maintenance Update

31 May 12:49
88a96a1
Compare
Choose a tag to compare

Various security and client reconnect related fixes.

What's Changed

  • Improve handling of Variant arrays and TranslateBrowsePathsToNodeIds by @mrsuciu in #1788
  • Strict rules to compare X500 distinguished names by @mregen in #1784
  • Added default value DefaultMaxChunkCount by @mrsuciu in #1789
  • Fix regressions with reconnect handler and subscription transfer by @mregen in #1802
  • Handle special cases for chunking. by @mregen in #1816

Security fixes

6/15/2022 CVE-2022-29862 Security Update for the OPC UA .NET Standard Stack 7.5 (high)
6/15/2022 CVE-2022-29863 Security Update for the OPC UA .NET Standard Stack 7.5 (high)
6/15/2022 CVE-2022-29864 Security Update for the OPC UA .NET Standard Stack 7.5 (high)
6/15/2022 CVE-2022-29865 Security Update for the OPC UA .NET Standard Stack 6.5 (medium)
6/15/2022 CVE-2022-29866 Security Update for the OPC UA .NET Standard Stack 7.5 (high)

Full Changelog: 1.4.368.53...1.4.368.58

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

OPC UA 1.05 Release candidate

01 Apr 08:23
19faed4
Compare
Choose a tag to compare
Pre-release
  • release candidate for V1.05
  • Roll up until March 31st
  • includes of V1.05.01 nodeset of ModelCompiler

What's Changed

  • Bump Microsoft.Extensions.Logging.Abstractions from 6.0.0 to 6.0.1 by @dependabot in #1728
  • Bump Moq from 4.16.1 to 4.17.2 by @dependabot in #1727
  • Use .NET analyzers instead of Roslynator, fix warnings by @mregen in #1729
  • Fix for ServerDiagnostics.CurrentSubscriptionCount decrement at CloseSession by @AlinMoldovean in #1731
  • Offload .NET 6 tests and code coverage to github actions by @mregen in #1730
  • fix DataContract in ByteCollection, was SByte instead of Byte by @mregen in #1740
  • Changes for testing and fixing git bug #1694 by @mrsuciu in #1747
  • Fixed session recreate TransferSubscriptions bug. #1734 and #1733 by @xky0007 in #1746
  • Bump NUnit from 3.13.2 to 3.13.3 by @dependabot in #1741
  • Adapt logging abstractions version to target framework by @mregen in #1751
  • Expose actual network client connected states in IUaPubSubConnections by @TimJoehnk in #1725
  • Update README.md and templates by @mregen in #1749
  • Fix for Usertokenpolicy Anonymous, security policy default should be None by @mregen in #1756
  • Fix dual license headers by @mregen in #1763
  • Update Nuget license information by @mregen in #1764
  • XmlSerializer in .NET 6 Omits Line Breaks by Default by @mregen in #1760
  • Roll up bug fixes for V1.5.368 RC0 by @mregen in #1761

New Contributors

Full Changelog: 1.5.368.2-rc0...1.5.368.3-rc0

OPC UA 1.04.368 Maintenance Update

01 Apr 07:22
586a63c
Compare
Choose a tag to compare
  • Roll up of bug fixes until March 31st.

What's Changed

  • Update BuiltInTests.cs by @ThomasNehring in #1609
  • Bump Serilog.Expressions from 3.2.1 to 3.3.0 by @dependabot in #1714
  • Fixed missing TimeFlowsBackward checks and invalid status code on HistoryRead (master) by @mrsuciu in #1720
  • Bump Microsoft.Extensions.Logging.Abstractions from 6.0.0 to 6.0.1 by @dependabot in #1728
  • Bump Moq from 4.16.1 to 4.17.2 by @dependabot in #1727
  • Use .NET analyzers instead of Roslynator, fix warnings by @mregen in #1729
  • Fix for ServerDiagnostics.CurrentSubscriptionCount decrement at CloseSession by @AlinMoldovean in #1731
  • Offload .NET 6 tests and code coverage to github actions by @mregen in #1730
  • fix DataContract in ByteCollection, was SByte instead of Byte by @mregen in #1740
  • Changes for testing and fixing git bug #1694 by @mrsuciu in #1747
  • Fixed session recreate TransferSubscriptions bug. #1734 and #1733 by @xky0007 in #1746
  • Bump NUnit from 3.13.2 to 3.13.3 by @dependabot in #1741
  • Adapt logging abstractions version to target framework by @mregen in #1751
  • Expose actual network client connected states in IUaPubSubConnections by @TimJoehnk in #1725
  • Update README.md and templates by @mregen in #1749
  • Fix for Usertokenpolicy Anonymous, security policy default should be None by @mregen in #1756
  • Fix dual license headers by @mregen in #1763
  • Update Nuget license information by @mregen in #1764
  • XmlSerializer in .NET 6 Omits Line Breaks by Default by @mregen in #1760
  • Merge bug fixes in release 1.4.368 branch for Nuget update by @mregen in #1753

New Contributors

Full Changelog: 1.4.368.33...1.4.368.53

OPC UA 1.05 Release candidate rc0

18 Mar 08:10
bc03c7c
Compare
Choose a tag to compare
Pre-release
  • release candidate for V1.05
  • includes of V1.05.01 nodeset of ModelCompiler

Changes:

  • bc03c7c Modelcompiler 1.05.01 2022 02 24 (#1722)
  • 25ed111 update branch to 1.5 release candidate
  • 3558dd5 Fixed missing TimeFlowsBackward checks and invalid status code on HistoryRead (#1720)
  • 7a3c379 Bump Serilog.Expressions from 3.2.1 to 3.3.0 (#1714)
  • 3dc1d4b Update BuiltInTests.cs with special case compare Null NodeId (#1609) [ #1610 ]
  • 6223685 Bump Microsoft.NET.Test.Sdk from 17.0.0 to 17.1.0 (#1712)
  • efd0465 Bug fix for server registration issue (#1713) [ #1711 ]
  • a991505 Decorate new Transfer methods with OnMonitoredItemsTransferred (#1710)
  • fd453f5 Add release tags to containers (#1706)
  • 8cbe614 Bump NUnit.Console from 3.14.0 to 3.15.0 (#1707)
See More
  • 7d9be41 Doc updates and fixes for .368 preview, ref server improvements (#1695)
  • a7b5611 Bump System.Io.Pipelines from 6.0.1 to 6.0.2 (#1703)
  • 5b3adf7 Bump coverlet.collector from 3.1.0 to 3.1.2, add fast path for local PR (#1701)
  • 5d9234e Handle subscription transfer special cases + tests (#1700)
  • 8c1a659 Reference Server updates running CTT (#1689)
  • 5025648 GetEndpoints: Eliminate duplicate endpoints when Configured base addresses differ by port only (#1687)
  • 430ff70 Implement Transfersubscription service (#1649)
  • 079148f ctt fixes (#1685)
  • 8d3e393 Bump NUnit3TestAdapter from 4.2.0 to 4.2.1 (#1681)
  • 5d33c16 Implement a common method for creating branches (#1603)
  • 5cbffcf Support async ICertificateStore CRL interface methods (#1666) [ #1670 ]
  • 3fe9495 Retry to load private key of a new certificate on import error. (#1676) [ #1670 ]
  • 2c9699b Fix the AuthorityKeyIdentifier Issuer for Bouncy Castle CertificateBuilder. (#1677)
  • 33ae736 Improve initalization of BaseVariableState (#1672)
  • 213f37e Set the default value of the StatusCode on BaseVariableState to BadWaitingForInitialData. (#1668)
  • 33fab0d Bump NUnit.Console from 3.13.1 to 3.14.0 (#1667)
  • 61e204f Add support for custom certificate stores (#1420)
  • dd6f4a4 Updates for getIssuer(s) in the Certificate Validator class (#1632)
  • 6747b47 Fix Authority Key Identifier in SubCA and cert validator return codes. (#1665)
  • 15f1fcb The UserToken PolicyId is made unique per server instance. (#1663)
  • fa6099b Support semantic logging (#1648)
  • b41fb36 Added support for recursive complex data type (#1656)
  • 9188dcf Bump NUnit.Console from 3.13.0 to 3.13.1 (#1657)
  • 74af8ca API improvements and minor cleanup / uncritical bug fixes (#1650) [ mregen#114 ]
  • fe7c56f Bump NUnit3TestAdapter from 4.1.0 to 4.2.0 (#1647)
  • 0011f48 Use FrameworkReference for kestrel package for .NET Core App >= 3.1 (#1646)
  • 5bcadf4 Remove .NET Core 2.1 support, bump up to 1.4.368 (#1645)
  • c6742ad GH Action to build docker (#1644)
  • 7ae5c11 Fix VS2017 build, lgtm warnings, license headers, flaky CI (#1641) [ #1630 ]
  • bcc573a Fix: Server endpoints are not returned if GetHostEntry fails. (#1639)
  • a147eb5 Tracing and Logging improvements for the UA Core and libraries (#1631)
  • b55ef38 Added BitwiseAnd and BitwiseOr filter operators and unit tests for existing filter operators (#1633)
  • 78aba7d Merge pull request #1637 from OPCFoundation/dependabot/nuget/System.Io.Pipelines-6.0.1
  • cf13e7a Bump System.Io.Pipelines from 6.0.0 to 6.0.1

This list of changes was auto generated.

OPC UA 1.04.367 Maintenance Update

28 Feb 12:38
1b4e4b3
Compare
Choose a tag to compare

OPC UA 1.04 Maintenance Update

18 Feb 12:48
Compare
Choose a tag to compare

API Feature update 368 and roll up until Feb 18th:

Breaking changes:

  • New method TransferMonitoredItems in INodeManager server interface to support TransferSubscriptions service set. See docs for porting information.
  • Fully async ICertificateStore interface to support custom cert stores.

Enhancements and bug fixes:

  • Improved support for Logging with ILogger and EventSource.
  • Reference client server/client rewritten to demonstrate the new logging support with serilog.
  • Client and Server support for TransferSubscriptions. Thanks @peterbryntesson and @koepalex for the joint development on this feature!
  • Support for custom certificate stores with refactored ICertificateStore and CertificateStoreType interface. Thanks @mheege-abb for the contribution!
  • Better Container support with reference server images hosted in the Github container registry.
  • Refresh for CTT 1.4.9.398 with fixes and latest CTT config template.
  • A&C: Implement a common method to create branches (#1603). Thanks @Archie-Miller for the contribution!
  • Improve CertificateValidator handling of Issuers. (#1632) Thanks @ThomasNehring for the contribution!
  • Use Framework references for kestrel server support (https), to deprecate end of life 2.x kestrel packages.
  • Deprecate .NET Core 2.1 support, the release reached end of life.

In addition thanks @MD-V (#1639) and @htbmw (#1656) for PRs with bug fixes from the maintainers @mrsuciu and @mregen!

Known Issues:

  • some .NET Core 3.1 projects may need to disable warning CS8032 due to the dependency to the latest Abstractions.ILogger library, some analyzers fail to load.

Changes:

  • 2a0c5c1 tag as release
  • 6223685 Bump Microsoft.NET.Test.Sdk from 17.0.0 to 17.1.0 (#1712)
  • efd0465 Bug fix for server registration issue (#1713) [ #1711 ]
  • a991505 Decorate new Transfer methods with OnMonitoredItemsTransferred (#1710)
  • fd453f5 Add release tags to containers (#1706)
  • 8cbe614 Bump NUnit.Console from 3.14.0 to 3.15.0 (#1707)
  • 7d9be41 Doc updates and fixes for .368 preview, ref server improvements (#1695)
  • a7b5611 Bump System.Io.Pipelines from 6.0.1 to 6.0.2 (#1703)
  • 5b3adf7 Bump coverlet.collector from 3.1.0 to 3.1.2, add fast path for local PR (#1701)
  • 5d9234e Handle subscription transfer special cases + tests (#1700)
See More
  • 8c1a659 Reference Server updates running CTT (#1689)
  • 5025648 GetEndpoints: Eliminate duplicate endpoints when Configured base addresses differ by port only (#1687)
  • 430ff70 Implement Transfersubscription service (#1649)
  • 079148f ctt fixes (#1685)
  • 8d3e393 Bump NUnit3TestAdapter from 4.2.0 to 4.2.1 (#1681)
  • 5d33c16 Implement a common method for creating branches (#1603)
  • 5cbffcf Support async ICertificateStore CRL interface methods (#1666) [ #1670 ]
  • 3fe9495 Retry to load private key of a new certificate on import error. (#1676) [ #1670 ]
  • 2c9699b Fix the AuthorityKeyIdentifier Issuer for Bouncy Castle CertificateBuilder. (#1677)
  • 33ae736 Improve initalization of BaseVariableState (#1672)
  • 213f37e Set the default value of the StatusCode on BaseVariableState to BadWaitingForInitialData. (#1668)
  • 33fab0d Bump NUnit.Console from 3.13.1 to 3.14.0 (#1667)
  • 61e204f Add support for custom certificate stores (#1420)
  • dd6f4a4 Updates for getIssuer(s) in the Certificate Validator class (#1632)
  • 6747b47 Fix Authority Key Identifier in SubCA and cert validator return codes. (#1665)
  • 15f1fcb The UserToken PolicyId is made unique per server instance. (#1663)
  • fa6099b Support semantic logging (#1648)
  • b41fb36 Added support for recursive complex data type (#1656)
  • 9188dcf Bump NUnit.Console from 3.13.0 to 3.13.1 (#1657)
  • 74af8ca API improvements and minor cleanup / uncritical bug fixes (#1650) [ mregen#114 ]
  • fe7c56f Bump NUnit3TestAdapter from 4.1.0 to 4.2.0 (#1647)
  • 0011f48 Use FrameworkReference for kestrel package for .NET Core App >= 3.1 (#1646)
  • 5bcadf4 Remove .NET Core 2.1 support, bump up to 1.4.368 (#1645)
  • c6742ad GH Action to build docker (#1644)
  • 7ae5c11 Fix VS2017 build, lgtm warnings, license headers, flaky CI (#1641) [ #1630 ]
  • bcc573a Fix: Server endpoints are not returned if GetHostEntry fails. (#1639)
  • a147eb5 Tracing and Logging improvements for the UA Core and libraries (#1631)
  • b55ef38 Added BitwiseAnd and BitwiseOr filter operators and unit tests for existing filter operators (#1633)
  • 78aba7d Merge pull request #1637 from OPCFoundation/dependabot/nuget/System.Io.Pipelines-6.0.1
  • cf13e7a Bump System.Io.Pipelines from 6.0.0 to 6.0.1

This list of changes was auto generated.

OPC UA 1.04.368.27 Preview

11 Feb 09:34
7d9be41
Compare
Choose a tag to compare
Pre-release

Preview of the upcoming 1.4.368 release:

Breaking changes:

  • New method TransferMonitoredItems in INodeManager server interface to support TransferSubscriptions service set. See.
  • Fully asnyc ICertificateStore interface to support custom cert stores.

Enhancements and bug fixes:

  • Improved support for Logging with ILogger and EventSource.
  • Reference client server/client rewritten to demonstrate the new logging support with serilog.
  • Client and Server support for TransferSubscriptions. Thanks @peterbryntesson and @koepalex for the joint development on this feature!
  • Support for custom certificate stores with refactored ICertificateStore and CertificateStoreType interface. Thanks @mheege-abb for the contribution!
  • Better Container support with reference server images hosted in the Github container registry.
  • Refresh for CTT 1.4.9.398 with fixes and latest CTT config template.
  • A&C: Implement a common method to create branches (#1603). Thanks @Archie-Miller for the contribution!
  • Improve CertificateValidator handling of Issuers. (#1632) Thanks @ThomasNehring for the contribution!
  • Use Framework references for kestrel server support (https), to deprecate end of life 2.x kestrel packages.
  • Deprecate .NET Core 2.1 support, the release reached end of life.

In addition thanks @MD-V (#1639) and @htbmw (#1656) for PRs with bug fixes from the maintainers @mrsuciu and @mregen!

Changes:

  • 7d9be41 Doc updates and fixes for .368 preview, ref server improvements (#1695)
  • a7b5611 Bump System.Io.Pipelines from 6.0.1 to 6.0.2 (#1703)
  • 5b3adf7 Bump coverlet.collector from 3.1.0 to 3.1.2, add fast path for local PR (#1701)
  • 5d9234e Handle subscription transfer special cases + tests (#1700)
  • 8c1a659 Reference Server updates running CTT (#1689)
  • 5025648 GetEndpoints: Eliminate duplicate endpoints when Configured base addresses differ by port only (#1687)
  • 430ff70 Implement Transfersubscription service (#1649)
  • 079148f ctt fixes (#1685)
  • 8d3e393 Bump NUnit3TestAdapter from 4.2.0 to 4.2.1 (#1681)
  • 5d33c16 Implement a common method for creating branches (#1603)
See More
  • 5cbffcf Support async ICertificateStore CRL interface methods (#1666) [ #1670 ]
  • 3fe9495 Retry to load private key of a new certificate on import error. (#1676) [ #1670 ]
  • 2c9699b Fix the AuthorityKeyIdentifier Issuer for Bouncy Castle CertificateBuilder. (#1677)
  • 33ae736 Improve initalization of BaseVariableState (#1672)
  • 213f37e Set the default value of the StatusCode on BaseVariableState to BadWaitingForInitialData. (#1668)
  • 33fab0d Bump NUnit.Console from 3.13.1 to 3.14.0 (#1667)
  • 61e204f Add support for custom certificate stores (#1420)
  • dd6f4a4 Updates for getIssuer(s) in the Certificate Validator class (#1632)
  • 6747b47 Fix Authority Key Identifier in SubCA and cert validator return codes. (#1665)
  • 15f1fcb The UserToken PolicyId is made unique per server instance. (#1663)
  • fa6099b Support semantic logging (#1648)
  • b41fb36 Added support for recursive complex data type (#1656)
  • 9188dcf Bump NUnit.Console from 3.13.0 to 3.13.1 (#1657)
  • 74af8ca API improvements and minor cleanup / uncritical bug fixes (#1650) [ mregen#114 ]
  • fe7c56f Bump NUnit3TestAdapter from 4.1.0 to 4.2.0 (#1647)
  • 0011f48 Use FrameworkReference for kestrel package for .NET Core App >= 3.1 (#1646)
  • 5bcadf4 Remove .NET Core 2.1 support, bump up to 1.4.368 (#1645)
  • c6742ad GH Action to build docker (#1644)
  • 7ae5c11 Fix VS2017 build, lgtm warnings, license headers, flaky CI (#1641) [ #1630 ]
  • bcc573a Fix: Server endpoints are not returned if GetHostEntry fails. (#1639)
  • a147eb5 Tracing and Logging improvements for the UA Core and libraries (#1631)
  • b55ef38 Added BitwiseAnd and BitwiseOr filter operators and unit tests for existing filter operators (#1633)
  • 78aba7d Merge pull request #1637 from OPCFoundation/dependabot/nuget/System.Io.Pipelines-6.0.1
  • cf13e7a Bump System.Io.Pipelines from 6.0.0 to 6.0.1

Full Changelog: 1.4.367.95...1.4.368.27-preview

OPC UA 1.04 Maintenance Update

27 Jan 15:13
cc7fded
Compare
Choose a tag to compare

Rollup until January 27th:

  • Fix for returned duplicated endpoints when configured base addresses differed by port only
  • Fixes for issues found during CTT tests
  • Status code of variables not belonging to namespace zero is defaulting to BadWaitingForInitialData
  • Fix a new private key can not be reloaded in virtualized windows environment
  • Fix the AuthorityKeyIdentifier Issuer for Bouncy Castle CertificateBuilder
  • Added BitwiseAnd and BitwiseOr filter operators
  • The UserToken PolicyId is now unique per server instance

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

Changes:

  • cc7fded Merge pull request #1684 from mrsuciu/1.4.367roleset [ #1685 ]
  • f9a6509 Eliminate duplicate endpoints when Configured base addresses differ by port only
  • ac13151 ctt fixes (#1685)
  • e512174 Assign a default value to anu variable in namespace 0
  • b638bb4 Set status code Good for all BaseVariableState in namespace 0
  • b9f6c62 Initialize well known nodes to default values
  • 03c9936 Fix a new private key can not be reloaded in virtualized windows environment
  • d37a3a1 revert writer change
  • ae9ecac Fix a problem when a new private key can not be reloaded in virtualized environments.
  • 27caf0c Merge pull request #1673 from mrsuciu/release/1.4.367 [ #1665, #1639, #1633 ]
See More
  • 81dd6c0 Fix the AuthorityKeyIdentifier Issuer for Bouncy Castle CertificateBuilder.
  • 3574d17 Back ported log error message.
  • c3541ca Fix Authority Key Identifier in SubCA and cert validator return codes. (#1665)
  • aaeba35 Fix: Server endpoints are not returned if GetHostEntry fails. (#1639)
  • 5451149 Added BitwiseAnd and BitwiseOr filter operators and unit tests for existing filter operators (#1633)
  • cf95cb9 Improve initalization of BaseVariableState (#1671)
  • 79e9463 Set the default value of the StatusCode on BaseVariableState to BadWaitingForInitialData. (#1669)
  • c90ba80 The UserToken PolicyId is made unique per server instance (#1664)
  • 2629659 Merge pull request #1628 from OPCFoundation/master
  • 58bac5a Ref Server generated files with latest MC (#1626)
  • 985035b Modelcompiler 1.04.10 (#1627)

This list of changes was auto generated.

OPC UA 1.04 Maintenance Update

03 Dec 12:08
cc1b368
Compare
Choose a tag to compare

Roll up until Dec 5th

  • .NET 6.0 support in the Nuget packages and VS2022 support.
  • Bump up various Nuget libraries.
  • Fix an issue in the Nodeset which causes the HasTypeDefinition reference to appear in Methods in cases where it shouldn't.
  • Errata V1.04.10 is used. Supports the ModelCompiler OPCFoundation/UA-ModelCompiler@7917b7a
  • Server port now binds to a specific NIC if the IP address is specified.
  • Performance update - Add IEquatable interface for DataValue.
  • Various issues fixed found in IOP Workshop 2021.

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

Changes:

See More
  • 1768649 Bump Serilog.Sinks.Console from 4.0.0 to 4.0.1 (#1602)
  • 58bbc0c Merge pull request #1599 from OPCFoundation/master
  • 31e4a2b Bump Microsoft.SourceLink.GitHub from 1.0.0 to 1.1.1 (#1593)
  • 4137cfd Binding to a specific NIC is implicitly implied when an IP address is specified instead of a hostname (#1596); should fix issue #1581
  • 0baea07 Bump MQTTnet from 3.0.17 to 3.1.0 (#1584)
  • 3b233c6 Bug fixes in ref server and more tests cases (#1590)
  • 860c968 fix uncontrolled format string and clear text storage of sensitive information (#1591)
  • e61594e CI support for .NET 6.0 builds, tests and Nuget (#1580)
  • 372449b Definition is enumeration if at least a field is not default value -1, since there is a very small probability for an enumeration to contain one field only (#1579)
  • ea3444b Performance update - Add IEquatable interface for DataValue (#1577)
  • 7acddc0 Fix binary export of surplus typedefinition (#1576) [ #1574, #1532 ]
  • 1e2b6e0 Bump MQTTnet from 3.0.16 to 3.0.17 (#1575)
  • f090f61 Added null check to structureType.DefaultEncodingId (#1571)
  • 0915063 on node export only output TypeId for vars/objects (#1574) [ #1532, oundation/UA-ModelCompiler#94 ]
  • 2374155 Code quality display reference points to old devops pipeline (#1572)
  • 49b7f93 Fix VS2022 build (#1566)
  • 96eb6c8 fix subcode mask (#1563)
  • 980b9f1 Remove PubSub MQTT startup repeat (#1547)
  • e72417e Bump System.Text.Encodings.Web from 4.5.1 to 5.0.1 (#1569)
  • 1e5c63b Bump System.Io.Pipelines from 4.5.4 to 5.0.1 (#1570)
  • 53ec78f IOP workshop 2021 fixes and build improvements (#1562) [ #1561 ]
  • ed434e9 Bump Microsoft.NET.Test.Sdk from 16.11.0 to 17.0.0 (#1560)
  • b04167c Bump Portable.BouncyCastle from 1.8.10 to 1.9.0 (#1556)
  • c53807a Remove unnecessary Nuget dependencies in Opc.Ua.Core (#1551)
  • 14e7c67 Add sample node managers to ref server (#1535)

This list of changes was auto generated.

OPC UA 1.04 Maintenance Update

18 Nov 12:38
31e4a2b
Compare
Choose a tag to compare
Pre-release

Changes:

  • 31e4a2b Bump Microsoft.SourceLink.GitHub from 1.0.0 to 1.1.1 (#1593)
  • 4137cfd Binding to a specific NIC is implicitly implied when an IP address is specified instead of a hostname (#1596); should fix issue #1581
  • 0baea07 Bump MQTTnet from 3.0.17 to 3.1.0 (#1584)
  • 3b233c6 Bug fixes in ref server and more tests cases (#1590)
  • 860c968 fix uncontrolled format string and clear text storage of sensitive information (#1591)
  • e61594e CI support for .NET 6.0 builds, tests and Nuget (#1580)
  • 372449b Definition is enumeration if at least a field is not default value -1, since there is a very small probability for an enumeration to contain one field only (#1579)
  • ea3444b Performance update - Add IEquatable interface for DataValue (#1577)
  • 7acddc0 Fix binary export of surplus typedefinition (#1576) [ #1574, #1532 ]
  • 1e2b6e0 Bump MQTTnet from 3.0.16 to 3.0.17 (#1575)
See More

This list of changes was auto generated.