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.server to v1.5.374.54 - abandoned #649

Closed

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 17, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
OPCFoundation.NetStandard.Opc.Ua.Server 1.5.373.121 -> 1.5.374.54 age adoption passing confidence

Release Notes

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

v1.5.374.54: OPC UA 1.05 April Update

Compare Source

1.05.374 April Release

This release is based on the 1.05.03 Nodeset with generated files from the ModelCompiler.
The focus in this release was on security improvements and bug fixes.

##Improvements

  • Bug Fixes for the GDS support (@​romanett).
  • Fix many typos and simplify Xml floating point encoder/decoder (@​mtx500).
  • More tests for PubSub (@​mrsuciu).
  • Add timer in the server to clean up stale channels, limit the total number of active channels (@​mrsuciu).
  • UA Fuzzer framework for afl-fuzz and libfuzzer, fuzz targets for Binary and Json (@​mregen).
  • Fixes in Encoder/Decoder found by fuzzing (@​mregen).
  • Fix unnecessary server Shutdown delay when no LDS is present to unregister (@​romanett).

New Configuration settings:

  • ChannelLifeTime is used by the server channel clean up timer.
  • MaxChannelCount can be specified in the configuration to limit number of channel per server (see...)
  <MaxChannelCount>1000</MaxChannelCount>
  <ChannelLifetime>30000</ChannelLifetime>
  • Configurable encoding limits
<MaxEncodingNestingLevels>200</MaxEncodingNestingLevels>
<MaxDecoderRecoveries>0</MaxDecoderRecoveries>

Breaking change:

  • Encoders and Decoders should follow the Dispose pattern (so far Close was sufficient to dispose the stream)
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

Full Changelog: OPCFoundation/UA-.NETStandard@1.5.374.36...1.5.374.54

v1.5.374.36: OPC UA 1.05 March Update

Compare Source

1.05.374 March Release

This release is based on the 1.05.03 Nodeset with generated files from the ModelCompiler.
However this release does not contain all required features to certify a 1.05 client or server (e.g. lack of ECC support).
Due to the backward compatibility of OPC UA the release can still be used to certify a 1.04 client or server.

Improvements

We are excited to announce a significant enhancement to our binary encoding and decoding functionality in this release. With this update, we have effectively doubled the speed of binary encoding operations within our system on .NET platforms which support ReadOnlyMemory and Span primitives, resulting in faster data processing, reduced memory allocations and reduced latency. (see #​2556)

  • Bug Fixes for the GDS support and issues found on the IOP
  • Fixed a regression where Abort messages caused a disconnect
  • Fixed a deadlock in the cert validator when some properties are set
  • Add support to redact log messages where private information (e.g. certificate Subject) is written to a log file with a new interface to add a custom radaction strategy (thanks @​tamaskleizer)
  • Add a .NET Standard 2.0 build for the core library to support use in .NET analyzers. Intentionally, there is no support for .NET Standard 2.0 client/server builds.
  • Various improvements to the GDS libraries, prominently addtional Audit events (thanks @​romanett).
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

New Contributors

Full Changelog: OPCFoundation/UA-.NETStandard@1.5.374.27...1.5.374.36

v1.5.374.27: OPC UA 1.05.374 February Release

Compare Source

1.05.374 February Release

This is the official 1.05.03 release based on the generated files from ModelCompiler.
This release does not contain all required features to certify a 1.05 client or server (e.g. lack of ECC support).
However, it contains all the latest updates and generated classes from 1.05 and can also be used to certify a 1.04 client or server.
It is supposedly compatible to any existing 1.02..1.04 client and server.

Improvements

  • Bug Fixes
  • NodeState classes are thread safe (thanks @​saurla)
  • Reduce locking in secure channel client send/receive codepath
  • Client Republish improvements
  • Various improvements to the GDS libraries (thanks @​romanett).
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
New Contributors

Full Changelog: OPCFoundation/UA-.NETStandard@1.5.373.121...1.5.374.27


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.

Copy link
Contributor Author

renovate bot commented May 23, 2024

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.

@einarmo einarmo closed this Jun 24, 2024
@renovate renovate bot changed the title chore(deps): update dependency opcfoundation.netstandard.opc.ua.server to v1.5.374.54 chore(deps): update dependency opcfoundation.netstandard.opc.ua.server to v1.5.374.54 - abandoned Jun 24, 2024
@renovate renovate bot reopened this Jun 24, 2024
Copy link
Contributor Author

renovate bot commented Jun 24, 2024

Autoclosing Skipped

This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.

@einarmo einarmo closed this Jun 24, 2024
@einarmo einarmo deleted the renovate/opcfoundation.netstandard.opc.ua.server-1.x branch June 24, 2024 08:10
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