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

chore(deps): update dependency foundatio.xunit to v10.7.1 #451

Merged
merged 1 commit into from Mar 27, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 27, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
Foundatio.Xunit 10.7.0 -> 10.7.1 age adoption passing confidence

Release Notes

FoundatioFx/Foundatio (Foundatio.Xunit)

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 https://github.com/FoundatioFx/Foundatio/pull/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


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.


  • 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 added the dependencies Pull requests that update a dependency file label Mar 27, 2024
Copy link

codecov bot commented Mar 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 71.87%. Comparing base (e95330b) to head (b9be29f).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #451   +/-   ##
=======================================
  Coverage   71.87%   71.87%           
=======================================
  Files         114      114           
  Lines        2976     2976           
  Branches      168      168           
=======================================
  Hits         2139     2139           
  Misses        781      781           
  Partials       56       56           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@dpvreony dpvreony merged commit cd074f3 into main Mar 27, 2024
8 checks passed
@dpvreony dpvreony deleted the renovate/all-foundatio branch March 27, 2024 23:11
Copy link

sonarcloud bot commented Mar 27, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant