Use Case
Remove all deprecations planned for deletion in the v6 release.
User Impact
- Migration to db.command for removed helpers.
Dependencies
Unknowns
Acceptance Criteria
Implementation Requirements
List of items to remove:
- addUser admin helper
- AddUserOperation class
- AddUserOptions interface
- RoleSpecification interface
- Collection#stats helper
- CollStatsOptions interface
- WiredTigerData interface
- CollStats interface
Testing Requirements
- remove addUser usages in tests
Documentation Requirements
- Release notes
- migration for addUser (link to createUser / runCommand)
Follow Up Requirements
- mongodb-legacy subtask, sync up removals
|