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 15

Allow Client Side Field Level Encryption (CSFLE) to use EC2 Instance profile credentials with KMS access

To use CSFLE with AWS KMS, we have to specify the KMS provider key and access key. This makes it less secure b/c we now have to store the credentials that's accessible to the app. Would be great if it could leverage IAM roles for Amazon EC2 to aut...
Guest over 5 years ago in Drivers (ie: Node.js, Java, .NET) 0 Completed

use ConventionPack in aggregate same as find

for example :We want save string value of Enum to database,we set EnumRepresentationConvention Convention. then we can use it in match. but in aggregate group,it dosent work: public enum Gender { Male,Female} public class Person { public int ...
Guest over 5 years ago in Drivers (ie: Node.js, Java, .NET) 0 Completed

if drive can deal with DateTime.Date,it will be useful

we offen have this require,we need to compare DateTime field on Date(exclude time),but if use drive compare with DateTime.Date,drive will throw a exception tell us dont support.. db.CheckOns.Find(x => x.RecordTime.Date == new DateTime(2020, 3,...
Guest over 5 years ago in Drivers (ie: Node.js, Java, .NET) 0 Completed

GeoNear support on C# driver

Would be great to have GeoNear support on csharp driver https://docs.mongodb.com/manual/reference/operator/aggregation/geoNear/
Guest about 4 years ago in Drivers (ie: Node.js, Java, .NET) 0 Completed

C# Driver - CSFLE enable to use on Linux

The CSFLE (via C# driver) don’t work on Linux as specified in the documentations. https://mongodb.github.io/mongo-csharp-driver/2.10/reference/driver/crud/client_side_encryption/
Guest about 5 years ago in Drivers (ie: Node.js, Java, .NET) 0 Completed