node-mongodb-native
node-mongodb-native copied to clipboard
The official MongoDB Node.js driver
### Description #### What is changing? ##### Is there new documentation needed for these changes? No #### What is the motivation for this change? NODE-6171 ### Release Highlight ### Server...
### 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? - Unskip Topology life cycle tests - Remove modified logging spec tests - Pull in updated `logging-loadbalancer` tests - Pull in new monitoring tests...
### Description #### What is changing? ##### New Error - Added `MongoOperationTimeoutError` class that is thrown when a CSOT timeout is encountered ##### Changes to `Timeout` - Add `Timeout.throwIfExpired()` method...
Please run the release_notes action before releasing to generate release highlights --- ## [5.10.0](https://github.com/mongodb/node-mongodb-native/compare/v5.9.2...v5.10.0) (2024-06-17) ### Features * **NODE-5815:** remove oidc ([#3981](https://github.com/mongodb/node-mongodb-native/issues/3981)) ([4893330](https://github.com/mongodb/node-mongodb-native/commit/48933301caf293a1e76bff96ce7b1e7a8e321067)) * **NODE-5940:** cache the AWS credentials provider...
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action
### Description #### What is changing? - compareTopologyVersion handles bigint inputs ##### Is there new documentation needed for these changes? No #### What is the motivation for this change? BSON...
### Description This PR fixes the following: - typos - punctuation - capitalization - command formatting - changes inline commands to code blocks (for easy to copy) - removes the...
### Description #### What is changing? - Move `next` into cursor and rename to fetchBatch - Remove transform and blocking flags - tryNext/next now call fetchBatch as appropriate to get...
### Description #### What is changing? ##### Is there new documentation needed for these changes? #### What is the motivation for this change? ### Release Highlight ### Fill in title...