-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: GridFS
Use Case
As a developer
I want to deprecate unused GridFS fields
So that they can be removed in a future release.
User Impact
Users have no visibility into what fields are no longer used.
Dependencies
None
Unknowns
None
Acceptance Criteria
Implementation Requirements
Deprecate the following fields in GridFS:
- GridFSFile.contentType
- GridFSFile.aliases
Testing Requirements
- There are no existing tests that use these 2 fields, so no test updates necessary.
Documentation Requirements
None. The Node.js docs in the MongoDB manual do not mention these 2 fields.
Follow Up Requirements
None