-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
Use Case
BSON_MAJOR_VERSION should be set to 6 before releasing the major version.
User Impact
- BSON v6 serializer and stringifier will not work with types from v5
Dependencies
- None
Unknowns
- None
Acceptance Criteria
Implementation Requirements
- set BSON_MAJOR_VERSION to 6
- Double check version error message mentions 6 not 5
Testing Requirements
- Update tests that assert for the version to be 5
Documentation Requirements
- Release notes
Follow Up Requirements
- Driver will need to update to BSON v6 before driver releases v6
- related to
-
NODE-4892 Add versioning to bson type classes and assert version in serialize and stringify
- Closed