node-mongodb-native icon indicating copy to clipboard operation
node-mongodb-native copied to clipboard

The official MongoDB Node.js driver

Results 49 node-mongodb-native issues
Sort by recently updated
recently updated
newest added

Bumps the development-dependencies group with 12 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@aws-sdk/credential-providers](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/packages/credential-providers) | `3.635.0` |...

dependencies

### Description Downstream changes for DRIVERS-2922 ([PR](https://github.com/mongodb/specifications/pull/1628)). #### What is changing? - Remove logic asserting that SRV URIs need 3 parts - When we check if a returned address matches...

Team Review

### Description #### What is changing? - Refactor executeCommands to use async/await ##### Is there new documentation needed for these changes? No #### What is the motivation for this change?...

### Description #### What is changing? - Adds namespace to schema mapping type - Adds tests/examples to our tsd tests - Some important choices: - We should default only where...

### Description #### What is changing? - Migrate to shared drivers script for node download, mainly to get retry on curl failure ##### Is there new documentation needed for these...

### Description Now that unacknowledged writes are supported through `writeConcern.w = 0`, remove the buggy `noResponse option` internally and in public APIs. #### What is changing? - Remove noResponse from...

wip
Team Review

### Description #### What is changing? - The change stream tests removed were flaky, I recaptured what I think is the intended behavior, pending promises are rejected by a close...

### Description Add `sort` option to `UpdateOne` and `ReplaceOne` operations. Downstream changes for [DRIVERS-2822](https://jira.mongodb.org/browse/DRIVERS-2822). #### What is changing? If a query in an updateOne/replaceOne operation returns more than one document...

Bumps [chalk](https://github.com/chalk/chalk) from 4.1.2 to 5.3.0. Release notes Sourced from chalk's releases. v5.3.0 Add sideEffects field to package.json 5aafc0a Add support for Gitea Actions (#603) 29b8569 https://github.com/chalk/chalk/compare/v5.2.0...v5.3.0 v5.2.0 Improve Deno...

dependencies