-
Notifications
You must be signed in to change notification settings - Fork 1
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.client to v1.4.372.56 #473
chore(deps): update dependency opcfoundation.netstandard.opc.ua.client to v1.4.372.56 #473
Conversation
Edited/Blocked NotificationRenovate 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. |
Renovate Ignore NotificationBecause you closed this PR without merging, Renovate will ignore this update ( If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR. |
This PR contains the following updates:
1.4.371.60
->1.4.372.56
Release Notes
OPCFoundation/UA-.NETStandard (OPCFoundation.NetStandard.Opc.Ua.Client)
v1.4.372.56
: OPC UA 1.04 Maintenance UpdateCompare Source
Changes:
b90f762
bump releaseda5db41
Publish state change does not correctly handle subscription transferred case (#2281)c75bf9b
Removed extra unnecessary code and fixed use of userWriteMask (#2269)b88e2da
Use the request queue to return GoodSubscriptionTransferred immediately (#2280)e02f223
Add event for the session configuration changed (#2278)4e6d58e
Fix for 'BadTooManyOperations' in session.publish / 'BadServerHalted' when server is stopped. (#2277)b4fd6a5
Bump Microsoft.NET.Test.Sdk from 17.7.0 to 17.7.1 (#2275)5736183
Bump Moq from 4.18.4 to 4.20.69 (#2268)b28b515
Update MQTTnet nuget package version 3.1.1 to 4.2.1.781 (#2272) (#2273)7f864c1
Bump Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets (#2271)See More
5f82d1b
Bump Microsoft.Extensions.Logging.Abstractions from 3.1.32 to 7.0.1 (#2233)c7381cf
'#' is not treated as a reserved character in RelativePath's text format (#2264)cb99f46
Fixed NodeId.CompareTo() null reference exception (#2263)82ed6c8
Refactor IEncoder/IDecoder to derive from IDisposable (#2254)0a51dd3
Complete ISessionFactory interface (#2255)1e535dd
Support client activities on all target platforms (#2256)3e174fd
Bump Microsoft.NET.Test.Sdk from 17.6.3 to 17.7.0 (#2257)6d9679f
Bump BenchmarkDotNet from 0.13.6 to 0.13.7 (#2258)cfb3ac4
Support ActivitySource in OPC UA client to enable tracing (.NET6) (#2251)e6f3004
Improve client subscription implementation (#2245)81340c3
Support for session reconnect from distributed clients (#2244)e61664f
Truncate inner diagnostics if nested depth too high (#2247)1f17aad
Better NodeId/ExpandedNodeId built in types handling (#2230)04cd9bc
Zip embedded Opc.Ua.NodeSet2.xml to reduce assembly size (#2232)9256c2e
Improve ArraySegmentStream hotpath (#2241)8c2bf35
fix cc pipeline (#2236)7f85159
Always use ArrayPool.Shared for optimized use of buffers in buffer manager (#2224)c64eb53
Fix corner cases of subscription transfer (#2227)0bf2e93
Add IJsonEncoder/IJsonDecoder interfaces (#2042)eaa3cb0
Bring back Microsoft.Extensions.Logging.Abstractions to V3.1.32 for older target frameworks (#2229)635ebbb
Bump BenchmarkDotNet from 0.13.5 to 0.13.6 (#2226)5a08618
Bump Microsoft.Extensions.Logging.Abstractions from 3.1.32 to 7.0.1 (#2194)2738a29
Support Dynamic Complex Types (#2146)d99c4bc
Add Filter Result property to monitored item status (#2219)17d4f04
Fix stringtables for diagnostic results when service calls are batched (#2222)6fc58eb
Bump NunitXml.TestLogger from 3.0.131 to 3.1.15 (#2220)cd38eca
Various bugfixes for CTT and others (#2212)04f51c2
Bump Microsoft.NET.Test.Sdk from 17.6.2 to 17.6.3 (#2213)f25cc4d
Merge pull request #2206 from OPCFoundation/master371_temp49c8532
Fix build on merged commitsae00175
Merge branch 'master' into master371_temp280db53
Bump Serilog from 2.12.0 to 3.0.1 (#2205)fe12552
TestData sample structure compliance (#2175)750e9d3
Bump Microsoft.NET.Test.Sdk from 17.6.1 to 17.6.2 (#2179)c7bd19d
Support use of opc.https endpoint url for client and server. (#2140)e792e43
Bump Microsoft.NET.Test.Sdk from 17.6.0 to 17.6.1 (#2172)0382cfe
Bump NUnit3TestAdapter from 4.4.2 to 4.5.0 (#2174)9329803
Bump Nerdbank.GitVersioning from 3.5.119 to 3.6.133 (#2164)266e29b
Fixes an issue in Session.LoadDataTypeSystem. (#2166)043a56c
Deprecate .NET framework 4.6.2 support, sync with samples repo (#2165)5f54e08
Bump coverlet.collector from 3.2.0 to 6.0.0 (#2158)d8f8a4e
Merge pull request #2163 from OPCFoundation/master371cea95d2
Bump Microsoft.NET.Test.Sdk from 17.5.0 to 17.6.0 (#2159)29a3be5
Json Encoder: namespace URI handling (#2119) [ #2117, #2118 ]24845eb
Use ICloneable in generated code (#2044)828cc20
Update version.json to 372 (#2139)This list of changes was auto generated.
What's Changed
New Contributors
Full Changelog: OPCFoundation/UA-.NETStandard@1.4.371.96...1.4.372.56
v1.4.371.96
: OPC UA 1.04 Maintenance UpdateCompare Source
Roll up of the master371 branch until June 26th
ISession.NodeCache
thread safe, it could have caused exceptions managing the dictionaries when used with multi threading.DirectoryCertificateStore
.SequenceNumber
andPublishTime
to theNotificationData
structure to allow to disable the monitored item cache.FastKeepAliveCallback
for subscriptions.Changes:
db5152b
Merge pull request #2199 from OPCFoundation/master3711dfda2b
Make client NodeCache thread safe (#2201)010a839
Support custom cert store with flat directory structure (#2198)85c0321
Fix session reconnect exponential backoff (#2185)c81b6b0
Added newly modified model compiler generated code for v1.04 (#2195)e89b06e
Add metadata to fast data and event callbacks notification. (#2176)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 UpdateCompare Source
Roll up of the master371 branch until May 25th
SessionReconnectHandler
:ISession.MinPublishRequestCount
property to allow queueing of PublishRequest even if there is only a single subscription active.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 UpdateCompare Source
Roll up until April 21st
DoScan
of diagnostics nodes on a server.Changes that may break existing code:
ApplicationConfiguration
now defaults toSendCertificateChain=true
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:
36dd565
Merge pull request #2130 from OPCFoundation/master [ #2128 ]ae7f8e5
OnServerStarting - Add null check on validationErrors (#2128)c226199
Merge pull request #2126 from OPCFoundation/master04721cb
Return AdditionalInfo only to users with permission. (#2124)abfbde3
Improvements for docker hosting and fix for GetEndpoints (#2123)8da702d
DiagnosticsNodeManager: prevent recursion of DoScan (#2060)620e7c4
Session.Load doesn't create the monitored items. Opt-in to support load for subscription transfer. (#2113)b5d4dd7
Check DiscoveryOnly before the message is parsed. (#2112)8851b04
fix docker manifest issue with ghcr (#2116)67fd91c
Close socket if a client stops processing responses. (#2110)See More
d65e1cf
Fixes to support structures with allowsubtypes (#2104)1da07f9
Implement a worker thread for condition refresh (#2105)bd0f02a
Bump Newtonsoft.Json from 13.0.2 to 13.0.3 (#2100)4325cd7
Bump microsoft/setup-msbuild from 1.1.3 to 1.3.1 (#2101)241583d
Add structure to Quickstart server TestData (#2008)3e6166a
Bump NUnit3TestAdapter from 4.4.0 to 4.4.2 (#2091)23cd8f1
Fix CodeQL build (#2093)dd8196a
Fix Nuget build (#2094)04b94fe
Bump Microsoft.IO.RecyclableMemoryStream from 2.3.1 to 2.3.2 (#2092)095f6fd
Bump NUnit3TestAdapter from 4.3.1 to 4.4.0 (#2083)475897a
Bump Microsoft.NET.Test.Sdk from 17.4.1 to 17.5.0 (#2084)44aaa7b
Bump NUnit.Console from 3.16.2 to 3.16.3 (#2085)b35d9c1
Improve hashcode calculation for some built in types (#2082)7e46de2
Bump BenchmarkDotNet from 0.13.4 to 0.13.5 (#2080)8d18e33
Default SendCertficateChain=true and temp fix for BuildInfo (#2064)de8dcea
Bump Microsoft.IO.RecyclableMemoryStream from 2.2.1 to 2.3.1 (#2075)cc7fe47
Bump NunitXml.TestLogger from 3.0.127 to 3.0.131 (#2070)361e1d2
Bump docker/build-push-action from 3 to 4 (#2071)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.
This PR has been generated by Mend Renovate. View repository job log here.