File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Zstandard compression library for Node.js
1010npm 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/zstd@1.x ` |
31+ | ------------- | ---------------------- |
32+ | ` mongodb@6.x ` | ✓ ` ^1.1.0 ` |
33+ | ` mongodb@5.x ` | ✓ |
34+ | ` mongodb@4.x ` | ✓ |
35+ | ` mongodb@3.x ` | N/A |
36+
2637## API
2738
2839``` ts
You can’t perform that action at this time.
0 commit comments