ioBroker / ioBroker.node-red

Instantiate the server with node-red
Apache License 2.0
52 stars 27 forks source link

Update mongodb requirement from ^4.12.1 to ^4.13.0 #351

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Updates the requirements on mongodb to permit the latest version.

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)

4.12.1 (2022-11-23)

Bug Fixes

4.12.0 (2022-11-16)

Features

Bug Fixes

  • NODE-4609: allow mapping to falsey non-null values in cursors (#3452) (1bf6ef1)
  • NODE-4735: fix change stream consecutive resumabilty (#3453) (89b27e9)
  • NODE-4753: remove erroneous deprecation of geoNear (#3465) (199dcaf)
  • NODE-4783: handle orphaned operation descriptions (#3463) (4c9b4d8)

4.11.0 (2022-10-19)

Features

  • NODE-3255: add minPoolSizeCheckIntervalMS option to connection pool (#3429) (5f34ad0)
  • NODE-3651: add hashed index type (#3432) (f6b56a1)
  • NODE-3875: support recursive schema types (#3433) (26bce4a)
  • NODE-4503: throw original error when server attaches NoWritesPerformed label (#3441) (a7dab96)

... (truncated)

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


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 squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor 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)