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 1
1
# @mongodb-js/zstd
2
2
3
- [ ![ CI] ( https://github.com/mongodb-js/zstd/actions/workflows/CI .yml/badge.svg )] ( https://github.com/mongodb-js/zstd/actions/workflows/CI .yml )
3
+ [ ![ CI] ( https://github.com/mongodb-js/zstd/actions/workflows/test .yml/badge.svg )] ( https://github.com/mongodb-js/zstd/actions/workflows/test .yml )
4
4
5
5
Zstandard compression library for Node.js
6
6
@@ -56,12 +56,13 @@ To verify the native `.node` packages, follow the same steps as above using `mon
56
56
57
57
Only the following version combinations with the [ MongoDB Node.js Driver] ( https://github.com/mongodb/node-mongodb-native ) are considered stable.
58
58
59
- | | ` @mongodb-js/zstd@1.x ` |
60
- | ------------- | ---------------------- |
61
- | ` mongodb@6.x ` | ✓ ` ^1.1.0 ` |
62
- | ` mongodb@5.x ` | ✓ |
63
- | ` mongodb@4.x ` | ✓ |
64
- | ` mongodb@3.x ` | N/A |
59
+ | | ` @mongodb-js/zstd@1.x ` | ` @mongodb-js/zstd@2.x ` |
60
+ | ---------------- | ---------------------- | ---------------------- |
61
+ | ` mongodb@>=6.11 ` | ✓ ` ^1.1.0 ` | ` ^2.0.0 ` |
62
+ | ` mongodb@<6.11 ` | ✓ ` ^1.1.0 ` | N/A |
63
+ | ` mongodb@5.x ` | ✓ | N/A |
64
+ | ` mongodb@4.x ` | ✓ | N/A |
65
+ | ` mongodb@3.x ` | N/A | N/A |
65
66
66
67
## API
67
68
You can’t perform that action at this time.
0 commit comments