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 73

Add Date support to pymongoarrow

pymongoarrow already supports datetime but that is not ideal to store partitioned values. I assume we would ideally store dates as BSON Date in MongoDB and then get back a Parquet Date. Y'all already support many data types (https://github.com/mon...
Guest about 2 years ago in Drivers (ie: Node.js, Java, .NET) 0 Submitted

Move Client Model into a separate Maven artifact

Currently there's a large client library: mongodb-driver-core. My suggestion is to split it into 2 - moving out the com.mongodb.client.model package into a separate module. The reason I need (and hopefully it's not just me) is because I'm trying ...
Guest over 2 years ago in Drivers (ie: Node.js, Java, .NET) 0 Submitted

JVM Driver - Implement CRaC interfaces into connection pool to allow for database access in an AWS Lambda function startup with SnapStart

See AWS Docs here - https://docs.aws.amazon.com/lambda/latest/dg/snapstart-runtime-hooks.html Essentially, the pool should disconnect all open connections when saving state to prevent accidental connection reuse.
Guest over 2 years ago in Drivers (ie: Node.js, Java, .NET) 0 Submitted

Support for FilterDefinition as part of Atlas Search/$search

Allow the Search Function to accept a FilterDefinition object and/or a SortDefinition object to do the filtering/sorting as part of the Search routine instead of it being in a unique format only to search.
Guest over 2 years ago in Drivers (ie: Node.js, Java, .NET) 0 Submitted

Support authentication credential rotation

MongoDB drivers should provide support for rotating authentication credentials: - The customer may opt to rotate a specific credential (a password, client keytab, or a re-issued client certificate - when your private key will be the old one or a ...
Andrey Brindeyev over 5 years ago in Drivers & Frameworks 0 Submitted

Closing a closed cursor should not throw

If a cursor is already closed, and `close()` is called, it should quietly do nothing. Throwing `IllegalStateException` is just rude.
Guest over 2 years ago in Drivers (ie: Node.js, Java, .NET) 1 Submitted

single-thread pymongo

Hi. I am using MongoDB Atlas and have recently moved my site to Google App Engine. GAE supports only limited multithreading and outputs errors about PyMongo. Disabling multi-threading option of PyMongo will help me. Thanks.
Guest over 2 years ago in Drivers (ie: Node.js, Java, .NET) 0 Submitted

MongoChangeStreamCursor.getResumeToken() should be initialized on open

A newly opened change stream cursor returns null for `getResumeToken()`. This makes fault tolerance cumbersome and full of corner cases during the period before the cursor acquires its resume token, which can take a long time on a quiescent databa...
Guest almost 3 years ago in Drivers (ie: Node.js, Java, .NET) 0 Submitted

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 over 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