mongodb-core
Advanced tools
Comparing version 3.0.9 to 3.0.11
@@ -0,1 +1,11 @@ | ||
<a name="3.0.11"></a> | ||
## [3.0.11](https://github.com/mongodb-js/mongodb-core/compare/v3.0.9...v3.0.11) (2018-06-28) | ||
### Bug Fixes | ||
* **sessions:** add `toBSON` method to `ClientSession` ([b4e7333](https://github.com/mongodb-js/mongodb-core/commit/b4e7333)) | ||
<a name="3.0.9"></a> | ||
@@ -2,0 +12,0 @@ ## [3.0.9](https://github.com/mongodb-js/mongodb-core/compare/v3.0.8...v3.0.9) (2018-06-01) |
@@ -108,2 +108,6 @@ 'use strict'; | ||
} | ||
toBSON() { | ||
throw new Error('ClientSession cannot be serialized to BSON.'); | ||
} | ||
} | ||
@@ -110,0 +114,0 @@ |
{ | ||
"name": "mongodb-core", | ||
"version": "3.0.9", | ||
"version": "3.0.11", | ||
"description": "Core MongoDB driver functionality, no bells and whistles and meant for integration not end applications", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
626619
12252