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 72

Support getting connection provider when connecting with aws authentication

It would be helpful if the connect function would support getting one of "@aws-sdk/credential-providers", in case of AWS authentication. see: https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/modules/_aws_sdk_credential_providers.html#fromNod...
Guest over 2 years ago in Drivers (ie: Node.js, Java, .NET) 0 Submitted

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

Provide a mechanism for specifying default database name in connection string

According to https://jira.mongodb.org/browse/GODRIVER-914 the connection string is only meant to specify the auth database. However, many of the official MongoDB drivers and tools also use the database specified in the connection string as the def...
Guest about 5 years ago in Drivers (ie: Node.js, Java, .NET) 0 Submitted

Expired Transactions failures should be reported more clearly in the driver error message

Long-running transactions may trigger an aborted transaction, but the cause is not clearly communicated by the driver exception message. > Failed: Command insert failed: Transaction 1 has been aborted.. Unhandled exception. MongoDB.Driver.Mon...
Guest over 5 years ago in Drivers (ie: Node.js, Java, .NET) 0 Submitted

CSFLE - Enable automatic decryption of change streams

Currently change streams are disabled when a CSFLE MonogClient() session is used. This is due to this CSFLE specifications. > Mongocryptd will not support “collectionless” aggregation metadata sources, which read metadata that doesn’t pertain...
Guest over 5 years ago in Drivers (ie: Node.js, Java, .NET) 0 Submitted

IDE Plugin

Provide a way for MongoDB users to interact with their data from an IDE
Guest over 2 years ago in Drivers (ie: Node.js, Java, .NET) 0 Submitted

Normalize maximum time in MS parameter name, maxTimeMS vs max_time_ms

Currently, some operations such as aggregate() or count\_documents use maxTimeMS as parameter name, but others such as the find(), use max\_time\_ms, so unless you memorize which method uses which nomenclature, you have to check the docs every tim...
Guest almost 3 years ago in Drivers (ie: Node.js, Java, .NET) 0 Submitted

CommandStartedEvent::getCommand() not instance of Explainable

I'm trying to build a verbose mode in our MongoDB wrapper library. I was able to implement debug output leveraging CommandSubscriber interface. This part works. However what I would also like to do is create support for automatic explaining of que...
Guest about 3 years ago in Drivers (ie: Node.js, Java, .NET) 1 Submitted

Generic count property in _WriteResult class

Hi, I'm using a MongoDB as a backend for my API and often come to a case where i want to validate whether I updated, inserted or deleted any records. At the moment I use the deleted_count and machted_count properties in the DeleteResult and Updat...
Guest over 3 years ago in Drivers (ie: Node.js, Java, .NET) 0 Submitted

Have the drivers tell us the cost of network connectivity within a query

Have the drivers tell us 1. total query execution time. 2. how much of total query execution time was network connectivity/latency and 3. how much time was the query on the cluster. This would then tell the developers the cost of network connect...
Guest over 3 years ago in Drivers (ie: Node.js, Java, .NET) 0 Submitted