data-altinn-no / core

3 stars 3 forks source link

chore(deps): update dependency asynckeyedlock to v6.4.2 #74

Closed renovate[bot] closed 3 months ago

renovate[bot] commented 11 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
AsyncKeyedLock 6.2.1 -> 6.4.2 age adoption passing confidence

Release Notes

MarkCiliaVincenti/AsyncKeyedLock (AsyncKeyedLock) ### [`v6.4.2`](https://togithub.com/MarkCiliaVincenti/AsyncKeyedLock/releases/tag/6.4.2) [Compare Source](https://togithub.com/MarkCiliaVincenti/AsyncKeyedLock/compare/6.4.1...6.4.2) Exposing constructor for AsyncKeyedLockTimeoutReleaser. ### [`v6.4.1`](https://togithub.com/MarkCiliaVincenti/AsyncKeyedLock/releases/tag/6.4.1) [Compare Source](https://togithub.com/MarkCiliaVincenti/AsyncKeyedLock/compare/6.4.0...6.4.1) New methods for conditional locking enabled also for StripedAsyncKeyedLocker and AsyncNonKeyedLocker. ### [`v6.4.0`](https://togithub.com/MarkCiliaVincenti/AsyncKeyedLock/releases/tag/6.4.0) [Compare Source](https://togithub.com/MarkCiliaVincenti/AsyncKeyedLock/compare/6.3.4...6.4.0) New methods for conditional locking which can be used in recursive methods as a workaround for reentrancy. If the condition is false, it enters without locking. ### [`v6.3.4`](https://togithub.com/MarkCiliaVincenti/AsyncKeyedLock/releases/tag/6.3.4) [Compare Source](https://togithub.com/MarkCiliaVincenti/AsyncKeyedLock/compare/6.3.3...6.3.4) Big (~25%) performance improvement when using pooled locking. ### [`v6.3.3`](https://togithub.com/MarkCiliaVincenti/AsyncKeyedLock/releases/tag/6.3.3) [Compare Source](https://togithub.com/MarkCiliaVincenti/AsyncKeyedLock/compare/6.3.2...6.3.3) Performance improvement on AsyncNonKeyedLocker. ### [`v6.3.2`](https://togithub.com/MarkCiliaVincenti/AsyncKeyedLock/releases/tag/6.3.2) Performance improvement on AsyncNonKeyedLocker. ### [`v6.3.0`](https://togithub.com/MarkCiliaVincenti/AsyncKeyedLock/releases/tag/6.3.0) [Compare Source](https://togithub.com/MarkCiliaVincenti/AsyncKeyedLock/compare/6.2.6...6.3.0) Added a simple, non-keyed async lock through AsyncNonKeyedLocker. ### [`v6.2.6`](https://togithub.com/MarkCiliaVincenti/AsyncKeyedLock/releases/tag/6.2.6) [Compare Source](https://togithub.com/MarkCiliaVincenti/AsyncKeyedLock/compare/6.2.5...6.2.6) Cleaning pooling and aggressively inlining locking methods. ### [`v6.2.5`](https://togithub.com/MarkCiliaVincenti/AsyncKeyedLock/releases/tag/6.2.5) [Compare Source](https://togithub.com/MarkCiliaVincenti/AsyncKeyedLock/compare/6.2.4...6.2.5) Minor optimizations. ### [`v6.2.4`](https://togithub.com/MarkCiliaVincenti/AsyncKeyedLock/releases/tag/6.2.4) [Compare Source](https://togithub.com/MarkCiliaVincenti/AsyncKeyedLock/compare/6.2.3...6.2.4) Allowed optional ConfigureAwaitOptions on .NET 8.0 or greater. ### [`v6.2.3`](https://togithub.com/MarkCiliaVincenti/AsyncKeyedLock/releases/tag/6.2.3) [Compare Source](https://togithub.com/MarkCiliaVincenti/AsyncKeyedLock/compare/6.2.2...6.2.3) Allowed optional continueOnCapturedContext, defaulting to false. Contributed by [@​c0nd3v](https://togithub.com/c0nd3v). ### [`v6.2.2`](https://togithub.com/MarkCiliaVincenti/AsyncKeyedLock/releases/tag/6.2.2) [Compare Source](https://togithub.com/MarkCiliaVincenti/AsyncKeyedLock/compare/6.2.1...6.2.2) Fixed potential unnecessary slowdown.

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 was generated by Mend Renovate. View the repository job log.

sonarcloud[bot] commented 9 months ago

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

sonarcloud[bot] commented 3 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud

MarkCiliaVincenti commented 3 months ago

AsyncKeyedLock library is at 7.0.0 now @SondreJDigdir