-
-
Notifications
You must be signed in to change notification settings - Fork 94
chore(deps): update dependency testcontainers.redis to 4.8.0 #3451
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
Conversation
|
Claude finished @thomhurst's task —— View job PR Review: Testcontainers.Redis 4.8.0 UpdateReview Checklist:
🔍 Review SummaryThis is a straightforward dependency update with minimal risk to the TUnit codebase. The update appears safe to merge. 📋 Detailed AnalysisCode Quality & Best Practices ✅
Potential Issues & Compatibility ✅Low Risk: The TUnit codebase has minimal exposure to breaking changes:
Performance Considerations ✅
Security Assessment ✅
Test Coverage ✅
🚀 RecommendationAPPROVE - This update is safe to merge:
🔧 Post-Merge Actions
|
7e5a618 to
01495a3
Compare
|
Claude finished @thomhurst's task —— View job PR Review: Testcontainers.Redis 4.8.0 UpdateReview Checklist:
🔍 Review SummaryThis is a straightforward dependency update with minimal risk to the TUnit codebase. The update appears safe to merge. 📋 Detailed AnalysisCode Quality & Best Practices ✅
Potential Issues & Compatibility ✅Low Risk: The TUnit codebase has minimal exposure to breaking changes:
Performance Considerations ✅
Security Assessment ✅
Test Coverage ✅
🚀 RecommendationAPPROVE - This update is safe to merge:
🔧 Post-Merge Actions
|
This PR contains the following updates:
4.7.0->4.8.0Release Notes
testcontainers/testcontainers-dotnet (Testcontainers.Redis)
v4.8.0Compare Source
What's Changed
Thank you to all the contributors 🙌.
In version
4.7.0, we noticed that the reuse hash could change depending on the order of dictionary values. This has been fixed to ensure that dictionary values are processed in a consistent order when generating the reuse hash. As a result, the reuse hash will likely change again with4.8.0.Wait strategies now default to the
Runningmode. This mode expects the container to remain running throughout startup. If the container exits unexpectedly, Testcontainers will throw aContainerNotRunningExceptionthat includes the exit code and container logs.The container startup callback now includes an additional overload that provides the actual container configuration. If you implement
IContainerBuilder<TBuilderEntity, TContainerEntity>, you need to add the container configuration (e.g.,IContainerConfiguration) as a third generic type constraint toIContainerBuilder.IContainerBuilder.WithResourceMappingandIContainer.CopyAsyncnow include two new optional arguments:uidandgid. If you do not need to specify those, use named arguments for the existing parameters:fileModeorct.🚀 Features
WithTarget(string)to image builder (#1534) @HofmeisterAn🐛 Bug Fixes
db.runCommand({hello:1})do detect readiness (#1548) @HofmeisterAn📖 Documentation
IContainerBuilder.WithAutoRemovecode comment (#1546) @hojmark🧹 Housekeeping
UntilPortIsAvailable(int)(#1528) @HofmeisterAnConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.