Skip to content
This repository was archived by the owner on Feb 4, 2022. It is now read-only.

Commit 44d0941

Browse files
committed
2.1.14
1 parent 07d68bc commit 44d0941

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

HISTORY.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
1+
2.1.14 2017-07-07
2+
-----------------
3+
* NODE-1073 updates scram.js hi() algorithm to utilize crypto.pbkdf2Sync()
4+
* NODE-1049 only include primary server if there are no secondary servers for
5+
readPrefrence secondaryPreferred
6+
* moved `assign` polyfill to shared utils, replace usage of `extend` in tests
7+
18
2.1.13 2017-06-19
29
-----------------
3-
- NODE-1039 ensure we force destroy server instances, forcing queue to be flushed.
4-
- Use actual server type in standalone SDAM events.
10+
* NODE-1039 ensure we force destroy server instances, forcing queue to be flushed.
11+
* Use actual server type in standalone SDAM events.
512

613
2.1.12 2017-06-02
714
-----------------

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mongodb-core",
3-
"version": "2.1.13",
3+
"version": "2.1.14",
44
"description": "Core MongoDB driver functionality, no bells and whistles and meant for integration not end applications",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)