Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 19, 2025

Updated InfluxDB.LineProtocol from 1.1.0 to 1.1.1.

Release notes

Sourced from InfluxDB.LineProtocol's releases.

1.1.1

Features

  1. #​52: Basic Changes and Move to .NET Standard 2.0 / Framework 4.6.1
  2. #​59: Add maxBatchSize parameter to IntervalBatcher

Commits viewable in compare view.

Updated Microsoft.AspNetCore.Authentication.JwtBearer from 10.0.0 to 10.0.1.

Release notes

Sourced from Microsoft.AspNetCore.Authentication.JwtBearer's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Microsoft.Identity.Web from 4.0.0 to 4.0.1.

Release notes

Sourced from Microsoft.Identity.Web's releases.

4.0.1

Bugs fixes

  • Correctly compute Application Key when credential usage fails.
  • Fix bugs where agent user identities didn't work with non-default authentication schemes.

Fundamentals

  • Update .net version to CG compliance

Sidecar

  • Configure Sidecar to default AllowWebApiToBeAuthorizedByACL to true as the container doesn't do authZ

Commits viewable in compare view.

Updated Microsoft.Identity.Web.DownstreamApi from 4.0.0 to 4.0.1.

Release notes

Sourced from Microsoft.Identity.Web.DownstreamApi's releases.

4.0.1

Bugs fixes

  • Correctly compute Application Key when credential usage fails.
  • Fix bugs where agent user identities didn't work with non-default authentication schemes.

Fundamentals

  • Update .net version to CG compliance

Sidecar

  • Configure Sidecar to default AllowWebApiToBeAuthorizedByACL to true as the container doesn't do authZ

Commits viewable in compare view.

Updated Microsoft.NET.Test.Sdk from 18.0.0 to 18.0.1.

Release notes

Sourced from Microsoft.NET.Test.Sdk's releases.

18.0.1

What's Changed

Fixing an issue with loading covrun64.dll on systems that have .NET 10 SDK installed: https://learn.microsoft.com/en-us/dotnet/core/compatibility/sdk/10.0/code-coverage-dynamic-native-instrumentation

Internal changes

Full Changelog: microsoft/vstest@v18.0.0...v18.0.1

Commits viewable in compare view.

Updated OPCFoundation.NetStandard.Opc.Ua.Client from 1.5.377.22 to 1.5.378.65.

Release notes

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

1.5.378.65

