-
Notifications
You must be signed in to change notification settings - Fork 331
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Enhancement] MongoDB Atlas support for MongoDB.Driver v3.1.0 #989
Labels
enhancement
New feature or request
Comments
Looks like an improvement rather than a bug. If someone wants to pick this up, we welcome PRs to improve the extension |
You're 100% right. It's an enhancement, I just couldn't find the right
category to put it under.
Yes, I'll like to work on it.
Thanks,
Wale
…On Wed, Jan 29, 2025, 9:44 AM Devis Lucato ***@***.***> wrote:
Looks like an improvement rather than a bug. If someone wants to pick this
up, we welcome PRs to improve the extension
—
Reply to this email directly, view it on GitHub
<#989 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADCMMZWE42TQLDAS5UHC6B32NDSMVAVCNFSM6AAAAABWC4BGK6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMMRRHA2TCNRSGI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Here is the PR - #991
Thanks
On Wed, Jan 29, 2025 at 10:21 AM Wale Adeleye ***@***.***>
wrote:
… You're 100% right. It's an enhancement, I just couldn't find the right
category to put it under.
Yes, I'll like to work on it.
Thanks,
Wale
On Wed, Jan 29, 2025, 9:44 AM Devis Lucato ***@***.***>
wrote:
> Looks like an improvement rather than a bug. If someone wants to pick
> this up, we welcome PRs to improve the extension
>
> —
> Reply to this email directly, view it on GitHub
> <#989 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/ADCMMZWE42TQLDAS5UHC6B32NDSMVAVCNFSM6AAAAABWC4BGK6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMMRRHA2TCNRSGI>
> .
> You are receiving this because you authored the thread.Message ID:
> ***@***.***>
>
--
Wale
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Context / Scenario
Kernel memory for MongoDB Atlas depends on MongoDB.Driver.GridFS, but with the new release of MongoDB.Driver all the features of MongoDB.Driver.GridFS are now included in MongoDB.Driver. Therefore, there is no need for GridFS anymore.
What happened?
Dependence on GridFS is holding users back from using the latest version of MongoDB.Driver (v3.1.0). That also means users cannot use the latest Mongo 8.0.
Importance
a fix would make my life easier
Platform, Language, Versions
C#, 0.96.250120.1, Mongo Atlas
Relevant log output
The text was updated successfully, but these errors were encountered: