File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -42,13 +42,14 @@ To verify the native `.node` packages, follow the same steps as above using `mon
4242
4343Only the following version combinations with the [ MongoDB Node.js Driver] ( https://github.com/mongodb/node-mongodb-native ) are considered stable.
4444
45- | | ` @mongodb-js/zstd@1.x ` | ` @mongodb-js/zstd@2.x ` |
46- | ---------------- | ---------------------- | ---------------------- |
47- | ` mongodb@>=6.12 ` | ✓ ` ^1.1.0 ` | ` ^2.0.0 ` |
48- | ` mongodb@<6.12 ` | ✓ ` ^1.1.0 ` | N/A |
49- | ` mongodb@5.x ` | ✓ | N/A |
50- | ` mongodb@4.x ` | ✓ | N/A |
51- | ` mongodb@3.x ` | N/A | N/A |
45+ | | ` @mongodb-js/zstd@1.x ` | ` @mongodb-js/zstd@2.x ` | ` @mongodb-js/zstd@7.x ` |
46+ | ---------------- | ---------------------- | ---------------------- | ---------------------- |
47+ | ` mongodb@7.x ` | N/A | N/A | ✓ |
48+ | ` mongodb@>=6.12 ` | ` ^1.1.0 ` | ✓ | N/A |
49+ | ` mongodb@<6.12 ` | ` ^1.1.0 ` | N/A | N/A |
50+ | ` mongodb@5.x ` | ✓ | N/A | N/A |
51+ | ` mongodb@4.x ` | ✓ | N/A | N/A |
52+ | ` mongodb@3.x ` | N/A | N/A | N/A |
5253
5354> [ !Note]
5455> ` @mongodb-js/zstd@1.x ` is deprecated - please use ` @mongodb-js/zstd@2.x ` instead.
You can’t perform that action at this time.
0 commit comments