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 11 of 276

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 20 days ago in Drivers (ie: Node.js, Java, .NET) 1 Under Consideration

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 18 days ago in Drivers (ie: Node.js, Java, .NET) 1 Under 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) 26 Will Not Implement

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 20 days ago in Drivers (ie: Node.js, Java, .NET) 0 Under Consideration

Asynchronous variant of MongoDB C Driver

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

csfle support for zOS

Please modify your drivers so our java applications can encrypt and decrypt from the mainframe (zOS) UNIX environment. This missing feature is a road-block to our migration to Atlas. We have multiple Java applications that run on an IBM mainfram...
Guest about 4 years ago in Drivers (ie: Node.js, Java, .NET) 0 Under Consideration

Make the Go driver interface based so that it can be easily mocked for unitTests.

Provide interfaces for driver classes that can be used to mock the database for unit tests. Along the lines of what AWS does for its services: https://aws.amazon.com/blogs/developer/mocking-out-then-aws-sdk-for-go-for-unit-testing/
Guest over 2 years ago in Drivers (ie: Node.js, Java, .NET) 0 Will Not Implement

.NET 6.0 support for Entity Framework driver

The pre-release version of the EF support in C# driver is only published for .NET 7.0 while the LTS version of .NET is 6.0 and many vendors use (and will use it) for a long time. The roadmap from https://github.com/mongodb/mongo-efcore-provider#li...
Guest almost 2 years ago in Drivers (ie: Node.js, Java, .NET) 1 Will Not Implement

Support opentracing for the go driver

No description provided
Guest over 4 years ago in Drivers (ie: Node.js, Java, .NET) 0 Will Not Implement

Add support for directly marshaling arrays and slices to Extended JSON

The Extended JSON encoder does not support encoding arrays and slices by themselves. The decoder does support decoding JSON arrays into slices. Add support for encoding arrays and slices to a JSON array.
Guest about 5 years ago in Drivers (ie: Node.js, Java, .NET) 0 Will Not Implement