Skip to content
This repository was archived by the owner on Mar 21, 2025. It is now read-only.

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 7, 2025

Bumps DotNext from 5.19.0 to 5.19.1.

Changelog

Sourced from DotNext's changelog.

Release Notes

03-06-2025

DotNext 5.19.1

  • Smallish performance improvements of SparseBufferWriter<T>

DotNext.Metaprogramming 5.19.1

  • Updated dependencies

DotNext.Unsafe 5.19.1

  • Updated dependencies

DotNext.Threading 5.19.1

  • Fixed weight counting in RandomAccessCache<TKey, TValue, TWeight> class

DotNext.IO 5.19.1

  • Updated dependencies

DotNext.Net.Cluster 5.19.1

  • Updated dependencies

DotNext.AspNetCore.Cluster 5.19.1

  • Updated dependencies

03-03-2025

DotNext 5.19.0

  • Added ConsoleLifetimeTokenSource that exposes the cancellation token bounded to the console application lifetime
  • Added more pipelined methods to work with Optional<T> and Result<T> in async code

DotNext.Metaprogramming 5.19.0

  • Updated dependencies

DotNext.Unsafe 5.19.0

  • Updated dependencies

DotNext.Threading 5.19.0

  • Added weight-based cache on top of existing RandomAccessCache<TKey, TValue> class
  • Fixed potential race conditions within RandomAccessCache<TKey, TValue> class
  • RandomAccessCache<TKey, TValue, TWeight> can grow dynamically depending on the number of hash collisions

DotNext.IO 5.19.0

  • Updated dependencies

DotNext.Net.Cluster 5.19.0

  • Reused FNV1a hash implementation
  • Improved WAL performance if WriteMode.NoFlush is chosen

DotNext.AspNetCore.Cluster 5.19.0

  • Updated dependencies

... (truncated)

Commits

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [DotNext](https://github.com/dotnet/dotNext) from 5.19.0 to 5.19.1.
- [Changelog](https://github.com/dotnet/dotNext/blob/master/CHANGELOG.md)
- [Commits](https://github.com/dotnet/dotNext/commits)

---
updated-dependencies:
- dependency-name: DotNext
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team March 7, 2025 11:46
@alexrp alexrp merged commit 54c2c55 into master Mar 7, 2025
20 checks passed
@dependabot dependabot bot deleted the dependabot/nuget/DotNext-5.19.1 branch March 7, 2025 12:01
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant