Durran Jordan
Durran Jordan
When chaining two `where` criteria on the same field, former ones will be ignored, which should be a bug. For example, `User.where(role: 1).where(role: 2)` now generates `selector: {"role"=>2}`, but the...
See mongoid/mongoid#2547 and https://github.com/mongoid/mongoid/issues/2562
See mongoid/mongoid#2361 We can allow Origin to look at operations with a `.` in them, and check for aliases under a fully embedded tree... For example: ``` ruby # In...
### Description Implements OIDC new machine and human callback workflows. #### What is changing? - Implements the OIDC callback workflow. Specified with `OIDC_CALLBACK` auth mech property. - Implements the OIDC...
### Description #### What is changing? ##### Is there new documentation needed for these changes? #### What is the motivation for this change? ### Release Highlight ### Fill in title...
### Description Removes support for MongoDB 3.6 #### What is changing? - Syncs SDAM spec tests and updates the incorrect ones where maxWireVersion was set to 6. - Updates the...
Adds support for `MONGODB-OIDC` as an authentication mechanism for MongoDB server versions 7.0+. The currently supported facets to authenticate with are custom callback authentication, Azure machine authentication, and GCP machine...
### Description Implements error handling for `MongoClient#bulkWrite` operations. #### What is changing? - Unskips remaining unified tests around error handling and retries. - Syncs retryable-writes spec tests - Implements remaining...