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 & Frameworks

Showing 85 of 3884

Ignore unmapped fields in pojo deserialization

A recent ticket (00664772) with the mongodb support team confirm that the following case is not handled by the Java driver: class Foo { int x; int y; } I can successfully write and read it. However, if the Document has extra fields, it cannot...
Guest over 5 years ago in Drivers (ie: Node.js, Java, .NET) 0 Submitted

Add support for SSH Tunnel

Similar to the request for SOCKS proxy support, it would be good to add support for SSH tunnels for drivers (since Compass supports this already). This can be useful for developers working remotely when company policy disallows whitelisting home ...
Guest over 5 years ago in Drivers & Frameworks 0 Submitted

Have option to auto add/update timestamp

It would be great if driver can auto update created_at and updated_at timestamp/date
Guest over 5 years ago in Drivers (ie: Node.js, Java, .NET) 0 Submitted

A tool to test the connection that can fix resolution issues in server selection

This is probably not Node Specific a general problem with connecting via a seed list. ServerSelection via seed list is a great concept. It works poorly. I have attached an hour of starting a working webserver app and 30 times starting it in a lit...
Guest over 5 years ago in Drivers (ie: Node.js, Java, .NET) 0 Submitted

Get Java Database form Kotlin Database

Please create a function that unwraps the Kotlin MongoDatabase to obtain the corresponding Java MongoDatabase. This is necessary to ensure compatibility with libraries that depend on the old Java MongoDatabase.
Guest about 2 years ago in Drivers (ie: Node.js, Java, .NET) 1 Submitted