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)

115 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 6 years ago in Drivers (ie: Node.js, Java, .NET) Will Not Implement

Native Serialization of ObjectIds within Next.js between Server and Client Components

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. It's not possible to pass an ObjectID from a react server component to a client component without first converting to stri...
Stuart Larsen about 1 month ago in Drivers (ie: Node.js, Java, .NET) Future Consideration

Asynchronous variant of MongoDB C Driver

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

Kotlin driver - force the default batch size to 101 - JAVA-5700

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. MongoClient uses the number of elements requested via the first call to org.reactivestreams.Subscription.request(long) as ...
Flavio Orfano 4 months ago in Drivers (ie: Node.js, Java, .NET) 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 2 years ago in Drivers (ie: Node.js, Java, .NET) Submitted

Add first-class support for Zod-derived JSON schema for validators in collection creation/modification

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 use Zod schemas in our Node.js/TypeScript applications as the source of truth for validating application data, but Mong...
Raschid Jimenez 2 months ago in Drivers (ie: Node.js, Java, .NET) 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 9 months ago in Drivers (ie: Node.js, Java, .NET) 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 over 1 year ago in Drivers (ie: Node.js, Java, .NET) Submitted

Certificate compression support for TLS connections

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. There is an open PR in Node.js for TLS (1.3+) certificate compression via a new certificateCompression option in the TLS A...
Raschid Jimenez 4 months ago in Drivers (ie: Node.js, Java, .NET) Future Consideration

Add a function for determining if a connection object is still healthy

If an application needs to cache database connections to MongoDB. It would be helpful to have a function to call when retrieving a cached database connection. This function would ensure the connection is healthy before use. It could just return a ...
Guest about 2 years ago in Drivers (ie: Node.js, Java, .NET) Submitted