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

chore(deps): update dependency opcfoundation.netstandard.opc.ua.configuration to 1.5.374.126 - autoclosed #724

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 22, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
OPCFoundation.NetStandard.Opc.Ua.Configuration 1.5.374.118 -> 1.5.374.126 age adoption passing confidence

Release Notes

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

v1.5.374.126: OPC UA 1.05 Maintenance Update

Compare Source

One urgent bug in complex type decoding and two issues for the JSON encoder were found in the latest release:

  • The output of the Pubsub JSON encoder namespace Uri for servers which use a not well formed namespace Uri added a http:// prefix, while the previous implementation passed the non well formed Uri along. To preserve the existing behavior, the change was reverted.
  • WriteStatusCode in the JSON encoder could produce invalid JSON when used with NonReversible/Verbose encoding.
  • A new issue was found when a complex type contains an empty array (length -1), the binary decoder fails to decode the type with a BadDecodingError.

What's Changed

Full Changelog: OPCFoundation/UA-.NETStandard@1.5.374.124...1.5.374.126

v1.5.374.124: OPC UA 1.05 Maintenance Update

Compare Source

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

Full Changelog: OPCFoundation/UA-.NETStandard@1.5.374.118...1.5.374.124


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.

@renovate renovate bot requested a review from a team as a code owner October 22, 2024 11:13
@renovate renovate bot changed the title chore(deps): update dependency opcfoundation.netstandard.opc.ua.configuration to 1.5.374.126 chore(deps): update dependency opcfoundation.netstandard.opc.ua.configuration to 1.5.374.126 - autoclosed Oct 22, 2024
@renovate renovate bot closed this Oct 22, 2024
@renovate renovate bot deleted the renovate/opcfoundation.netstandard.opc.ua.configuration-1.x branch October 22, 2024 11:19
Copy link

codecov bot commented Oct 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.99%. Comparing base (c9b04a9) to head (9ca88e4).
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #724      +/-   ##
==========================================
- Coverage   82.16%   81.99%   -0.18%     
==========================================
  Files         125      125              
  Lines       18156    18156              
  Branches     2713     2713              
==========================================
- Hits        14918    14887      -31     
- Misses       2401     2430      +29     
- Partials      837      839       +2     

see 7 files with indirect coverage changes

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