Skip to content

Commit be093a0

Browse files
author
Chris Cho
authored
DOCSP-27871: Node.js v4.14 driver (#511)
1 parent 1874372 commit be093a0

File tree

3 files changed

+47
-0
lines changed

3 files changed

+47
-0
lines changed

.backportrc.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
// Required
3+
"repoOwner": "mongodb",
4+
"repoName": "docs-node",
5+
6+
// the branches available to backport to
7+
"targetBranchChoices": ["master", "v5.0", "v4.14", "v4.13", "v4.12", "v4.11", "v4.10", "v4.9", "v4.8", "v4.7", "v4.6", "v4.5", "v4.4", "v4.3", "v4.2", "v4.1", "v4.0", "v3.7", "v3.6"],
8+
9+
// Optional: automatically merge backport PR
10+
"autoMerge": true,
11+
"autoMergeMethod": "squash",
12+
13+
// Optional: Automatically detect which branches a pull request should be backported to based on the pull request labels.
14+
// In this case, adding the label "auto-backport-to-production" will backport the PR to the "production" branch
15+
"branchLabelMapping": {
16+
"^auto-backport-to-(.+)$": "$1"
17+
}
18+
}

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

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,19 @@
2929
-
3030
-
3131

32+
* - 4.14
33+
- ✓
34+
- ✓
35+
- ✓
36+
- ✓
37+
- ✓
38+
- ✓
39+
- ✓
40+
-
41+
-
42+
-
43+
-
44+
3245
* - 4.13
3346
- ✓
3447
- ✓

source/whats-new.txt

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ What's New
1111
Learn what's new in:
1212

1313
* :ref:`Version 5.0 <version-5.0>`
14+
* :ref:`Version 4.14 <version-4.13>`
1415
* :ref:`Version 4.13 <version-4.13>`
1516
* :ref:`Version 4.12 <version-4.12>`
1617
* :ref:`Version 4.11 <version-4.11>`
@@ -85,6 +86,21 @@ New features of the 5.0 {+driver-short+} release include:
8586
dependency successfully, the driver uses the AWS SDK itself to
8687
manage credentials from the environment.
8788

89+
.. _version-4.14:
90+
91+
What's New in 4.14
92+
------------------
93+
94+
.. important:: Upgrade from v4.13 to v4.14
95+
96+
This version includes a fix to a memory leak introduced in v4.13.
97+
We recommend upgrading to v4.14.
98+
99+
New features of the 4.14 {+driver-short+} release include:
100+
101+
- Fixed a memory leak introduced in v4.13.
102+
- Deprecated methods and options that reference the legacy Logger.
103+
88104
.. _version-4.13:
89105

90106
What's New in 4.13

0 commit comments

Comments
 (0)