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

Bump DotNext from 5.16.0 to 5.16.1 #475

Merged
merged 1 commit into from
Dec 9, 2024
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 9, 2024

Bumps DotNext from 5.16.0 to 5.16.1.

Changelog

Sourced from DotNext's changelog.

Release Notes

12-07-2024

DotNext 5.16.1

  • Added LEB128 encoder and decoder as a public API. See DotNext.Buffers.Binary.Leb128<T> type for more information
  • Added SlideToEnd method to SpanWriter<T> type
  • Added IsBitSet and SetBit generic methods to Number type
  • Added DetachOrCopyBuffer to BufferWriterSlim<T> type

DotNext.Metaprogramming 5.16.1

  • Updated dependencies

DotNext.Unsafe 5.16.1

  • Updated dependencies

DotNext.Threading 5.16.1

  • Async locks with synchronous acquisition methods now throw LockRecursionException if the current thread tries to acquire the lock synchronously and recursively.
  • Added support of cancellation token to synchronous acquisition methods of AsyncExclusiveLock and AsyncReaderWriterLock classes
  • Introduced LinkTo method overload that supports multiple cancellation tokens

DotNext.IO 5.16.1

  • Introduced RandomAccessStream class that represents Stream wrapper over the underlying data storage that supports random access pattern
  • Added extension method for SpanWriter<byte> that provides length-prefixed string encoding

DotNext.Net.Cluster 5.16.1

  • Updated dependencies

DotNext.AspNetCore.Cluster 5.16.1

  • Updated dependencies

10-16-2024

DotNext.Threading 5.15.0

  • Added support of synchronous lock acquisition to AsyncExclusiveLock, AsyncReaderWriterLock, AsyncManualResetEvent, AsyncAutoResetEvent so the users can easily migrate step-by-step from monitors and other synchronization primitives to async-friendly primitives
  • Fixed random InvalidOperationException caused by RandomAccessCache<TKey, TValue>
  • Added synchronous methods to RandomAccessCache<TKey, TValue> to support 251 feature request

10-13-2024

DotNext 5.14.0

  • Added helpers to DelegateHelpers class to convert delegates with synchronous signature to their asynchronous counterparts
  • Added support of async enumerator to SingletonList<T>
  • Fixed exception propagation in DynamicTaskAwaitable
  • Added support of ConfigureAwaitOptions to DynamicTaskAwaitable

DotNext.Metaprogramming 5.14.0

  • Updated dependencies

DotNext.Unsafe 5.14.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)

@dependabot dependabot bot requested a review from a team as a code owner December 9, 2024 11:59
Bumps [DotNext](https://github.com/dotnet/dotNext) from 5.16.0 to 5.16.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] <support@github.com>
@alexrp alexrp force-pushed the dependabot/nuget/DotNext-5.16.1 branch from 5b38f48 to 68b4f23 Compare December 9, 2024 23:46
@alexrp alexrp enabled auto-merge (rebase) December 9, 2024 23:47
@alexrp alexrp merged commit f01ac2f into master Dec 9, 2024
16 checks passed
@dependabot dependabot bot deleted the dependabot/nuget/DotNext-5.16.1 branch December 9, 2024 23:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant