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 Foundatio.Xunit from 10.7.0 to 10.7.1 #101

Merged
merged 1 commit into from
Apr 4, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 1, 2024

Bumps Foundatio.Xunit from 10.7.0 to 10.7.1.

Release notes

Sourced from Foundatio.Xunit's releases.

v10.7.1

This release fixes many caching issues that we were seeing with the InMemoryCache client and issues when acquiring multiple distributed locks at once. It also resolves all flakey tests we've seen over the past several releases. We also focused on some storage and logging fixes :).

What's Changed

Bug Fixes

  • Changed how multiple locks are acquired. They are now acquired sequentially and locks are renewed periodically. This greatly reduces lock contention.
  • Fixed a race condition in ScheduleTimer where it could be called before the scheduled time and would fail to reschedule work.
  • Fix cache lock provider allowing multiple locks to be acquired. by @​niemyjski in FoundatioFx/Foundatio#299
  • Update Storage Tests and Implementations to ensure virtual folders are not returned from get files list. FoundatioFx/Foundatio@c58d059

Breaking Changes

  • TestLoggerFactory was renamed to TestLogger.

Full Changelog: FoundatioFx/Foundatio@v10.7.0...v10.7.1

Commits
  • c4a1910 Improved log messages and added renew time checks
  • ee69b38 Removed todo after code review.
  • 372a7f9 Fixed issue with lock contention when acquiring multiple locks.
  • 0c2e44c Seal CacheEntry as it's not exposed
  • 15e4a05 Fixed suggestions to use callback params instead of capturing extra state.
  • 0feabdd Renamed parameter to match interface name.
  • 1638e93 Fixed a possible NRE if there are no resolved items to remove (Think RemoveAl...
  • cd84378 Refactored log messages to easier grep on lock resources
  • 75360df Added missing AnyContexts on await calls
  • 560be7b Cleaned up test
  • Additional commits viewable in compare view

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 [Foundatio.Xunit](https://github.com/FoundatioFx/Foundatio) from 10.7.0 to 10.7.1.
- [Release notes](https://github.com/FoundatioFx/Foundatio/releases)
- [Commits](FoundatioFx/Foundatio@v10.7.0...v10.7.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 1, 2024
@niemyjski niemyjski merged commit 294dafa into main Apr 4, 2024
2 of 3 checks passed
@niemyjski niemyjski deleted the dependabot/nuget/Foundatio.Xunit-10.7.1 branch April 4, 2024 01:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Development

Successfully merging this pull request may close these issues.

1 participant