Skip to content

Commit 5b179c9

Browse files
docs(NODE-7275): mark package as deprecated as of V7 (#78)
Co-authored-by: bailey <[email protected]>
1 parent 64ae6dd commit 5b179c9

File tree

2 files changed

+3
-14
lines changed

2 files changed

+3
-14
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,6 @@ jobs:
2121
- run: npm clean-install
2222
- run: npm run check:test
2323

24-
test-latest-driver:
25-
runs-on: ubuntu-latest
26-
steps:
27-
- uses: actions/checkout@v4
28-
- name: Use Node.js LTS
29-
uses: actions/setup-node@v4
30-
with:
31-
node-version: lts/*
32-
- run: npm clean-install
33-
- run: npm install --no-save mongodb/node-mongodb-native#main
34-
- run: npm run check:test
35-
3624
coverage:
3725
runs-on: ubuntu-latest
3826
steps:

readme.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# MongoDB Node.js Driver with Optional Callback Support Legacy Package
1+
# MongoDB Node.js Driver with Optional Callback Support Legacy Package (DEPRECATED)
22

33
**Attention :memo:**
44

5-
This is a wrapper of the `mongodb` driver, if you are starting a new project you likely just want to use the driver directly:
5+
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:
66

77
- [Driver Source](https://github.com/mongodb/node-mongodb-native/)
88
- [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
102102

103103
104104
| ------------- | -------------------- | -------------------- | -------------------- |
105+
| `[email protected]` | N/A | N/A | N/A |
105106
| `[email protected]` | N/A | N/A ||
106107
| `[email protected]` | N/A || N/A |
107108
| `[email protected]` || N/A | N/A |

0 commit comments

Comments
 (0)