You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/pull_request_template.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ Otherwise, feel free to remove this section.
15
15
#### What is the motivation for this change?
16
16
17
17
<!--
18
-
Remove this section if there is an associated Jira ticket explaining the motiviation for this change. If there is not, please fill this section out with
18
+
Remove this section if there is an associated Jira ticket explaining the motivation for this change. If there is not, please fill this section out with
19
19
information explaining why this change is valuable.
Copy file name to clipboardExpand all lines: README.md
+15-16Lines changed: 15 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
The official [MongoDB](https://www.mongodb.com/) driver for Node.js.
4
4
5
-
**Upgrading to version 6? Take a look at our [upgrade guide here](https://github.com/mongodb/node-mongodb-native/blob/HEAD/etc/notes/CHANGES_6.0.0.md)!**
5
+
**Upgrading to version 7? Take a look at our [upgrade guide here](https://github.com/mongodb/node-mongodb-native/blob/HEAD/etc/notes/CHANGES_7.0.0.md)!**
6
6
7
7
## Quick Links
8
8
@@ -16,12 +16,10 @@ The official [MongoDB](https://www.mongodb.com/) driver for Node.js.
16
16
| MongoDB Developer Center |[www.mongodb.com/developer](https://www.mongodb.com/developer/languages/javascript/)|
Releases are created automatically and signed using the [Node team's GPG key](https://pgp.mongodb.com/node-driver.asc). This applies to the git tag as well as all release packages provided as part of a GitHub release. To verify the provided packages, download the key and import it using gpg:
@@ -34,19 +32,21 @@ The GitHub release contains a detached signature file for the NPM package (named
34
32
`mongodb-X.Y.Z.tgz.sig`).
35
33
36
34
The following command returns the link npm package.
35
+
37
36
```shell
38
37
npm view mongodb@vX.Y.Z dist.tarball
39
38
```
40
39
41
40
Using the result of the above command, a `curl` command can return the official npm package for the release.
42
41
43
42
To verify the integrity of the downloaded package, run the following command:
No verification is done when using npm to install the package. The contents of the Github tarball and npm's tarball are identical.
48
+
>[!Note]
49
+
> No verification is done when using npm to install the package. The contents of the Github tarball and npm's tarball are identical.
50
50
51
51
The MongoDB Node.js driver follows [semantic versioning](https://semver.org/) for its releases.
52
52
@@ -83,15 +83,14 @@ For exhaustive server and runtime version compatibility matrices, please refer t
83
83
84
84
The following table describes add-on component version compatibility for the Node.js driver. Only packages with versions in these supported ranges are stable when used in combination.
@@ -100,7 +99,7 @@ This is the lowest typescript version guaranteed to work with our driver: older
100
99
Since typescript [does not restrict breaking changes to major versions](https://github.com/Microsoft/TypeScript/wiki/Breaking-Changes), we consider this support best effort.
101
100
If you run into any unexpected compiler failures against our supported TypeScript versions, please let us know by filing an issue on our [JIRA](https://jira.mongodb.org/browse/NODE).
102
101
103
-
Additionally, our Typescript types are compatible with the ECMAScript standard for our minimum supported Node version. Currently, our Typescript targets es2023.
102
+
Additionally, our Typescript types are compatible with the ECMAScript standard for our minimum supported Node version. Currently, our Typescript targets es2023.
0 commit comments