Skip to content

Commit 10e3145

Browse files
DOCSP-28245 Update to version v5.1 (#584)
1 parent 7c5235f commit 10e3145

File tree

4 files changed

+31
-2
lines changed

4 files changed

+31
-2
lines changed

config/redirects

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
define: prefix docs/drivers/node
22
define: base https://www.mongodb.com/${prefix}
3-
define: versions v3.6 v3.7 v4.0 v4.1 v4.2 v4.3 v4.4 v4.5 v4.6 v4.7 v4.8 v4.9 v4.10 v4.11 v4.12 v4.13 v5.0 master
3+
define: versions v3.6 v3.7 v4.0 v4.1 v4.2 v4.3 v4.4 v4.5 v4.6 v4.7 v4.8 v4.9 v4.10 v4.11 v4.12 v4.13 v5.0 v5.1 master
44

55
symlink: current -> master
66

snooty.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ toc_landing_pages = [
1616
sharedinclude_root = "https://raw.githubusercontent.com/10gen/docs-shared/main/"
1717

1818
[constants]
19-
version = "5.0"
19+
version = "5.1"
2020
package-name-org = "mongodb-org"
2121
api = "https://mongodb.github.io/node-mongodb-native/{+version+}"
2222
mongosh = "``mongosh``"

source/includes/mongodb-compatibility-table-node.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,19 @@
1616
- MongoDB 3.0
1717
- MongoDB 2.6
1818

19+
* - 5.1
20+
- ✓
21+
- ✓
22+
- ✓
23+
- ✓
24+
- ✓
25+
- ✓
26+
- ✓
27+
-
28+
-
29+
-
30+
-
31+
1932
* - 5.0
2033
- ✓
2134
- ✓

source/whats-new.txt

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ What's New
1010

1111
Learn what's new in:
1212

13+
* :ref:`Version 5.1 <version-5.1>`
1314
* :ref:`Version 5.0 <version-5.0>`
1415
* :ref:`Version 4.14 <version-4.14>`
1516
* :ref:`Version 4.13 <version-4.13>`
@@ -29,6 +30,21 @@ Learn what's new in:
2930
* :ref:`Version 3.7 <version-3.7>`
3031
* :ref:`Version 3.6 <version-3.6>`
3132

33+
.. _version-5.1:
34+
35+
What's New in 5.1
36+
-----------------
37+
38+
New features of the 5.1 {+driver-short+} release include:
39+
40+
- The driver now supports automatic serialization of JavaScript ``bigint`` to
41+
``BSON.Long``. It also supports the deserialization of ``BSON.Long`` values returned
42+
from the server to ``bigint`` values when the ``useBigInt64`` flag is passed
43+
as true.
44+
45+
To learn more, see the `v5.1.0 Release Highlights
46+
<https://github.com/mongodb/node-mongodb-native/releases/tag/v5.1.0>`__.
47+
3248
.. _version-5.0:
3349

3450
What's New in 5.0

0 commit comments

Comments
 (0)