Skip to content
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

Closed
walexee opened this issue Jan 29, 2025 · 8 comments
Closed

[Enhancement] MongoDB Atlas support for MongoDB.Driver v3.1.0 #989

walexee opened this issue Jan 29, 2025 · 8 comments
Labels
enhancement New feature or request

Comments

@walexee
Copy link
Contributor

walexee commented Jan 29, 2025

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

@walexee walexee added bug Something isn't working triage labels Jan 29, 2025
@dluc dluc added enhancement New feature or request and removed bug Something isn't working triage labels Jan 29, 2025
@dluc
Copy link
Collaborator

dluc commented Jan 29, 2025

Looks like an improvement rather than a bug. If someone wants to pick this up, we welcome PRs to improve the extension

@dluc dluc changed the title [Bug] MongoDB Atlas support for MongoDB.Driver v3.1.0 [Enhancement] MongoDB Atlas support for MongoDB.Driver v3.1.0 Jan 29, 2025
@walexee
Copy link
Contributor Author

walexee commented Jan 29, 2025 via email

@walexee
Copy link
Contributor Author

walexee commented Jan 29, 2025 via email

@walexee
Copy link
Contributor Author

walexee commented Feb 7, 2025 via email

@dluc
Copy link
Collaborator

dluc commented Feb 7, 2025

I'd like to understand this a bit more. What are the benefits of moving from MongoDB.Driver.GridFS to MongoDB.Driver? IS there some documentation about this migration?

@walexee
Copy link
Contributor Author

walexee commented Feb 10, 2025 via email

dluc added a commit that referenced this issue Feb 10, 2025
## Motivation and Context (Why the change? What's the scenario?)

Fixing issue #989 

MongoDB.Driver.GridFS is now part of MongoDB.Driver. So this change is
simply to now use MongoDB.Driver instead of the deprecated
MongoDB.Driver.GridFS.
With these changes, users can now use the latest version of
MongoDB.Driver which in turn allows them to use MongoDB v8.0.

## High level description (Approach, Design)
This is just replacing a deprecated library with the new one.

Co-authored-by: Olawale Adeleye <[email protected]>
Co-authored-by: Devis Lucato <[email protected]>
@dluc
Copy link
Collaborator

dluc commented Feb 10, 2025

Fixed

@dluc dluc closed this as completed Feb 10, 2025
@walexee
Copy link
Contributor Author

walexee commented Feb 10, 2025 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants