chore!: remove FileUpload_S3_SignatureVersion setting - #41809
Conversation
|
Looks like this PR is ready to merge! 🎉 |
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
Included review availability: Your plan includes up to 10 reviews per rolling hour; 9 remain after this review. 📜 Recent review details⏰ Context from checks skipped due to timeout. (7)
🧰 Additional context used📓 Path-based instructions (2)**/*.{ts,tsx,js}📄 CodeRabbit inference engine (.cursor/rules/playwright.mdc)
Files:
apps/meteor/**📄 CodeRabbit inference engine (CLAUDE.md)
Files:
🧠 Learnings (4)📚 Learning: 2026-02-26T19:25:44.063ZApplied to files:
📚 Learning: 2026-02-26T19:25:44.063ZApplied to files:
📚 Learning: 2026-05-06T12:21:44.083ZApplied to files:
📚 Learning: 2026-08-05T22:02:59.828ZApplied to files:
🔇 Additional comments (2)
WalkthroughMigration v337 is added to the startup migration sequence. Its ChangesS3 setting migration
Estimated code review effort: 1 (Trivial) | ~2 minutes Merge Risk: ⚪ Minimal · up to This PR only removes an unused stale database setting through a localized migration, with no actionable merge-blocking risk remaining after normal checks and review. Suggested labels: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
Warning Review ran into problems🔥 ProblemsErrors were encountered while retrieving linked issues. Errors (1)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## release-9.0.0 #41809 +/- ##
=================================================
- Coverage 69.16% 68.83% -0.34%
=================================================
Files 4186 4134 -52
Lines 165146 158163 -6983
Branches 29370 28067 -1303
=================================================
- Hits 114224 108864 -5360
+ Misses 45790 44149 -1641
- Partials 5132 5150 +18
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
Proposed changes (including videos or screenshots)
Adds migration v337 that deletes the leftover
FileUpload_S3_SignatureVersionsetting document from the database.The setting itself was already removed from the settings definitions, the S3 store config, and all translations in #39244; this migration only clears the stale document that existing installations still carry.
Issue(s)
https://rocketchat.atlassian.net/browse/CORE-1934
Steps to test or reproduce
db.rocketchat_settings.findOne({ _id: 'FileUpload_S3_SignatureVersion' })returns a document.rocketchat_migrationsreports version 337.Further comments
No changeset: the setting has been unused since #39244, so there is no user-visible behavior change.
Summary by CodeRabbit