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 of 3884

Make driver aware of Autoscaling

Driver not aware of autoscaling (topology changes) This is related to https://support.mongodb.com/case/01186544. We are experiencing exceptions when autoscaling is supposed to work flawlessly. The problem seems to be that the driver checks for a ...
Guest almost 2 years ago in Drivers (ie: Node.js, Java, .NET) 0 Submitted

Client-Side Automatic Field Encryption - Support contacting keyvault via Sock Proxy

When using Atlas from our application in our Datacenter, we are able to connect to it without issue. When adding CSFLE, some HTTP calls are made to login on Azure and access the AKV. These HTTP calls must go through a proxy.
Guest over 2 years ago in Drivers (ie: Node.js, Java, .NET) 2 Submitted

A `syncIndexes()` API for PyMongo.

Implement a method on the collection object, `syncIndexes`, that takes a list of IndexModels (similar to the existing `createIndexes` method) and ensures that the indexes in the collection is exactly the same as those specified in the list. Simil...
Guest 5 months ago in Drivers (ie: Node.js, Java, .NET) 0 Submitted

Estimated Filtered Count

Hi, We are currently using a pattern where we use a find(query).limit(x) and a count(query) with $near to find x results and display the overall count. Using this pattern, we are able to pass the same query to find and count. However that count m...
Guest over 4 years ago in Drivers (ie: Node.js, Java, .NET) 0 Submitted

Take possible SerialName annotation into account for the query DSL (Kotlin)

Hey, I'm talking about the kotlin-driver (there was no kotlin selectable in the dropdown, so I chose "Java" since the kotlin driver is based on the java driver). When using the kotlin-driver with kotlinx.serialization it's a bit complicated to w...
Guest almost 2 years ago in Drivers (ie: Node.js, Java, .NET) 1 Submitted

CSFLE - Encryption of fields within an Array Object instead of whole Array

CSFLE - Can you provide Encryption of fields within an Array Object as part of mongo-crypt library in the future releases. current library encrypts the whole array and we are not able to do queries within the Array object.
Guest over 5 years ago in Drivers (ie: Node.js, Java, .NET) 2 Submitted

csfle support for zOS

Please modify your drivers so our java applications can encrypt and decrypt from the mainframe (zOS) UNIX environment. This missing feature is a road-block to our migration to Atlas. We have multiple Java applications that run on an IBM mainfram...
Guest about 4 years ago in Drivers (ie: Node.js, Java, .NET) 0 Under Consideration

allow shared->shared and static->static dependencies

When enabling `BUILD_SHARED_AND_STATIC_LIBS`, I for one would appreciate the option to build shared libraries against shared MongoDB and BSON C libraries but still have the static libraries depend on static builds of those C libraries. As it is, t...
Guest 7 months ago in Drivers (ie: Node.js, Java, .NET) 0 Submitted

Create an official Elixir driver

See https://github.com/elixir-lang/elixir and https://elixir-lang.org/ Thank you!
Guest over 5 years ago in Drivers (ie: Node.js, Java, .NET) 4 Submitted

getMore retries support for autoscalling feature

its not possible use https://motor.readthedocs.io/en/stable/api-tornado/cursors.html#motor.motor_tornado.MotorCursor.to_list and https://pymongo.readthedocs.io/en/stable/api/pymongo/cursor.html#pymongo.cursor.Cursor with autoscalling feature :( ...
Guest over 1 year ago in Drivers (ie: Node.js, Java, .NET) 0 Submitted