Skip to content

Commit a22c5ae

Browse files
docs(NODE-7272): update compat tables for v7 (#290)
Co-authored-by: bailey <bailey.pearson@mongodb.com> Release-As: 7.0.0
1 parent a1fff24 commit a22c5ae

File tree

2 files changed

+14
-12
lines changed

2 files changed

+14
-12
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,13 @@ modify an existing installation) and select *Common Tools for Visual C++* during
3939
Only the following version combinations with the [MongoDB Node.js
4040
Driver](https://github.com/mongodb/node-mongodb-native) are considered stable.
4141

42-
| | `kerberos@1.x` | `kerberos@2.x` |
43-
| ------------- | -------------- | -------------- |
44-
| `mongodb@6.x` | N/A ||
45-
| `mongodb@5.x` |||
46-
| `mongodb@4.x` |||
47-
| `mongodb@3.x` || N/A |
42+
| | `kerberos@1.x` | `kerberos@2.x` | `kerberos@7.x` |
43+
| ------------- | -------------- | -------------- | -------------- |
44+
| `mongodb@7.x` | N/A | N/A ||
45+
| `mongodb@6.x` | N/A || N/A |
46+
| `mongodb@5.x` ||| N/A |
47+
| `mongodb@4.x` ||| N/A |
48+
| `mongodb@3.x` || N/A | N/A |
4849

4950
### Installation
5051

etc/README.hbs

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,13 @@ modify an existing installation) and select *Common Tools for Visual C++* during
3939
Only the following version combinations with the [MongoDB Node.js
4040
Driver](https://github.com/mongodb/node-mongodb-native) are considered stable.
4141

42-
| | `kerberos@1.x` | `kerberos@2.x` |
43-
| ------------- | -------------- | -------------- |
44-
| `mongodb@6.x` | N/A | ✓ |
45-
| `mongodb@5.x` | ✓ | ✓ |
46-
| `mongodb@4.x` | ✓ | ✓ |
47-
| `mongodb@3.x` | ✓ | N/A |
42+
| | `kerberos@1.x` | `kerberos@2.x` | `kerberos@7.x` |
43+
| ------------- | -------------- | -------------- | -------------- |
44+
| `mongodb@7.x` | N/A | N/A | ✓ |
45+
| `mongodb@6.x` | N/A | ✓ | N/A |
46+
| `mongodb@5.x` | ✓ | ✓ | N/A |
47+
| `mongodb@4.x` | ✓ | ✓ | N/A |
48+
| `mongodb@3.x` | ✓ | N/A | N/A |
4849

4950
### Installation
5051

0 commit comments

Comments
 (0)