bitcapybara / budmq

A simple distributed pub/sub MQ inspired by Apache Pulsar
MIT License
1 stars 0 forks source link

Bump mongodb from 2.5.0 to 2.6.0 #70

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps mongodb from 2.5.0 to 2.6.0.

Release notes

Sourced from mongodb's releases.

v2.6.0

The MongoDB Rust driver team is pleased to announce the v2.6.0 release of the mongodb crate, now available for download from crates.io.

Included Changes

Below are a selected list of changes with user impact; for a full list of changes see this GitHub query.

New Features

  • RUST-1421 Implement FromStr for Namespace (#889)
  • RUST-906 Add native support for AWS IAM Roles for service accounts, EKS in particular (#885)
  • RUST-1417 Add support for GCP attached service accounts when using GCP KMS (#877)
  • RUST-1442 On-demand Azure KMS credentials (#872)
  • RUST-1571 Add i64 server ID field to ConnectionInfo (#894)

Improvements

  • RUST-1358 Remove most type constraints on cursor values (#891)

Bugfixes

  • RUST-1645 Fix AWS Lambda detection logic (#876)
  • RUST-1370 Only check specific fields for hello equality (#892)

Tasks

  • RUST-1637 Simplify convenient transaction example (#864)
  • RUST-1605 Update to use libmongocrypt fle2v2 (#863)
  • RUST-1620 Bump maxWireVersion for MongoDB 7.0 (#863)
Commits
  • c33d83a release v2.6.0 (#899)
  • acbe2ba RUST-1571 Update ServerId to be int64 (#894)
  • e71aa72 RUST-1358 Remove most type constraints on cursor values (#891)
  • 6902cc3 minor: remove unused ocsp test configuration (#893)
  • cb24f4a RUST-1370 Only check specific fields for hello equality (#892)
  • 9ef3ada RUST-1421 Implement FromStr for Namespace (#889)
  • d9490a2 minor: skip session tests if mongocryptd fails to spawn (#888)
  • b6344d2 RUST-906 Add native support for AWS IAM Roles for service accounts, EKS in pa...
  • 220a3f7 RUST-1673 Pin Rust version in CI to 1.69 (#887)
  • 3e1c14e RUST-1643 Test against MongoDB 7.0 (#881)
  • Additional commits viewable in compare view


Dependabot compatibility score

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)