Skip to Main Content

MongoByte MongoDB Logo

Welcome to the new MongoDB Feedback Portal!

{Improvement: "Your idea"}
We’ve upgraded our system to better capture and act on your feedback.
Your feedback is meaningful and helps us build better products.

ADD NEW FEEDBACK

Drivers (ie: Node.js, Java, .NET)

Showing 73 of 3927

Allow CSFLE in Ruby to be decrypted using Ruby types

What problem are you trying to solve? Focus on the what and why of the need you have, not the how you'd like it solved. Larger integers will be decrypted as BSON::Int64 as opposed to just a Ruby Integer What would you like to see happen?...
Alex Bevilacqua 11 days ago in Drivers (ie: Node.js, Java, .NET) 1 Future Consideration
113 VOTE

official Dart driver

We use mongo in weebi Dart / Flutter application. We would be eternally grateful if you could implement an official Dart Driver, There is already an unofficial mongo dart repo : https://github.com/mongo-dart The specific feature we need is Ejson ...
Guest over 5 years ago in Drivers (ie: Node.js, Java, .NET) 16 Will Not Implement

Add Nearest secondary read preference

What problem are you trying to solve? Focus on the what and why of the need you have, not the how you'd like it solved. We would like to avoid the nearest read reference to connect to the primary. What would you like to see happen? Des...
Ping Kin Ma about 2 months ago in Drivers (ie: Node.js, Java, .NET) 1 Future Consideration

Asynchronous variant of MongoDB C Driver

Add async API on the C Driver.
Guest over 2 years ago in Drivers (ie: Node.js, Java, .NET) 7 Started

Allow to set default maxTimeMS for all cursors

By default, a cursor has no maxTimeMS. We want to be able to set the default maxTimeMS so all cursors have it set. The current Java driver does not allow to set that default and each cursor needs it manually specified. I.e. a cursor factory or d...
Guest over 1 year ago in Drivers (ie: Node.js, Java, .NET) 2 Submitted

Enhanced TypeScript Type Inference for Aggregation Pipelines

Summary Developers using the MongoDB Node.js driver (and libraries like Mongoose) rely heavily on aggregation pipelines but currently lack strong TypeScript integration and type inference when constructing complex stages. The aggregate() method do...
Alex Bevilacqua about 1 month ago in Drivers (ie: Node.js, Java, .NET) 1 Future Consideration

Codec key/value support

What problem are you trying to solve? Focus on the what and why of the need you have, not the how you'd like it solved. Trying to serialise objects using Mongo java codecs. The codec is unaware of if the target is a key or a value, which mean...
David Kilburn about 2 months ago in Drivers (ie: Node.js, Java, .NET) 0 Future Consideration

Update PyArrow version required for PyMongoArrow to use with Fireducks

Update PyArrow version to use with Fireducks - right now I want to use these three libraries in one data science project: - fireducks-1.2.2 (pip install fireducks) - pyarrow-19.0.1 (pip install pyarrow) <-- required by the Fireducks - pymongoar...
Guest 10 months ago in Drivers (ie: Node.js, Java, .NET) 0 Submitted

Multi-collection bulk write support for Spring Data

As of MongoDB 8, the bulk write feature can support writing to multiple collections in the same bulk write operation. This is unfortunately not supported in Spring Data for MongoDB, which is very frequently used by our customers.
Guest about 2 months ago in Drivers (ie: Node.js, Java, .NET) 0 Submitted

Do not error when performing bulkwrite operations with 0 elements

It frequently add unnecessary friction, eg if we process elements 1000 by 1000 and then process the remaining ones Just silently no-op in those cases Same for insertMany. I'm sure a lot of people would appreciate that QoL improvement
Guest 5 months ago in Drivers (ie: Node.js, Java, .NET) 0 Submitted