Skip to content

Commit 1281e9d

Browse files
authored
docs(NODE-5528): add driver version compat table (#17)
1 parent 6c360ba commit 1281e9d

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Zstandard compression library for Node.js
1010
npm install @mongodb-js/zstd
1111
```
1212

13-
## Support matrix
13+
## OS Support matrix
1414

1515
| | node12 | node14 | node16 | node18 | node20 |
1616
| ---------------- | ------ | ------ | ------ | ------ | ------ |
@@ -23,6 +23,17 @@ npm install @mongodb-js/zstd
2323
| Linux x64 musl ||||||
2424
| Linux arm64 musl ||||||
2525

26+
## MongoDB Node.js Driver Version Compatibility
27+
28+
Only the following version combinations with the [MongoDB Node.js Driver](https://github.com/mongodb/node-mongodb-native) are considered stable.
29+
30+
| | `@mongodb-js/[email protected]` |
31+
| ------------- | ---------------------- |
32+
| `[email protected]` |`^1.1.0` |
33+
| `[email protected]` ||
34+
| `[email protected]` ||
35+
| `[email protected]` | N/A |
36+
2637
## API
2738

2839
```ts

0 commit comments

Comments
 (0)