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 v1.4.371.96 #455

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 28, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
OPCFoundation.NetStandard.Opc.Ua.Configuration nuget patch 1.4.371.60 -> 1.4.371.96

Release Notes

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

v1.4.371.96: OPC UA 1.04 Maintenance Update

Compare Source

Roll up of the master371 branch until June 26th

  • Bug fixes as below
  • Make the ISession.NodeCache thread safe, it could have caused exceptions managing the dictionaries when used with multi threading.
  • Support Kubernetes secrets as certificate stores with a flat folder structure in DirectoryCertificateStore.
  • Fix the session reconnect exponential back off issue.
  • Updates for the generated code fixing code initializers.
  • Add SequenceNumber and PublishTime to the NotificationData structure to allow to disable the monitored item cache.
  • Add a FastKeepAliveCallback for subscriptions.

Changes:

This list of changes was auto generated.

What's Changed

Full Changelog: OPCFoundation/UA-.NETStandard@1.4.371.91...1.4.371.96

v1.4.371.91: OPC UA 1.04 Maintenance Update

Compare Source

Roll up of the master371 branch until May 25th

  • Bug fixes as below
  • Non breaking refactoring of the SessionReconnectHandler:
    • add support for jitter and exponential backoff.
    • allow implementations to use a single instance of the class, but still compatible with old implementation.
    • fixed console reconnect sample (using dispose for session if updated).
    • Known Issues: exponential backoff #​2169
  • improvements of client subscription service:
    • Added ISession.MinPublishRequestCount property to allow queueing of PublishRequest even if there is only a single subscription active.
    • Added callback event PublishSequenceNumbersToAcknowledge to defer ack of publish response sequence numbers.

What's Changed

Full Changelog: OPCFoundation/UA-.NETStandard@1.4.371.86...1.4.371.91

v1.4.371.86: OPC UA 1.04 Maintenance Update

Compare Source

Roll up until April 21st
  • Improvements for docker hosting of the reference server. Fixed issue with manifest for ghcr.
  • Improvements on handling service calls during high server load and in discovery channels.
  • Fix a buffer memory leak in the secure channel.
  • Use a dedicated serializing worker thread to implement ConditionRefresh service calls.
  • Fixed hashcode calculation for some built in types.
  • Prevent a recursion in DoScan of diagnostics nodes on a server.
  • Complex types client fixes to support structures with allowsubtypes flag.
  • Added complex type structure to Reference server sample.
  • Improve GetEndpoints service call. If the discoveryUrl used by the client matches an alternateName, return the alternatename instead of the hostname.

Changes that may break existing code:

  • The ApplicationConfiguration now defaults to SendCertificateChain=true
  • The Session.Load function requires opt-in to load a saved subscriptions which is transferred to a new session.
  • GetEndpoints service may return a different hostname in the endpointUrl and discoveryUrl than before.
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

This list of changes was auto generated.

What's Changed

New Contributors

Full Changelog: OPCFoundation/UA-.NETStandard@1.4.371.60...1.4.371.86


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 becomes conflicted, 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from a team as a code owner July 28, 2023 07:37
@codecov
Copy link

codecov bot commented Jul 28, 2023

Codecov Report

Merging #455 (a1feaf3) into master (89904ce) will increase coverage by 0.04%.
Report is 1 commits behind head on master.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master     #455      +/-   ##
==========================================
+ Coverage   83.71%   83.75%   +0.04%     
==========================================
  Files         108      108              
  Lines       16453    16453              
  Branches     2492     2492              
==========================================
+ Hits        13773    13781       +8     
+ Misses       1928     1921       -7     
+ Partials      752      751       -1     

see 2 files with indirect coverage changes

@renovate
Copy link
Contributor Author

renovate bot commented Jul 28, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@cognite-bulldozer cognite-bulldozer bot merged commit 60fd91b into master Jul 31, 2023
3 checks passed
@cognite-bulldozer cognite-bulldozer bot deleted the renovate/opcfoundation.netstandard.opc.ua.configuration-1.x branch July 31, 2023 04:06
@toondaey toondaey restored the renovate/opcfoundation.netstandard.opc.ua.configuration-1.x branch August 1, 2023 06:45
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.

1 participant