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

Feedback

MongoDB Operator Deployment Env Variables Push Down

This is a feature request to have custom environment variables, configured in the MongoDB Operator's Deployment manifest, push down or propagate to all resources created by the Operator. For example, it may be desired to add environment variables...
Guest about 5 years ago in Kubernetes 0 Future Consideration

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

Enable external-dns integration via per-service annotations on each generated service

Currently the MongoDB Kubernetes Operator allows specification of annotations on services created by the operator, but only annotations with the same value across all services. The external-dns operator can create DNS names based on annotations on...
Guest over 2 years ago in Kubernetes 0 Submitted

Allow to pin specific MongoDB Agent version to be used

_**What is the problem that needs to be solved?**_ In some rare situations where upgrade of Cloud Manager's MongoDB Agent to the latest version leads to Golang panic (or any other critical issue) there's no way for Cloud Manager user to rollback M...
Guest over 5 years ago in Kubernetes 0 Planned

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

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 over 5 years ago in Drivers (ie: Node.js, Java, .NET) 0 Will Not Implement

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 almost 3 years ago in Drivers (ie: Node.js, Java, .NET) 1 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