Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump mongodb from 2.3.1 to 2.6.1 #135

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 21, 2023

Bumps mongodb from 2.3.1 to 2.6.1.

Release notes

Sourced from mongodb's releases.

v2.6.1

The MongoDB Rust driver team is pleased to announce the v2.6.1 release of the mongodb crate, now available for download from crates.io. This release removes a potential panic from the SessionCursor::with_type method.

Included Changes

Bugfixes

  • RUST-1719 Fix panic after SessionCursor::with_type is called (#928) (thank you @​mlokr for this fix!)

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)

v2.5.0

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

Highlighted Changes

In-Use Encryption: Automatically Create Keys

This release adds the ClientEncryption::create_encrypted_collection helper method, which will automatically create encryption keys as needed when creating a collection with the encrypted_fields option.

Convenient Transactions

... (truncated)

Commits
  • 353c964 release v2.6.1
  • 5e19f9b Revert "Force non-human readable serialization in collections (#919)"
  • 290595b RUST-1719 Fix panic after SessionCursor::with_type is called (#928)
  • 662248b Force non-human readable serialization in collections (#919)
  • 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)
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 21, 2023
@dependabot dependabot bot force-pushed the dependabot/cargo/mongodb-2.6.1 branch 3 times, most recently from 4c420a6 to 69136a2 Compare September 10, 2023 17:37
Bumps [mongodb](https://github.com/mongodb/mongo-rust-driver) from 2.3.1 to 2.6.1.
- [Release notes](https://github.com/mongodb/mongo-rust-driver/releases)
- [Commits](mongodb/mongo-rust-driver@v2.3.1...v2.6.1)

---
updated-dependencies:
- dependency-name: mongodb
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/mongodb-2.6.1 branch from 69136a2 to e210863 Compare September 10, 2023 17:44
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 2, 2023

Superseded by #141.

@dependabot dependabot bot closed this Oct 2, 2023
@dependabot dependabot bot deleted the dependabot/cargo/mongodb-2.6.1 branch October 2, 2023 14:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant