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

Update nuget-packages-non-major to v1.5.374.54 #19

Merged
merged 1 commit into from
Jun 11, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 18, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
OPCFoundation.NetStandard.Opc.Ua 1.5.374.36 -> 1.5.374.54 age adoption passing confidence
OPCFoundation.NetStandard.Opc.Ua.Client 1.5.374.36 -> 1.5.374.54 age adoption passing confidence
OPCFoundation.NetStandard.Opc.Ua.Configuration 1.5.374.36 -> 1.5.374.54 age adoption passing confidence
OPCFoundation.NetStandard.Opc.Ua.Core 1.5.374.36 -> 1.5.374.54 age adoption passing confidence

Release Notes

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

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


Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - "before 4am on Monday" (UTC).

🚦 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 these updates 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 rafaelschlatter May 18, 2024 01:13
@rafaelschlatter rafaelschlatter merged commit a7a0497 into main Jun 11, 2024
4 checks passed
@renovate renovate bot deleted the renovate/nuget-packages-non-major branch June 11, 2024 07:38
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