Skip to content

dependabot npm(deps): bump mongodb from 4.12.1 to 4.13.0

Depen d'Abot requested to merge dependabot-npm_and_yarn-mongodb-4.13.0 into master

Bumps mongodb from 4.12.1 to 4.13.0.

Release notes

Sourced from mongodb's releases.

v4.13.0

The MongoDB Node.js team is pleased to announce version 4.13.0 of the mongodb package!

Features

  • NODE-4691: interrupt in-flight operations on heartbeat failure (#3457) (e641bd4)

Bug Fixes

  • NODE-4447: disable causal consistency in implicit sessions (#3479) (6566fb5)
  • NODE-4834: ensure that MessageStream is destroyed when connections are destroyed (#3482) (8338bae)

Documentation

We invite you to try the mongodb driver immediately, and report any issues to the NODE project.

Changelog

Sourced from mongodb's changelog.

4.13.0 (2022-12-19)

Features

  • NODE-4691: interrupt in-flight operations on heartbeat failure (#3457) (e641bd4)
  • NODE-4810: define the new Logger (#3475) (6ef11d7)

Bug Fixes

  • NODE-4447: disable causal consistency in implicit sessions (#3479) (6566fb5)
  • NODE-4834: ensure that MessageStream is destroyed when connections are destroyed (#3482) (8338bae)
Commits
  • eb5f651 chore(release): 4.13.0
  • 5d9711b docs: generate docs from latest main (#3471)
  • 8338bae fix(NODE-4834): ensure that MessageStream is destroyed when connections are d...
  • 9f945c4 test(NODE-4800): update build env scripts (#3487)
  • 6ef11d7 feat(NODE-4810): define the new Logger (#3475)
  • dfcc3d9 test(NODE-4826): update command monitoring tests (#3488)
  • d56414f test(NODE-4498): ts tests for OptionalId wrapping schemas with _id (#3486)
  • e3ead58 ci(NODE-4872): add permissions to dependency check workflow (#3483)
  • fb22f23 chore: update PR template commit message example (#3484)
  • 6566fb5 fix(NODE-4447): disable causal consistency in implicit sessions (#3479)
  • Additional commits viewable in compare view

Merge request reports

Loading