File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -8,12 +8,13 @@ The Node.js wrapper for [`libmongocrypt`](../../README.md)
88
99Only the following version combinations with the [ MongoDB Node.js Driver] ( https://github.com/mongodb/node-mongodb-native ) are considered stable.
1010
11- | | ` mongodb-client-encryption@1.x ` | ` mongodb-client-encryption@2.x ` | ` mongodb-client-encryption@6.x ` |
12- | ------------- | ------------------------------- | ------------------------------- | ------------------------------- |
13- | ` mongodb@6.x ` | N/A | N/A | ✓ |
14- | ` mongodb@5.x ` | N/A | ✓ | N/A |
15- | ` mongodb@4.x ` | ✓ | ✓ | N/A |
16- | ` mongodb@3.x ` | ✓ | N/A | N/A |
11+ | | ` mongodb-client-encryption@1.x ` | ` mongodb-client-encryption@2.x ` | ` mongodb-client-encryption@6.x ` | ` mongodb-client-encryption@7.x ` |
12+ | ------------- | ------------------------------- | ------------------------------- | ------------------------------- | ------------------------------- |
13+ | ` mongodb@7.x ` | N/A | N/A | N/A | ✓ |
14+ | ` mongodb@6.x ` | N/A | N/A | ✓ | N/A |
15+ | ` mongodb@5.x ` | N/A | ✓ | N/A | N/A |
16+ | ` mongodb@4.x ` | ✓ | ✓ | N/A | N/A |
17+ | ` mongodb@3.x ` | ✓ | N/A | N/A | N/A |
1718
1819### Installation
1920
You can’t perform that action at this time.
0 commit comments