Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the opcfoundation group with 8 updates #643

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 15, 2024

Bumps the opcfoundation group with 8 updates:

Package From To
OPCFoundation.NetStandard.Opc.Ua.Client 1.5.374.118 1.5.374.126
OPCFoundation.NetStandard.Opc.Ua.Configuration 1.5.374.118 1.5.374.126
OPCFoundation.NetStandard.Opc.Ua.Core 1.5.374.118 1.5.374.126
OPCFoundation.NetStandard.Opc.Ua.Server 1.5.374.118 1.5.374.126
OPCFoundation.NetStandard.Opc.Ua.Bindings.Https 1.5.374.118 1.5.374.126
OPCFoundation.NetStandard.Opc.Ua.Client.ComplexTypes 1.5.374.118 1.5.374.126
OPCFoundation.NetStandard.Opc.Ua.Gds.Client.Common 1.5.374.118 1.5.374.126
OPCFoundation.NetStandard.Opc.Ua.Gds.Server.Common 1.5.374.118 1.5.374.126

Updates OPCFoundation.NetStandard.Opc.Ua.Client from 1.5.374.118 to 1.5.374.126

Release notes

Sourced from OPCFoundation.NetStandard.Opc.Ua.Client's releases.

OPC UA 1.05 Maintenance Update

