File tree Expand file tree Collapse file tree 4 files changed +31
-2
lines changed Expand file tree Collapse file tree 4 files changed +31
-2
lines changed Original file line number Diff line number Diff line change 11define: prefix docs/drivers/node
22define: 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
55symlink: current -> master
66
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ toc_landing_pages = [
1616sharedinclude_root = " https://raw.githubusercontent.com/10gen/docs-shared/main/"
1717
1818[constants ]
19- version = " 5.0 "
19+ version = " 5.1 "
2020package-name-org = " mongodb-org"
2121api = " https://mongodb.github.io/node-mongodb-native/{+version+}"
2222mongosh = " ``mongosh``"
Original file line number Diff line number Diff line change 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 - ✓
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ What's New
1010
1111Learn 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
3450What's New in 5.0
You can’t perform that action at this time.
0 commit comments