Skip to content

Commit 7f01bd8

Browse files
committed
3.0.4
1 parent 1fdbaa5 commit 7f01bd8

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

HISTORY.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
<a name="3.0.4"></a>
2+
## [3.0.4](https://github.com./mongodb/node-mongodb-native/compare/v3.0.2...v3.0.4) (2018-03-05)
3+
4+
5+
### Bug Fixes
6+
7+
* **collection:** fix error when calling remove with no args ([#1657](https://github.com./mongodb/node-mongodb-native/issues/1657)) ([4c9b0f8](https://github.com./mongodb/node-mongodb-native/commit/4c9b0f8))
8+
* **executeOperation:** don't mutate options passed to commands ([934a43a](https://github.com./mongodb/node-mongodb-native/commit/934a43a))
9+
* **jsdoc:** mark db.collection callback as optional + typo fix ([#1658](https://github.com./mongodb/node-mongodb-native/issues/1658)) ([c519b9b](https://github.com./mongodb/node-mongodb-native/commit/c519b9b))
10+
* **sessions:** move active session tracking to topology base ([#1665](https://github.com./mongodb/node-mongodb-native/issues/1665)) ([b1f296f](https://github.com./mongodb/node-mongodb-native/commit/b1f296f))
11+
* **utils:** fixes executeOperation to clean up sessions ([04e6ef6](https://github.com./mongodb/node-mongodb-native/commit/04e6ef6))
12+
13+
14+
### Features
15+
16+
* **default-db:** use dbName from uri if none provided ([23b1938](https://github.com./mongodb/node-mongodb-native/commit/23b1938))
17+
* **mongodb-core:** update to mongodb-core 3.0.4 ([1fdbaa5](https://github.com./mongodb/node-mongodb-native/commit/1fdbaa5))
18+
19+
20+
121
<a name="3.0.3"></a>
222
## [3.0.3](https://github.com./mongodb/node-mongodb-native/compare/v3.0.2...v3.0.3) (2018-02-23)
323

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mongodb",
3-
"version": "3.0.3",
3+
"version": "3.0.4",
44
"description": "The official MongoDB driver for Node.js",
55
"main": "index.js",
66
"repository": {

0 commit comments

Comments
 (0)