Changes:

  • 0b23e5f39b570651dc74897080cc6030207d6f7f Null pointer exception when reading a complex type with empty arrays. (#2798) (#2799)
  • 6ca0b1a78ede7e6fb997fa8e968fa2bfab6b3ae7 Cherry pick: Fix ExpandedNodeId.Format output for not well formed uri and JSON Verbose WriteStatusCode (#2795)
  • 4c2744eeab2ef6267df018170f482376239cc90b Merge pull request #2776 from OPCFoundation/master
  • 3d24c0ed3619e26dbeb5cccbd7e92aee04936636 Do not create the default folders for DirectoryStore on Open (#2773) [ #2720 ]
  • 8131a0298483c85654ceae9587bd849e3e355206 Pubsub JSON updates preview (#2768)
  • d7680fadaa2d2e089bc2081cc4b2e96ce6a45538 Bump Nerdbank.GitVersioning from 3.6.141 to 3.6.143 (#2743)
  • cab1863f0c34d17a8401380ff760b11e7a3d4874 Bump NUnit from 4.1.0 to 4.2.2 (#2742)
  • 5349d9a0338f8d41fabccd3afdde97f9eb2f34b0 Use HiresClock ticks instead of DateTime for IntervalRunner publish time calculation (#2753)
  • 36dbdd38736b76c1fbed6784e93eebfd6b0b5704 Bump NUnit.Console from 3.18.1 to 3.18.2 (#2769)

This list of changes was auto generated.

OPC UA 1.05 Maintenance Update

1.05.374 Bug fix and JSON Preview Update

This release is based on the 1.05.03 Nodeset with generated files from the ModelCompiler. The focus in this release was on a preview of the new JSON Compact and Verbose encoding types and bug fixes.

Improvements and bug fixes

  • Certificate Directory Store created default folders in the last release which can cause issues when mapping folders in dockers. Fix: removed to create the default folders until a certificate is stored (behavior before 118)
  • Fix for the Pubsub Interval runner where the timebase could drift.
  • The JSON decoder supports all new encoding type variations including the NodeId encoding as a single JSON string value. -- It supports to build the namespace table from Uri transferred by a publisher.

JSON encoder preview and known issues

  • The JSON encoder supports a preview of new Compact and Verbose encoding types.
  • The raw encoding for Compact and Verbose is not implemented yet.
  • An enumeration in a Variant in Verbose encoding is encoded as Int32 but contains JSON string values. Tbd.

JSON encoder breaking changes

  • The JSON encoder defaults for non reversible encoding were changed according to spec: -- encode the namespaceUri if available -- always encode default values

What's Changed

... (truncated)

Commits
  • 0b23e5f Null pointer exception when reading a complex type with empty arrays. (#2798)...
  • 6ca0b1a Cherry pick: Fix ExpandedNodeId.Format output for not well formed uri and JSO...
  • 4c2744e Merge pull request #2776 from OPCFoundation/master
  • 3d24c0e Do not create the default folders for DirectoryStore on Open (#2773)
  • 8131a02 Pubsub JSON updates preview (#2768)
  • d7680fa Bump Nerdbank.GitVersioning from 3.6.141 to 3.6.143 (#2743)
  • cab1863 Bump NUnit from 4.1.0 to 4.2.2 (#2742)
  • 5349d9a Use HiresClock ticks instead of DateTime for IntervalRunner publish time calc...
  • 36dbdd3 Bump NUnit.Console from 3.18.1 to 3.18.2 (#2769)
  • See full diff in compare view

Updates OPCFoundation.NetStandard.Opc.Ua.Configuration from 1.5.374.118 to 1.5.374.126

Release notes

Sourced from OPCFoundation.NetStandard.Opc.Ua.Configuration's releases.

OPC UA 1.05 Maintenance Update

Changes:

  • 0b23e5f39b570651dc74897080cc6030207d6f7f Null pointer exception when reading a complex type with empty arrays. (#2798) (#2799)
  • 6ca0b1a78ede7e6fb997fa8e968fa2bfab6b3ae7 Cherry pick: Fix ExpandedNodeId.Format output for not well formed uri and JSON Verbose WriteStatusCode (#2795)
  • 4c2744eeab2ef6267df018170f482376239cc90b Merge pull request #2776 from OPCFoundation/master
  • 3d24c0ed3619e26dbeb5cccbd7e92aee04936636 Do not create the default folders for DirectoryStore on Open (#2773) [ #2720 ]
  • 8131a0298483c85654ceae9587bd849e3e355206 Pubsub JSON updates preview (#2768)
  • d7680fadaa2d2e089bc2081cc4b2e96ce6a45538 Bump Nerdbank.GitVersioning from 3.6.141 to 3.6.143 (#2743)
  • cab1863f0c34d17a8401380ff760b11e7a3d4874 Bump NUnit from 4.1.0 to 4.2.2 (#2742)
  • 5349d9a0338f8d41fabccd3afdde97f9eb2f34b0 Use HiresClock ticks instead of DateTime for IntervalRunner publish time calculation (#2753)
  • 36dbdd38736b76c1fbed6784e93eebfd6b0b5704 Bump NUnit.Console from 3.18.1 to 3.18.2 (#2769)

This list of changes was auto generated.

OPC UA 1.05 Maintenance Update

1.05.374 Bug fix and JSON Preview Update

This release is based on the 1.05.03 Nodeset with generated files from the ModelCompiler. The focus in this release was on a preview of the new JSON Compact and Verbose encoding types and bug fixes.

Improvements and bug fixes

  • Certificate Directory Store created default folders in the last release which can cause issues when mapping folders in dockers. Fix: removed to create the default folders until a certificate is stored (behavior before 118)
  • Fix for the Pubsub Interval runner where the timebase could drift.
  • The JSON decoder supports all new encoding type variations including the NodeId encoding as a single JSON string value. -- It supports to build the namespace table from Uri transferred by a publisher.

JSON encoder preview and known issues

  • The JSON encoder supports a preview of new Compact and Verbose encoding types.
  • The raw encoding for Compact and Verbose is not implemented yet.
  • An enumeration in a Variant in Verbose encoding is encoded as Int32 but contains JSON string values. Tbd.

JSON encoder breaking changes

  • The JSON encoder defaults for non reversible encoding were changed according to spec: -- encode the namespaceUri if available -- always encode default values

What's Changed

... (truncated)

Commits
  • 0b23e5f Null pointer exception when reading a complex type with empty arrays. (#2798)...
  • 6ca0b1a Cherry pick: Fix ExpandedNodeId.Format output for not well formed uri and JSO...
  • 4c2744e Merge pull request #2776 from OPCFoundation/master
  • 3d24c0e Do not create the default folders for DirectoryStore on Open (#2773)
  • 8131a02 Pubsub JSON updates preview (#2768)
  • d7680fa Bump Nerdbank.GitVersioning from 3.6.141 to 3.6.143 (#2743)
  • cab1863 Bump NUnit from 4.1.0 to 4.2.2 (#2742)
  • 5349d9a Use HiresClock ticks instead of DateTime for IntervalRunner publish time calc...
  • 36dbdd3 Bump NUnit.Console from 3.18.1 to 3.18.2 (#2769)
  • See full diff in compare view

Updates OPCFoundation.NetStandard.Opc.Ua.Core from 1.5.374.118 to 1.5.374.126

Release notes

Sourced from OPCFoundation.NetStandard.Opc.Ua.Core's releases.

OPC UA 1.05 Maintenance Update

Changes:

  • 0b23e5f39b570651dc74897080cc6030207d6f7f Null pointer exception when reading a complex type with empty arrays. (#2798) (#2799)
  • 6ca0b1a78ede7e6fb997fa8e968fa2bfab6b3ae7 Cherry pick: Fix ExpandedNodeId.Format output for not well formed uri and JSON Verbose WriteStatusCode (#2795)
  • 4c2744eeab2ef6267df018170f482376239cc90b Merge pull request #2776 from OPCFoundation/master
  • 3d24c0ed3619e26dbeb5cccbd7e92aee04936636 Do not create the default folders for DirectoryStore on Open (#2773) [ #2720 ]
  • 8131a0298483c85654ceae9587bd849e3e355206 Pubsub JSON updates preview (#2768)
  • d7680fadaa2d2e089bc2081cc4b2e96ce6a45538 Bump Nerdbank.GitVersioning from 3.6.141 to 3.6.143 (#2743)
  • cab1863f0c34d17a8401380ff760b11e7a3d4874 Bump NUnit from 4.1.0 to 4.2.2 (#2742)
  • 5349d9a0338f8d41fabccd3afdde97f9eb2f34b0 Use HiresClock ticks instead of DateTime for IntervalRunner publish time calculation (#2753)
  • 36dbdd38736b76c1fbed6784e93eebfd6b0b5704 Bump NUnit.Console from 3.18.1 to 3.18.2 (#2769)

This list of changes was auto generated.

OPC UA 1.05 Maintenance Update

1.05.374 Bug fix and JSON Preview Update

This release is based on the 1.05.03 Nodeset with generated files from the ModelCompiler. The focus in this release was on a preview of the new JSON Compact and Verbose encoding types and bug fixes.

Improvements and bug fixes

  • Certificate Directory Store created default folders in the last release which can cause issues when mapping folders in dockers. Fix: removed to create the default folders until a certificate is stored (behavior before 118)
  • Fix for the Pubsub Interval runner where the timebase could drift.
  • The JSON decoder supports all new encoding type variations including the NodeId encoding as a single JSON string value. -- It supports to build the namespace table from Uri transferred by a publisher.

JSON encoder preview and known issues

  • The JSON encoder supports a preview of new Compact and Verbose encoding types.
  • The raw encoding for Compact and Verbose is not implemented yet.
  • An enumeration in a Variant in Verbose encoding is encoded as Int32 but contains JSON string values. Tbd.

JSON encoder breaking changes

  • The JSON encoder defaults for non reversible encoding were changed according to spec: -- encode the namespaceUri if available -- always encode default values

What's Changed

... (truncated)

Commits
  • 0b23e5f Null pointer exception when reading a complex type with empty arrays. (#2798)...
  • 6ca0b1a Cherry pick: Fix ExpandedNodeId.Format output for not well formed uri and JSO...
  • 4c2744e Merge pull request #2776 from OPCFoundation/master
  • 3d24c0e Do not create the default folders for DirectoryStore on Open (#2773)
  • 8131a02 Pubsub JSON updates preview (#2768)
  • d7680fa Bump Nerdbank.GitVersioning from 3.6.141 to 3.6.143 (#2743)
  • cab1863 Bump NUnit from 4.1.0 to 4.2.2 (#2742)
  • 5349d9a Use HiresClock ticks instead of DateTime for IntervalRunner publish time calc...
  • 36dbdd3 Bump NUnit.Console from 3.18.1 to 3.18.2 (#2769)
  • See full diff in compare view

Updates OPCFoundation.NetStandard.Opc.Ua.Configuration from 1.5.374.118 to 1.5.374.126

Release notes

Sourced from OPCFoundation.NetStandard.Opc.Ua.Configuration's releases.

OPC UA 1.05 Maintenance Update

Changes:

  • 0b23e5f39b570651dc74897080cc6030207d6f7f Null pointer exception when reading a complex type with empty arrays. (#2798) (#2799)
  • 6ca0b1a78ede7e6fb997fa8e968fa2bfab6b3ae7 Cherry pick: Fix ExpandedNodeId.Format output for not well formed uri and JSON Verbose WriteStatusCode (#2795)
  • 4c2744eeab2ef6267df018170f482376239cc90b Merge pull request #2776 from OPCFoundation/master
  • 3d24c0ed3619e26dbeb5cccbd7e92aee04936636 Do not create the default folders for DirectoryStore on Open (#2773) [ #2720 ]
  • 8131a0298483c85654ceae9587bd849e3e355206 Pubsub JSON updates preview (#2768)
  • d7680fadaa2d2e089bc2081cc4b2e96ce6a45538 Bump Nerdbank.GitVersioning from 3.6.141 to 3.6.143 (#2743)
  • cab1863f0c34d17a8401380ff760b11e7a3d4874 Bump NUnit from 4.1.0 to 4.2.2 (#2742)
  • 5349d9a0338f8d41fabccd3afdde97f9eb2f34b0 Use HiresClock ticks instead of DateTime for IntervalRunner publish time calculation (#2753)
  • 36dbdd38736b76c1fbed6784e93eebfd6b0b5704 Bump NUnit.Console from 3.18.1 to 3.18.2 (#2769)

This list of changes was auto generated.

OPC UA 1.05 Maintenance Update

1.05.374 Bug fix and JSON Preview Update

This release is based on the 1.05.03 Nodeset with generated files from the ModelCompiler. The focus in this release was on a preview of the new JSON Compact and Verbose encoding types and bug fixes.

Improvements and bug fixes

  • Certificate Directory Store created default folders in the last release which can cause issues when mapping folders in dockers. Fix: removed to create the default folders until a certificate is stored (behavior before 118)
  • Fix for the Pubsub Interval runner where the timebase could drift.
  • The JSON decoder supports all new encoding type variations including the NodeId encoding as a single JSON string value. -- It supports to build the namespace table from Uri transferred by a publisher.

JSON encoder preview and known issues

  • The JSON encoder supports a preview of new Compact and Verbose encoding types.
  • The raw encoding for Compact and Verbose is not implemented yet.
  • An enumeration in a Variant in Verbose encoding is encoded as Int32 but contains JSON string values. Tbd.

JSON encoder breaking changes

  • The JSON encoder defaults for non reversible encoding were changed according to spec: -- encode the namespaceUri if available -- always encode default values

What's Changed

... (truncated)

Commits
  • 0b23e5f Null pointer exception when reading a complex type with empty arrays. (#2798)...
  • 6ca0b1a Cherry pick: Fix ExpandedNodeId.Format output for not well formed uri and JSO...
  • 4c2744e Merge pull request #2776 from OPCFoundation/master
  • 3d24c0e Do not create the default folders for DirectoryStore on Open (#2773)
  • 8131a02 Pubsub JSON updates preview (#2768)
  • d7680fa Bump Nerdbank.GitVersioning from 3.6.141 to 3.6.143 (#2743)
  • cab1863 Bump NUnit from 4.1.0 to 4.2.2 (#2742)
  • 5349d9a Use HiresClock ticks instead of DateTime for IntervalRunner publish time calc...
  • 36dbdd3 Bump NUnit.Console from 3.18.1 to 3.18.2 (#2769)
  • See full diff in compare view

Updates OPCFoundation.NetStandard.Opc.Ua.Core from 1.5.374.118 to 1.5.374.126

Release notes

Sourced from OPCFoundation.NetStandard.Opc.Ua.Core's releases.

OPC UA 1.05 Maintenance Update

Changes:

  • 0b23e5f39b570651dc74897080cc6030207d6f7f Null pointer exception when reading a complex type with empty arrays. (#2798) (#2799)
  • 6ca0b1a78ede7e6fb997fa8e968fa2bfab6b3ae7 Cherry pick: Fix ExpandedNodeId.Format output for not well formed uri and JSON Verbose WriteStatusCode (#2795)
  • 4c2744eeab2ef6267df018170f482376239cc90b Merge pull request #2776 from OPCFoundation/master
  • 3d24c0ed3619e26dbeb5cccbd7e92aee04936636 Do not create the default folders for DirectoryStore on Open (#2773) [ #2720 ]
  • 8131a0298483c85654ceae9587bd849e3e355206 Pubsub JSON updates preview (#2768)
  • d7680fadaa2d2e089bc2081cc4b2e96ce6a45538 Bump Nerdbank.GitVersioning from 3.6.141 to 3.6.143 (#2743)
  • cab1863f0c34d17a8401380ff760b11e7a3d4874 Bump NUnit from 4.1.0 to 4.2.2 (#2742)
  • 5349d9a0338f8d41fabccd3afdde97f9eb2f34b0 Use HiresClock ticks instead of DateTime for IntervalRunner publish time calculation (#2753)
  • 36dbdd38736b76c1fbed6784e93eebfd6b0b5704 Bump NUnit.Console from 3.18.1 to 3.18.2 (#2769)

This list of changes was auto generated.

OPC UA 1.05 Maintenance Update

1.05.374 Bug fix and JSON Preview Update

This release is based on the 1.05.03 Nodeset with generated files from the ModelCompiler. The focus in this release was on a preview of the new JSON Compact and Verbose encoding types and bug fixes.

Improvements and bug fixes

  • Certificate Directory Store created default folders in the last release which can cause issues when mapping folders in dockers. Fix: removed to create the default folders until a certificate is stored (behavior before 118)
  • Fix for the Pubsub Interval runner where the timebase could drift.
  • The JSON decoder supports all new encoding type variations including the NodeId encoding as a single JSON string value. -- It supports to build the namespace table from Uri transferred by a publisher.

JSON encoder preview and known issues

  • The JSON encoder supports a preview of new Compact and Verbose encoding types.
  • The raw encoding for Compact and Verbose is not implemented yet.
  • An enumeration in a Variant in Verbose encoding is encoded as Int32 but contains JSON string values. Tbd.

JSON encoder breaking changes

  • The JSON encoder defaults for non reversible encoding were changed according to spec: -- encode the namespaceUri if available -- always encode default values

What's Changed

... (truncated)

Commits
  • 0b23e5f Null pointer exception when reading a complex type with empty arrays. (#2798)...
  • 6ca0b1a Cherry pick: Fix ExpandedNodeId.Format output for not well formed uri and JSO...
  • 4c2744e Merge pull request #2776 from OPCFoundation/master
  • 3d24c0e Do not create the default folders for DirectoryStore on Open (#2773)
  • 8131a02 Pubsub JSON updates preview (#2768)
  • d7680fa Bump Nerdbank.GitVersioning from 3.6.141 to 3.6.143 (#2743)
  • cab1863 Bump NUnit from 4.1.0 to 4.2.2 (#2742)
  • 5349d9a Use HiresClock ticks instead of DateTime for IntervalRunner publish time calc...
  • 36dbdd3 Bump NUnit.Console from 3.18.1 to 3.18.2 (#2769)
  • See full diff in compare view

Updates OPCFoundation.NetStandard.Opc.Ua.Core from 1.5.374.118 to 1.5.374.126

Release notes

Sourced from OPCFoundation.NetStandard.Opc.Ua.Core's releases.

OPC UA 1.05 Maintenance Update

Changes:

  • 0b23e5f39b570651dc74897080cc6030207d6f7f Null pointer exception when reading a complex type with empty arrays. (#2798) (#2799)
  • 6ca0b1a78ede7e6fb997fa8e968fa2bfab6b3ae7 Cherry pick: Fix ExpandedNodeId.Format output for not well formed uri and JSON Verbose WriteStatusCode (#2795)
  • 4c2744eeab2ef6267df018170f482376239cc90b Merge pull request #2776 from OPCFoundation/master
  • 3d24c0ed3619e26dbeb5cccbd7e92aee04936636 Do not create the default folders for DirectoryStore on Open (#2773) [ #2720 ]
  • 8131a0298483c85654ceae9587bd849e3e355206 Pubsub JSON updates preview (#2768)
  • d7680fadaa2d2e089bc2081cc4b2e96ce6a45538 Bump Nerdbank.GitVersioning from 3.6.141 to 3.6.143 (#2743)
  • cab1863f0c34d17a8401380ff760b11e7a3d4874 Bump NUnit from 4.1.0 to 4.2.2 (#2742)
  • 5349d9a0338f8d41fabccd3afdde97f9eb2f34b0 Use HiresClock ticks instead of DateTime for IntervalRunner publish time calculation (#2753)
  • 36dbdd38736b76c1fbed6784e93eebfd6b0b5704 Bump NUnit.Console from 3.18.1 to 3.18.2 (#2769)

This list of changes was auto generated.

OPC UA 1.05 Maintenance Update

1.05.374 Bug fix and JSON Preview Update

This release is based on the 1.05.03 Nodeset with generated files from the ModelCompiler. The focus in this release was on a preview of the new JSON Compact and Verbose encoding types and bug fixes.

Improvements and bug fixes

  • Certificate Directory Store created default folders in the last release which can cause issues when mapping folders in dockers. Fix: removed to create the default folders until a certificate is stored (behavior before 118)
  • Fix for the Pubsub Interval runner where the timebase could drift.
  • The JSON decoder supports all new encoding type variations including the NodeId encoding as a single JSON string value. -- It supports to build the namespace table from Uri transferred by a publisher.

JSON encoder preview and known issues

  • The JSON encoder supports a preview of new Compact and Verbose encoding types.
  • The raw encoding for Compact and Verbose is not implemented yet.
  • An enumeration in a Variant in Verbose encoding is encoded as Int32 but contains JSON string values. Tbd.

JSON encoder breaking changes

  • The JSON encoder defaults for non reversible encoding were changed according to spec: -- encode the namespaceUri if available -- always encode default values

What's Changed

... (truncated)

Commits
  • 0b23e5f Null pointer exception when reading a complex type with empty arrays. (#2798)...
  • 6ca0b1a Cherry pick: Fix ExpandedNodeId.Format output for not well formed uri and JSO...
  • 4c2744e Merge pull request #2776 from OPCFoundation/master
  • 3d24c0e Do not create the default folders for DirectoryStore on Open (#2773)
  • 8131a02 Pubsub JSON updates preview (#2768)
  • d7680fa Bump Nerdbank.GitVersioning from 3.6.141 to 3.6.143 (#2743)
  • cab1863 Bump NUnit from 4.1.0 to 4.2.2 (#2742)
  • 5349d9a Use HiresClock ticks instead of DateTime for IntervalRunner publish time calc...
  • 36dbdd3 Bump NUnit.Console from 3.18.1 to 3.18.2 (#2769)
  • See full diff in compare view

Updates OPCFoundation.NetStandard.Opc.Ua.Server from 1.5.374.118 to 1.5.374.126

Release notes

Sourced from OPCFoundation.NetStandard.Opc.Ua.Server's releases.

OPC UA 1.05 Maintenance Update

Changes:

  • 0b23e5f39b570651dc74897080cc6030207d6f7f Null pointer exception when reading a complex type with empty arrays. (#2798) (#2799)
  • 6ca0b1a78ede7e6fb997fa8e968fa2bfab6b3ae7 Cherry pick: Fix ExpandedNodeId.Format output for not well formed uri and JSON Verbose WriteStatusCode (#2795)
  • 4c2744eeab2ef6267df018170f482376239cc90b Merge pull request #2776 from OPCFoundation/master
  • 3d24c0ed3619e26dbeb5cccbd7e92aee04936636 Do not create the default folders for DirectoryStore on Open (#2773) [ #2720 ]
  • 8131a0298483c85654ceae9587bd849e3e355206 Pubsub JSON updates preview (#2768)
  • d7680fadaa2d2e089bc2081cc4b2e96ce6a45538 Bump Nerdbank.GitVersioning from 3.6.141 to 3.6.143 (#2743)
  • cab1863f0c34d17a8401380ff760b11e7a3d4874 Bump NUnit from 4.1.0 to 4.2.2 (#2742)
  • 5349d9a0338f8d41fabccd3afdde97f9eb2f34b0 Use HiresClock ticks instead of DateTime for IntervalRunner publish time calculation (#2753)
  • 36dbdd38736b76c1fbed6784e93eebfd6b0b5704 Bump NUnit.Console from 3.18.1 to 3.18.2 (#2769)

This list of changes was auto generated.

OPC UA 1.05 Maintenance Update

1.05.374 Bug fix and JSON Preview Update

This release is based on the 1.05.03 Nodeset with generated files from the ModelCompiler. The focus in this release was on a preview of the new JSON Compact and Verbose encoding types and bug fixes.

Improvements and bug fixes

  • Certificate Directory Store created default folders in the last release which can cause issues when mapping folders in dockers. Fix: removed to create the default folders until a certificate is stored (behavior before 118)
  • Fix for the Pubsub Interval runner where the timebase could drift.
  • The JSON decoder supports all new encoding type variations including the NodeId encoding as a single JSON string value. -- It supports to build the namespace table from Uri transferred by a publisher.

JSON encoder preview and known issues

  • The JSON encoder supports a preview of new Compact and Verbose encoding types.
  • The raw encoding for Compact and Verbose is not implemented yet.
  • An enumeration in a Variant in Verbose encoding is encoded as Int32 but contains JSON string values. Tbd.

JSON encoder breaking changes

  • The JSON encoder defaults for non reversible encoding were changed according to spec: -- encode the namespaceUri if available -- always encode default values

What's Changed

... (truncated)

Commits
  • 0b23e5f Null pointer exception when reading a complex type with empty arrays. (#2798)...
  • 6ca0b1a Cherry pick: Fix ExpandedNodeId.Format output for not well formed uri and JSO...
  • 4c2744e Merge pull request #2776 from OPCFoundation/master
  • 3d24c0e Do not create the default folders for DirectoryStore on Open (#2773)
  • 8131a02 Pubsub JSON updates preview (#2768)
  • d7680fa Bump Nerdbank.GitVersioning from 3.6.141 to 3.6.143 (#2743)
  • cab1863 Bump NUnit from 4.1.0 to 4.2.2 (#2742)
  • 5349d9a Use HiresClock ticks instead of DateTime for IntervalRunner publish time calc...
  • 36dbdd3 Bump NUnit.Console from 3.18.1 to 3.18.2 (#2769)
  • See full diff in compare view

Updates OPCFoundation.NetStandard.Opc.Ua.Configuration from 1.5.374.118 to 1.5.374.126

Release notes

Sourced from OPCFoundation.NetStandard.Opc.Ua.Configuration's releases.

OPC UA 1.05 Maintenance Update

Changes:

  • 0b23e5f39b570651dc74897080cc6030207d6f7f Null pointer exception when reading a complex type with empty arrays. (#2798) (#2799)
  • 6ca0b1a78ede7e6fb997fa8e968fa2bfab6b3ae7 Cherry pick: Fix ExpandedNodeId.Format output for not well formed uri and JSON Verbose WriteStatusCode (#2795)
  • 4c2744eeab2ef6267df018170f482376239cc90b Merge pull request #2776 from OPCFoundation/master
  • 3d24c0ed3619e26dbeb5cccbd7e92aee04936636 Do not create the default folders for DirectoryStore on Open (#2773) [ #2720 ]
  • 8131a0298483c85654ceae9587bd849e3e355206 Pubsub JSON updates preview (#2768)
  • d7680fadaa2d2e089bc2081cc4b2e96ce6a45538 Bump Nerdbank.GitVersioning from 3.6.141 to 3.6.143 (#2743)
  • cab1863f0c34d17a8401380ff760b11e7a3d4874 Bump NUnit from 4.1.0 to 4.2.2 (#2742)
  • 5349d9a0338f8d41fabccd3afdde97f9eb2f34b0 Use HiresClock ticks instead of DateTime for IntervalRunner publish time calculation (#2753)
  • 36dbdd38736b76c1fbed6784e93eebfd6b0b5704 Bump NUnit.Console from 3.18.1 to 3.18.2 (#2769)

This list of changes was auto generated.

OPC UA 1.05 Maintenance Update

1.05.374 Bug fix and JSON Preview Update

This release is based on the 1.05.03 Nodeset with generated files from the ModelCompiler. The focus in this release was on a preview of the new JSON Compact and Verbose encoding types and bug fixes.

Improvements and bug fixes

  • Certificate Directory Store created default folders in the last release which can cause issues when mapping folders in dockers. Fix: removed to create the default folders until a certificate is stored (behavior before 118)
  • Fix for the Pubsub Interval runner where the timebase could drift.
  • The JSON decoder supports all new encoding type variations including the NodeId encoding as a single JSON string value. -- It supports to build the namespace table from Uri transferred by a publisher.

JSON encoder preview and known issues

  • The JSON encoder supports a preview of new Compact and Verbose encoding types.
  • The raw encoding for Compact and Verbose is not implemented yet.
  • An enumeration in a Variant in Verbose encoding is encoded as Int32 but contains JSON string values. Tbd.

JSON encoder breaking changes

  • The JSON encoder defaults for non reversible encoding were changed according to spec: -- encode the namespaceUri if available -- always encode default values

What's Changed

... (truncated)

Description has been truncated

Bumps the opcfoundation group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [OPCFoundation.NetStandard.Opc.Ua.Client](https://github.com/OPCFoundation/UA-.NETStandard) | `1.5.374.118` | `1.5.374.126` |
| [OPCFoundation.NetStandard.Opc.Ua.Configuration](https://github.com/OPCFoundation/UA-.NETStandard) | `1.5.374.118` | `1.5.374.126` |
| [OPCFoundation.NetStandard.Opc.Ua.Core](https://github.com/OPCFoundation/UA-.NETStandard) | `1.5.374.118` | `1.5.374.126` |
| [OPCFoundation.NetStandard.Opc.Ua.Server](https://github.com/OPCFoundation/UA-.NETStandard) | `1.5.374.118` | `1.5.374.126` |
| [OPCFoundation.NetStandard.Opc.Ua.Bindings.Https](https://github.com/OPCFoundation/UA-.NETStandard) | `1.5.374.118` | `1.5.374.126` |
| [OPCFoundation.NetStandard.Opc.Ua.Client.ComplexTypes](https://github.com/OPCFoundation/UA-.NETStandard) | `1.5.374.118` | `1.5.374.126` |
| [OPCFoundation.NetStandard.Opc.Ua.Gds.Client.Common](https://github.com/OPCFoundation/UA-.NETStandard) | `1.5.374.118` | `1.5.374.126` |
| [OPCFoundation.NetStandard.Opc.Ua.Gds.Server.Common](https://github.com/OPCFoundation/UA-.NETStandard) | `1.5.374.118` | `1.5.374.126` |


Updates `OPCFoundation.NetStandard.Opc.Ua.Client` from 1.5.374.118 to 1.5.374.126
- [Release notes](https://github.com/OPCFoundation/UA-.NETStandard/releases)
- [Commits](OPCFoundation/UA-.NETStandard@1.5.374.118...1.5.374.126)

Updates `OPCFoundation.NetStandard.Opc.Ua.Configuration` from 1.5.374.118 to 1.5.374.126
- [Release notes](https://github.com/OPCFoundation/UA-.NETStandard/releases)
- [Commits](OPCFoundation/UA-.NETStandard@1.5.374.118...1.5.374.126)

Updates `OPCFoundation.NetStandard.Opc.Ua.Core` from 1.5.374.118 to 1.5.374.126
- [Release notes](https://github.com/OPCFoundation/UA-.NETStandard/releases)
- [Commits](OPCFoundation/UA-.NETStandard@1.5.374.118...1.5.374.126)

Updates `OPCFoundation.NetStandard.Opc.Ua.Configuration` from 1.5.374.118 to 1.5.374.126
- [Release notes](https://github.com/OPCFoundation/UA-.NETStandard/releases)
- [Commits](OPCFoundation/UA-.NETStandard@1.5.374.118...1.5.374.126)

Updates `OPCFoundation.NetStandard.Opc.Ua.Core` from 1.5.374.118 to 1.5.374.126
- [Release notes](https://github.com/OPCFoundation/UA-.NETStandard/releases)
- [Commits](OPCFoundation/UA-.NETStandard@1.5.374.118...1.5.374.126)

Updates `OPCFoundation.NetStandard.Opc.Ua.Core` from 1.5.374.118 to 1.5.374.126
- [Release notes](https://github.com/OPCFoundation/UA-.NETStandard/releases)
- [Commits](OPCFoundation/UA-.NETStandard@1.5.374.118...1.5.374.126)

Updates `OPCFoundation.NetStandard.Opc.Ua.Server` from 1.5.374.118 to 1.5.374.126
- [Release notes](https://github.com/OPCFoundation/UA-.NETStandard/releases)
- [Commits](OPCFoundation/UA-.NETStandard@1.5.374.118...1.5.374.126)

Updates `OPCFoundation.NetStandard.Opc.Ua.Configuration` from 1.5.374.118 to 1.5.374.126
- [Release notes](https://github.com/OPCFoundation/UA-.NETStandard/releases)
- [Commits](OPCFoundation/UA-.NETStandard@1.5.374.118...1.5.374.126)

Updates `OPCFoundation.NetStandard.Opc.Ua.Core` from 1.5.374.118 to 1.5.374.126
- [Release notes](https://github.com/OPCFoundation/UA-.NETStandard/releases)
- [Commits](OPCFoundation/UA-.NETStandard@1.5.374.118...1.5.374.126)

Updates `OPCFoundation.NetStandard.Opc.Ua.Bindings.Https` from 1.5.374.118 to 1.5.374.126
- [Release notes](https://github.com/OPCFoundation/UA-.NETStandard/releases)
- [Commits](OPCFoundation/UA-.NETStandard@1.5.374.118...1.5.374.126)

Updates `OPCFoundation.NetStandard.Opc.Ua.Core` from 1.5.374.118 to 1.5.374.126
- [Release notes](https://github.com/OPCFoundation/UA-.NETStandard/releases)
- [Commits](OPCFoundation/UA-.NETStandard@1.5.374.118...1.5.374.126)

Updates `OPCFoundation.NetStandard.Opc.Ua.Client.ComplexTypes` from 1.5.374.118 to 1.5.374.126
- [Release notes](https://github.com/OPCFoundation/UA-.NETStandard/releases)
- [Commits](OPCFoundation/UA-.NETStandard@1.5.374.118...1.5.374.126)

Updates `OPCFoundation.NetStandard.Opc.Ua.Client` from 1.5.374.118 to 1.5.374.126
- [Release notes](https://github.com/OPCFoundation/UA-.NETStandard/releases)
- [Commits](OPCFoundation/UA-.NETStandard@1.5.374.118...1.5.374.126)

Updates `OPCFoundation.NetStandard.Opc.Ua.Configuration` from 1.5.374.118 to 1.5.374.126
- [Release notes](https://github.com/OPCFoundation/UA-.NETStandard/releases)
- [Commits](OPCFoundation/UA-.NETStandard@1.5.374.118...1.5.374.126)

Updates `OPCFoundation.NetStandard.Opc.Ua.Core` from 1.5.374.118 to 1.5.374.126
- [Release notes](https://github.com/OPCFoundation/UA-.NETStandard/releases)
- [Commits](OPCFoundation/UA-.NETStandard@1.5.374.118...1.5.374.126)

Updates `OPCFoundation.NetStandard.Opc.Ua.Gds.Client.Common` from 1.5.374.118 to 1.5.374.126
- [Release notes](https://github.com/OPCFoundation/UA-.NETStandard/releases)
- [Commits](OPCFoundation/UA-.NETStandard@1.5.374.118...1.5.374.126)

Updates `OPCFoundation.NetStandard.Opc.Ua.Client` from 1.5.374.118 to 1.5.374.126
- [Release notes](https://github.com/OPCFoundation/UA-.NETStandard/releases)
- [Commits](OPCFoundation/UA-.NETStandard@1.5.374.118...1.5.374.126)

Updates `OPCFoundation.NetStandard.Opc.Ua.Configuration` from 1.5.374.118 to 1.5.374.126
- [Release notes](https://github.com/OPCFoundation/UA-.NETStandard/releases)
- [Commits](OPCFoundation/UA-.NETStandard@1.5.374.118...1.5.374.126)

Updates `OPCFoundation.NetStandard.Opc.Ua.Core` from 1.5.374.118 to 1.5.374.126
- [Release notes](https://github.com/OPCFoundation/UA-.NETStandard/releases)
- [Commits](OPCFoundation/UA-.NETStandard@1.5.374.118...1.5.374.126)

Updates `OPCFoundation.NetStandard.Opc.Ua.Gds.Server.Common` from 1.5.374.118 to 1.5.374.126
- [Release notes](https://github.com/OPCFoundation/UA-.NETStandard/releases)
- [Commits](OPCFoundation/UA-.NETStandard@1.5.374.118...1.5.374.126)

Updates `OPCFoundation.NetStandard.Opc.Ua.Server` from 1.5.374.118 to 1.5.374.126
- [Release notes](https://github.com/OPCFoundation/UA-.NETStandard/releases)
- [Commits](OPCFoundation/UA-.NETStandard@1.5.374.118...1.5.374.126)

Updates `OPCFoundation.NetStandard.Opc.Ua.Configuration` from 1.5.374.118 to 1.5.374.126
- [Release notes](https://github.com/OPCFoundation/UA-.NETStandard/releases)
- [Commits](OPCFoundation/UA-.NETStandard@1.5.374.118...1.5.374.126)

Updates `OPCFoundation.NetStandard.Opc.Ua.Core` from 1.5.374.118 to 1.5.374.126
- [Release notes](https://github.com/OPCFoundation/UA-.NETStandard/releases)
- [Commits](OPCFoundation/UA-.NETStandard@1.5.374.118...1.5.374.126)

---
updated-dependencies:
- dependency-name: OPCFoundation.NetStandard.Opc.Ua.Client
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: opcfoundation
- dependency-name: OPCFoundation.NetStandard.Opc.Ua.Configuration
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: opcfoundation
- dependency-name: OPCFoundation.NetStandard.Opc.Ua.Core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: opcfoundation
- dependency-name: OPCFoundation.NetStandard.Opc.Ua.Configuration
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: opcfoundation
- dependency-name: OPCFoundation.NetStandard.Opc.Ua.Core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: opcfoundation
- dependency-name: OPCFoundation.NetStandard.Opc.Ua.Core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: opcfoundation
- dependency-name: OPCFoundation.NetStandard.Opc.Ua.Server
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: opcfoundation
- dependency-name: OPCFoundation.NetStandard.Opc.Ua.Configuration
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: opcfoundation
- dependency-name: OPCFoundation.NetStandard.Opc.Ua.Core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: opcfoundation
- dependency-name: OPCFoundation.NetStandard.Opc.Ua.Bindings.Https
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: opcfoundation
- dependency-name: OPCFoundation.NetStandard.Opc.Ua.Core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: opcfoundation
- dependency-name: OPCFoundation.NetStandard.Opc.Ua.Client.ComplexTypes
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: opcfoundation
- dependency-name: OPCFoundation.NetStandard.Opc.Ua.Client
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: opcfoundation
- dependency-name: OPCFoundation.NetStandard.Opc.Ua.Configuration
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: opcfoundation
- dependency-name: OPCFoundation.NetStandard.Opc.Ua.Core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: opcfoundation
- dependency-name: OPCFoundation.NetStandard.Opc.Ua.Gds.Client.Common
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: opcfoundation
- dependency-name: OPCFoundation.NetStandard.Opc.Ua.Client
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: opcfoundation
- dependency-name: OPCFoundation.NetStandard.Opc.Ua.Configuration
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: opcfoundation
- dependency-name: OPCFoundation.NetStandard.Opc.Ua.Core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: opcfoundation
- dependency-name: OPCFoundation.NetStandard.Opc.Ua.Gds.Server.Common
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: opcfoundation
- dependency-name: OPCFoundation.NetStandard.Opc.Ua.Server
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: opcfoundation
- dependency-name: OPCFoundation.NetStandard.Opc.Ua.Configuration
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: opcfoundation
- dependency-name: OPCFoundation.NetStandard.Opc.Ua.Core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: opcfoundation
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the nuget label Oct 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants