-
Type:
Task
-
Resolution: Unresolved
-
Priority:
Unknown
-
None
-
Affects Version/s: None
-
Component/s: None
Use Case
As a user of the driver and its add-on packages,
I want the compatibility tables to state which package versions work with the new driver major,
So that I can tell which combinations are supported without reading release notes.
Risks/Unknowns
- The tables grow by one row or column with every major. The driver component matrix is already six columns wide. Decide whether to prune the oldest entries as part of this work, or keep appending. If pruning, the removed information needs somewhere to live.
Acceptance Criteria
Documentation Requirements
- Add a mongodb@8.x column to the driver Component Support Matrix in node-mongodb-native/README.md, with the supported range for each of bson, kerberos, mongodb-client-encryption, @mongodb-js/zstd, and N/A for bson-ext and mongodb-legacy
- Add a mongodb@8.x row and a bson@8.x column to the compat table in js-bson/README.md
- Add a mongodb@8.x row and a kerberos@8.x column to the compat table in kerberos/README.md
- Add a mongodb@8.x row and a zstd@8.x column to the compat table in zstd/README.md
- Add a mongodb@8.x row and a mongodb-client-encryption@8.x column to the compat table in mongodb-client-encryption/README.md
- mongodb-connection-string-url has no compat table, no change needed there
- Update the Typescript version and ECMAScript target statements in the driver README if either changes for V8
Testing Requirements
- n/a
Follow Up Requirements
- Values cannot be finalized until the package majors are released