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

The official MongoDB Node.js driver

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

### Description Adds more detailed type definitions for `SearchIndexDescription` and `SearchIndexDefinition` based on the documentation found at [Create an Atlas Search Index](https://www.mongodb.com/docs/atlas/atlas-search/create-index/). The existing type: ```typescript export interface SearchIndexDescription {...

tracked-in-jira
External Submission

### Description #### What is changing? - import filters individually and at the top-level - refactor to TS and async - Cache FLE version ##### Is there new documentation needed...

### Description Updates AWS ECS task definition ARN to run on Ubuntu 20.04 #### What is changing? - Use new environment variable for new ARN - Update AWS test config...

### Description Implementation for https://jira.mongodb.org/browse/NODE-5639 Make use of [AsyncResource.bind API](https://nodejs.org/api/async_context.html#static-method-asyncresourcebindfn-type-thisarg) to bind the current execution context of `WaitQueueMember` callback. The change proposed will make callbacks to have the same context...

tracked-in-jira
External Submission

### Description #### What is changing? When we generate docs for an old branch (5.x for example), we get merge conflicts because the release files in our static docs site...

### Description Fix inability to reconnect when topology closed during connection. #### What is changing? The connection lock will be released on the `topologyClosed` event ##### Is there new documentation...

tracked-in-jira
External Submission

### Description At the moment, calling `MongoClient.close()` in quick succession leads to an error: ``` TypeError: Cannot read properties of undefined (reading 'close') at node-mongodb-native/src/mongo_client.ts:530:16 at new Promise () at...

tracked-in-jira
External Submission

### Description This is a replacement to #3409, from the knowledge I got there I could implement this properly instead of just improving the error message! Now it actually fixes...

tracked-in-jira
External Submission

### Description #### What is changing? - When the server returns a max time error we turn it into a client side timeout error. ##### Is there new documentation needed...

Primary Review

### Description #### What is changing? - Propagate errors from callback to withTransaction as the specifications say to ##### Is there new documentation needed for these changes? No #### What...

Primary Review