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? #### What is the motivation for this change? ### Release Highlight ### Fill in title...
### Description #### What is changing? - We should check what an empty function does ##### Is there new documentation needed for these changes? #### What is the motivation for...
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action
Please run the release_notes action before releasing to generate release highlights --- ## [6.9.0](https://github.com/mongodb/node-mongodb-native/compare/v6.8.0...v6.9.0) (2024-08-07) ### Features * **NODE-5459:** add durations to connection pool events ([#4166](https://github.com/mongodb/node-mongodb-native/issues/4166)) ([7295695](https://github.com/mongodb/node-mongodb-native/commit/729569527e353a942200533f6150e748454c798d)) * **NODE-5614:** add...
### 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 #### What is changing? ##### Is there new documentation needed for these changes? #### What is the motivation for this change? ### Release Highlight ### Fill in title...
### 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...
### Description #### What is changing? Working on the spike for explicit resource management, I realized we didn't have any sort of matrix coverage for TS version x Node types...
### 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...