-
Type: Sub-task
-
Resolution: Fixed
-
Priority: Unknown
-
Affects Version/s: None
-
Component/s: None
Use Case
As a BSON user
I want the error message from a BSONVersionError to clearly state only types from the same major are permitted
So that I understand what compatibility is required
User Impact
- Better error message helps with proper dependency installation
Dependencies
- Driver
Unknowns
- None
Acceptance Criteria
Implementation Requirements
- Change BSONVersionError to state the input must be from MAJOR.x.x
- instead of MAJOR.0.0 or later, which implies later majors are permitted
Testing Requirements
- May need to update error message validation in tests
Documentation Requirements
- None
Follow Up Requirements
- None