Changelog
*Sourced from [mongodb's changelog](https://github.com/mongodb/node-mongodb-native/blob/master/HISTORY.md).*
> ## [3.1.12](https://github.com/mongodb/node-mongodb-native/compare/v3.1.11...v3.1.12) (2019-01-16)
>
>
> ### Features
>
> * **core:** update to mongodb-core v3.1.11 ([9bef6e7](https://github.com/mongodb/node-mongodb-native/commit/9bef6e7))
>
>
>
>
> ## [3.1.11](https://github.com/mongodb/node-mongodb-native/compare/v3.1.10...v3.1.11) (2019-01-15)
>
>
> ### Bug Fixes
>
> * **bulk:** fix error propagation in empty bulk.execute ([a3adb3f](https://github.com/mongodb/node-mongodb-native/commit/a3adb3f))
> * **bulk:** make sure that any error in bulk write is propagated ([bedc2d2](https://github.com/mongodb/node-mongodb-native/commit/bedc2d2))
> * **bulk:** properly calculate batch size for bulk writes ([aafe71b](https://github.com/mongodb/node-mongodb-native/commit/aafe71b))
> * **operations:** do not call require in a hot path ([ff82ff4](https://github.com/mongodb/node-mongodb-native/commit/ff82ff4))
>
>
>
> Commits
- [`cb3cd12`](https://github.com/mongodb/node-mongodb-native/commit/cb3cd123ae8f92334eab7d4a08d355216734f731) chore(release): 3.1.12
- [`508d685`](https://github.com/mongodb/node-mongodb-native/commit/508d685747e83276016718c2046ec3c30de8c4db) Revert "chore(release): 3.2.0"
- [`e7619aa`](https://github.com/mongodb/node-mongodb-native/commit/e7619aab10387b8fff3157cc0e38025231f3ec2f) chore(release): 3.2.0
- [`d0dc228`](https://github.com/mongodb/node-mongodb-native/commit/d0dc2283fc9c64cb84c1815ec43ee58b197e3125) chore(travis): include forgotten stage info for sharded builds
- [`ffbe90b`](https://github.com/mongodb/node-mongodb-native/commit/ffbe90b2e05a519b61de522f6d9ceec5298d4338) chore(travis): run sharded tests in travis as well
- [`9bef6e7`](https://github.com/mongodb/node-mongodb-native/commit/9bef6e7153323d418faafdc16707d2985b39feef) feat(core): update to mongodb-core v3.1.11
- [`e4bb39e`](https://github.com/mongodb/node-mongodb-native/commit/e4bb39eb8ccbcd045d77e3739f7162959e728783) chore(release): 3.1.11
- [`76c0130`](https://github.com/mongodb/node-mongodb-native/commit/76c0130318a8a11ef91251c7b1f6ff63da62d926) chore(core): bump version of mongodb-core
- [`a3adb3f`](https://github.com/mongodb/node-mongodb-native/commit/a3adb3f9e4be3e524d7a32cbe058b687a501e9d3) fix(bulk): fix error propagation in empty bulk.execute
- [`ec0e30e`](https://github.com/mongodb/node-mongodb-native/commit/ec0e30e97d799e779d92f23d6518a7c1e2c70175) doc(change-streams): correct typo, add missing example
- Additional commits viewable in [compare view](https://github.com/mongodb/node-mongodb-native/compare/v3.1.10...v3.1.12)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Finally, you can contact us by mentioning @dependabot.
Bumps mongodb from 3.1.10 to 3.1.12.
Changelog
*Sourced from [mongodb's changelog](https://github.com/mongodb/node-mongodb-native/blob/master/HISTORY.md).* > ## [3.1.12](https://github.com/mongodb/node-mongodb-native/compare/v3.1.11...v3.1.12) (2019-01-16) > > > ### Features > > * **core:** update to mongodb-core v3.1.11 ([9bef6e7](https://github.com/mongodb/node-mongodb-native/commit/9bef6e7)) > > > > > ## [3.1.11](https://github.com/mongodb/node-mongodb-native/compare/v3.1.10...v3.1.11) (2019-01-15) > > > ### Bug Fixes > > * **bulk:** fix error propagation in empty bulk.execute ([a3adb3f](https://github.com/mongodb/node-mongodb-native/commit/a3adb3f)) > * **bulk:** make sure that any error in bulk write is propagated ([bedc2d2](https://github.com/mongodb/node-mongodb-native/commit/bedc2d2)) > * **bulk:** properly calculate batch size for bulk writes ([aafe71b](https://github.com/mongodb/node-mongodb-native/commit/aafe71b)) > * **operations:** do not call require in a hot path ([ff82ff4](https://github.com/mongodb/node-mongodb-native/commit/ff82ff4)) > > > >Commits
- [`cb3cd12`](https://github.com/mongodb/node-mongodb-native/commit/cb3cd123ae8f92334eab7d4a08d355216734f731) chore(release): 3.1.12 - [`508d685`](https://github.com/mongodb/node-mongodb-native/commit/508d685747e83276016718c2046ec3c30de8c4db) Revert "chore(release): 3.2.0" - [`e7619aa`](https://github.com/mongodb/node-mongodb-native/commit/e7619aab10387b8fff3157cc0e38025231f3ec2f) chore(release): 3.2.0 - [`d0dc228`](https://github.com/mongodb/node-mongodb-native/commit/d0dc2283fc9c64cb84c1815ec43ee58b197e3125) chore(travis): include forgotten stage info for sharded builds - [`ffbe90b`](https://github.com/mongodb/node-mongodb-native/commit/ffbe90b2e05a519b61de522f6d9ceec5298d4338) chore(travis): run sharded tests in travis as well - [`9bef6e7`](https://github.com/mongodb/node-mongodb-native/commit/9bef6e7153323d418faafdc16707d2985b39feef) feat(core): update to mongodb-core v3.1.11 - [`e4bb39e`](https://github.com/mongodb/node-mongodb-native/commit/e4bb39eb8ccbcd045d77e3739f7162959e728783) chore(release): 3.1.11 - [`76c0130`](https://github.com/mongodb/node-mongodb-native/commit/76c0130318a8a11ef91251c7b1f6ff63da62d926) chore(core): bump version of mongodb-core - [`a3adb3f`](https://github.com/mongodb/node-mongodb-native/commit/a3adb3f9e4be3e524d7a32cbe058b687a501e9d3) fix(bulk): fix error propagation in empty bulk.execute - [`ec0e30e`](https://github.com/mongodb/node-mongodb-native/commit/ec0e30e97d799e779d92f23d6518a7c1e2c70175) doc(change-streams): correct typo, add missing example - Additional commits viewable in [compare view](https://github.com/mongodb/node-mongodb-native/compare/v3.1.10...v3.1.12)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.