[PM-35791] Remove legacy Send access endpoints - #1300
Conversation
🤖 Bitwarden Claude Code ReviewOverall Assessment: REQUEST CHANGES Reviewed the removal of the legacy V1 Send access endpoints ( Code Review Details
|
🔍 SDK Breaking Change DetectionSDK Version:
Breaking change detection uses the build of the SDK from this branch, including any incompatibities pre-existing on or merged into this branch. Check the workflow logs to confirm. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1300 +/- ##
==========================================
+ Coverage 85.79% 85.81% +0.01%
==========================================
Files 487 490 +3
Lines 69999 70481 +482
==========================================
+ Hits 60059 60482 +423
- Misses 9940 9999 +59 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
@claude Please re-review |
|
Claude finished @mcamirault's task in 1m 25s —— View job Re-review — PR #1300Overall Assessment: ✅ APPROVE (with two minor, non-blocking suggestions)
Previous finding: resolved ✅
Verification performed
💭 SUGGESTED — coverage regression on
|
🎟️ Tracking
https://bitwarden.atlassian.net/browse/PM-35791
📔 Objective
This PR removes two now-unused endpoints that were used for Send access and all associated tests. It also adds one test using
SendTextModelsince the V1 tests were the only ones that used it. This PR should be merged before this server PR goes but shouldn't have to wait for this clients PR since that's pinned to a specific SDK version.🚨 Breaking Changes
We're removing two functions that are called in
clients, but those callers are themselves uncalled and being removed in this PR