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 1
1
define: prefix docs/drivers/node
2
2
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
4
4
5
5
symlink: current -> master
6
6
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ toc_landing_pages = [
16
16
sharedinclude_root = " https://raw.githubusercontent.com/10gen/docs-shared/main/"
17
17
18
18
[constants ]
19
- version = " 5.0 "
19
+ version = " 5.1 "
20
20
package-name-org = " mongodb-org"
21
21
api = " https://mongodb.github.io/node-mongodb-native/{+version+}"
22
22
mongosh = " ``mongosh``"
Original file line number Diff line number Diff line change 16
16
- MongoDB 3.0
17
17
- MongoDB 2.6
18
18
19
+ * - 5.1
20
+ - ✓
21
+ - ✓
22
+ - ✓
23
+ - ✓
24
+ - ✓
25
+ - ✓
26
+ - ✓
27
+ -
28
+ -
29
+ -
30
+ -
31
+
19
32
* - 5.0
20
33
- ✓
21
34
- ✓
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ What's New
10
10
11
11
Learn what's new in:
12
12
13
+ * :ref:`Version 5.1 <version-5.1>`
13
14
* :ref:`Version 5.0 <version-5.0>`
14
15
* :ref:`Version 4.14 <version-4.14>`
15
16
* :ref:`Version 4.13 <version-4.13>`
@@ -29,6 +30,21 @@ Learn what's new in:
29
30
* :ref:`Version 3.7 <version-3.7>`
30
31
* :ref:`Version 3.6 <version-3.6>`
31
32
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
+
32
48
.. _version-5.0:
33
49
34
50
What's New in 5.0
You can’t perform that action at this time.
0 commit comments