From ea79d779733b5c97b9a5faf0a59daa18725f14b4 Mon Sep 17 00:00:00 2001 From: Daria Pardue Date: Tue, 4 Nov 2025 11:30:53 -0500 Subject: [PATCH 1/2] docs: update compat tables for v7 --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 740f776..52c3f37 100644 --- a/README.md +++ b/README.md @@ -39,12 +39,13 @@ modify an existing installation) and select *Common Tools for Visual C++* during Only the following version combinations with the [MongoDB Node.js Driver](https://github.com/mongodb/node-mongodb-native) are considered stable. -| | `kerberos@1.x` | `kerberos@2.x` | -| ------------- | -------------- | -------------- | -| `mongodb@6.x` | N/A | ✓ | -| `mongodb@5.x` | ✓ | ✓ | -| `mongodb@4.x` | ✓ | ✓ | -| `mongodb@3.x` | ✓ | N/A | +| | `kerberos@1.x` | `kerberos@2.x` | `kerberos@7.x` | +| ------------- | -------------- | -------------- | -------------- | +| `mongodb@7.x` | N/A | N/A | ✓ | +| `mongodb@6.x` | N/A | ✓ | N/A | +| `mongodb@5.x` | ✓ | ✓ | N/A | +| `mongodb@4.x` | ✓ | ✓ | N/A | +| `mongodb@3.x` | ✓ | N/A | N/A | ### Installation From cce0f8d676e23d1bb84f72cad9e8be3edcb84aca Mon Sep 17 00:00:00 2001 From: bailey Date: Tue, 4 Nov 2025 17:07:26 -0500 Subject: [PATCH 2/2] compat tables --- etc/README.hbs | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/etc/README.hbs b/etc/README.hbs index 7e5ce8c..8b005d8 100644 --- a/etc/README.hbs +++ b/etc/README.hbs @@ -39,12 +39,13 @@ modify an existing installation) and select *Common Tools for Visual C++* during Only the following version combinations with the [MongoDB Node.js Driver](https://github.com/mongodb/node-mongodb-native) are considered stable. -| | `kerberos@1.x` | `kerberos@2.x` | -| ------------- | -------------- | -------------- | -| `mongodb@6.x` | N/A | ✓ | -| `mongodb@5.x` | ✓ | ✓ | -| `mongodb@4.x` | ✓ | ✓ | -| `mongodb@3.x` | ✓ | N/A | +| | `kerberos@1.x` | `kerberos@2.x` | `kerberos@7.x` | +| ------------- | -------------- | -------------- | -------------- | +| `mongodb@7.x` | N/A | N/A | ✓ | +| `mongodb@6.x` | N/A | ✓ | N/A | +| `mongodb@5.x` | ✓ | ✓ | N/A | +| `mongodb@4.x` | ✓ | ✓ | N/A | +| `mongodb@3.x` | ✓ | N/A | N/A | ### Installation