diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index aec9f71..d50fc8b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -21,18 +21,6 @@ jobs: - run: npm clean-install - run: npm run check:test - test-latest-driver: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - name: Use Node.js LTS - uses: actions/setup-node@v4 - with: - node-version: lts/* - - run: npm clean-install - - run: npm install --no-save mongodb/node-mongodb-native#main - - run: npm run check:test - coverage: runs-on: ubuntu-latest steps: diff --git a/readme.md b/readme.md index b03859c..14a9dea 100644 --- a/readme.md +++ b/readme.md @@ -1,8 +1,8 @@ -# MongoDB Node.js Driver with Optional Callback Support Legacy Package +# MongoDB Node.js Driver with Optional Callback Support Legacy Package (DEPRECATED) **Attention :memo:** -This is a wrapper of the `mongodb` driver, if you are starting a new project you likely just want to use the driver directly: +This is a wrapper of the `mongodb` driver, compatible with versions 4.x-6.x ONLY. There will be no 7.x+ compatible version. If you are starting a new project please use the driver directly: - [Driver Source](https://github.com/mongodb/node-mongodb-native/) - [Driver NPM Package](https://www.npmjs.com/package/mongodb) @@ -102,6 +102,7 @@ The following version combinations with the [MongoDB Node.js Driver](https://git | | `mongodb-legacy@4.x` | `mongodb-legacy@5.x` | `mongodb-legacy@6.x` | | ------------- | -------------------- | -------------------- | -------------------- | +| `mongodb@7.x` | N/A | N/A | N/A | | `mongodb@6.x` | N/A | N/A | ✓ | | `mongodb@5.x` | N/A | ✓ | N/A | | `mongodb@4.x` | ✓ | N/A | N/A |