This release is based on the 1.05.06 Nodeset #​3299.
It contains important bug fixes which were found after the last 1.05.378-preview release.
    Please consider all changes from the [1.5.378.10-preview](https://github.com/OPCFoundation/UA-.NETStandard/releases/tag/1.5.378.10-preview) release notes.
   This release changes the Lincensing of the Project to MIT
  
  ### Features:
  • Add Event to Update Session (Server) when diagnostics counters changes by @​Lessi30

  • Add optional Parent Child linking when importing NodeSet2.xml

  • Add Client Based NodeSet2 Export

  • Add Support for restoring triggered Monitored Items on Subscription recreation

  • Make Network Socket in UdpPubSubConnection reachable

    Fixes:

    • Fix ApplicationConfiguration serialization/deserialization for deprecated/modern settings.
    • Fix Add OPCUA_EXCLUDE_AccessLevelExType to Opc.Ua.Core.csproj
    • Restore clean console output in ConsoleReferenceServer and ConsoleReferenceClient.
    • Fix client returning BadUserAccessDenied when SecurityPolicy or SecurityMode not matching
    • Fix MinNonceLength for SecurityPolicies.Basic128Rsa15
    • Fix race condition causing duplicate MonitoredItems in concurrent CreateItemsAsync
    • Fix SourceTimestamp and ServerTimestamp mismatch in ServerStatus children
    • Reduce Allocations by @​RicoSuter
    • Fix KeyFrame not sent if no changed values
    • Fix: Allow calling methods with only output parameters
    • Remove localhost restriction from LDS registration certificate validation
    • Normalize distinguished name field abbreviations for platform compatibility of attribute State/ProvinceName

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

What's Changed

1.5.378.10-preview

This release is based on the 1.05.06 Nodeset #​3299.
It contains important bug fixes which were found after the last 1.05.377 release, as well as breaking API changes.

## Changes:

- Introduced telemetry context and proper use of ILogger. [Observability.md] (https://github.com/OPCFoundation/UA-.NETStandard/blob/master/Docs/Observability.md)
- Improve thread safe Utils methods for incrementing identifiers.
- Obsolete Synchronous Certificate Validator Methods.
- Move from .net 9 to .net 10 SDK and build new target framework .net 10. #​3333
- Restructured core and built in types into Opc.Ua.Types assembly & target netstandard 2.0 only for  assembly.  #​3326
- Validate ApplicationURI in Certificate on Client Side & on Startup. #​3244 
- TryParseMethods for NodeId & ExtendedNodeId
- Refactor string usage for secrets #​3250
- Introduction of ISessionSystemContext & ISessionOperationContext & ServerSystemContext containing UserIdentity.

### Server Specific:

- INodeManager: Propagate MonitoredItemId using Class MonitoredItemIdFactory instead of ref globalIdCounter.
- Pass SecureChannelContext explicitly.
- Obsolete APM & Synchronous Methods.
- Configured Thread Pool for better Server Performance.
- Refactor Publishing to work with TAP & reduce locking for improved throughput.
- Include domains and applicationName in ServerCertificate for CreateSigningRequest Method with parameter regeneratePrivateKey= true.
- Complete IAsyncNodeManager Interface with support for sync Calls using SyncNodeManagerAdapter.
- Extended MasterNodeManager to have async Methods.
- Implement async transportlistener callback in ServerBase.
- Add an Explicit deterministic load test to test Server Performance.
- Allow non OPC-UA conform SubjectName values to AddSecurityConfigurationStores.
- Populate ServerCapabilities->ModellingRules with stack-used modelling rules #​3291

### Client Specific:

- Obsolete APM & Sync calls.
- Set default timout hint based on OperationTimeout of the TransportChannel.
- Use ActivityTraceFlags in IClientBase to configure Tracing on the Client side.
- Refactor State Persistence #​3303

### Fixes:

- Fix JsonDecoder for Unions.
- Fix NodeId.Parse() to reject invalid identifiers without type prefix.
- Fix log level for expected client disconnection scenarios (BadNoSubscription and related status codes).
- Fix client Close method to properly wait for outstanding publish requests.
- Fix InvalidCastException in GetBrowseName methods for Attributes, DataTypes, ReferenceTypes, and StatusCodes.
- Fix WriteArray in encoders to also write null.
- Fix HistoryRead bit not set in Server object EventNotifier when history capabilities are enabled

Released packages

OPCFoundation.NetStandard.Opc.Ua
... (truncated)

Commits viewable in compare view.

Updated System.IO.Ports from 10.0.0 to 10.0.1.

Release notes

Sourced from System.IO.Ports's releases.

No release notes found for this version range.

Commits viewable in compare view.

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps InfluxDB.LineProtocol from 1.1.0 to 1.1.1
Bumps Microsoft.AspNetCore.Authentication.JwtBearer from 10.0.0 to 10.0.1
Bumps Microsoft.Identity.Web from 4.0.0 to 4.0.1
Bumps Microsoft.Identity.Web.DownstreamApi from 4.0.0 to 4.0.1
Bumps Microsoft.NET.Test.Sdk from 18.0.0 to 18.0.1
Bumps OPCFoundation.NetStandard.Opc.Ua.Client from 1.5.377.22 to 1.5.378.65
Bumps System.IO.Ports from 10.0.0 to 10.0.1

---
updated-dependencies:
- dependency-name: InfluxDB.LineProtocol
  dependency-version: 1.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: Microsoft.AspNetCore.Authentication.JwtBearer
  dependency-version: 10.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: Microsoft.Identity.Web
  dependency-version: 4.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: Microsoft.Identity.Web.DownstreamApi
  dependency-version: 4.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-version: 18.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: OPCFoundation.NetStandard.Opc.Ua.Client
  dependency-version: 1.5.378.65
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: System.IO.Ports
  dependency-version: 10.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
...

Signed-off-by: dependabot[bot] <[email protected]>
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