Skip to content

Commit 0cf95d4

Browse files
authored
DOCSP-33819: Node v6.2 release (#812)
* DOCSP-33819: Node v6.2 release * CC suggestions * change image * change image
1 parent cc9c9ce commit 0cf95d4

File tree

6 files changed

+51
-2
lines changed

6 files changed

+51
-2
lines changed

.backportrc.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
// the branches available to backport to
66
"targetBranchChoices": [
77
"master",
8+
"v6.2",
89
"v6.1",
910
"v6.0",
1011
"v5.8",

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 v4.14 v4.15 v4.16 v4.17 v5.0 v5.1 v5.2 v5.3 v5.4 v5.5 v5.6 v5.7 v5.8 v6.0 v6.1 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 v4.14 v4.15 v4.16 v4.17 v5.0 v5.1 v5.2 v5.3 v5.4 v5.5 v5.6 v5.7 v5.8 v6.0 v6.1 v6.2 master
44

55
symlink: current -> master
66

snooty.toml

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

2020
[constants]
21-
version = "6.1"
21+
version = "6.2"
2222
api = "https://mongodb.github.io/node-mongodb-native/{+version+}"
2323
driver-long = "MongoDB Node.js driver"
2424
driver-short = "Node.js driver"
61.1 KB
Loading

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+
* - 6.2
20+
- ✓
21+
- ✓
22+
- ✓
23+
- ✓
24+
- ✓
25+
- ✓
26+
- ✓
27+
-
28+
-
29+
-
30+
-
31+
1932
* - 6.1
2033
- ✓
2134
- ✓

source/whats-new.txt

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ What's New
1212

1313
Learn what's new in:
1414

15+
* :ref:`Version 6.2 <version-6.2>`
1516
* :ref:`Version 6.1 <version-6.1>`
1617
* :ref:`Version 6.0 <version-6.0>`
1718
* :ref:`Version 5.8 <version-5.8>`
@@ -44,6 +45,40 @@ Learn what's new in:
4445
* :ref:`Version 3.7 <version-3.7>`
4546
* :ref:`Version 3.6 <version-3.6>`
4647

48+
.. _version-6.2:
49+
50+
What's New in 6.2
51+
-----------------
52+
53+
The {+driver-short+} v6.2 release includes the following features:
54+
55+
- Updates the ``bson`` package version to 6.2.0 to include
56+
color visualization of types, as shown in the following image:
57+
58+
.. figure:: /includes/figures/bson-color.png
59+
:alt: A screenshot of the terminal that shows printing in color
60+
61+
To learn more, see the `bson v6.2.0 release notes
62+
<https://github.com/mongodb/js-bson/releases/tag/v6.2.0>`__.
63+
64+
- Ensures that the ``result.insertedIds`` property of a bulk write error type
65+
contains the ``_id`` values of successfully inserted documents. In
66+
previous versions, when a bulk write operation rejected an insert
67+
operation, the ``result.insertedIds`` property contained the
68+
``_id`` values for all attempted inserts.
69+
70+
- Closes the implicit session created when running the ``findOne()``
71+
method on a time series collection regardless of the outcome of the
72+
operation.
73+
74+
- Allows the creation of collections that have names that start or end with the
75+
``.`` character. This change aligns the driver's database and
76+
collection name-checking behavior with the server's.
77+
78+
To learn more about this release, see the
79+
`v6.2.0 Release Highlights
80+
<https://github.com/mongodb/node-mongodb-native/releases/tag/v6.2.0>`__.
81+
4782
.. _version-6.1:
4883

4984
What's New in 6.1

0 commit comments

Comments
 (0)