Skip to content

feat: Add support for MongoDB.Driver 3.x and above.#3065

Merged
jaffinito merged 4 commits intomainfrom
other/add-mongodb-3x-support
Mar 28, 2025
Merged

feat: Add support for MongoDB.Driver 3.x and above.#3065
jaffinito merged 4 commits intomainfrom
other/add-mongodb-3x-support

Conversation

@jaffinito
Copy link
Copy Markdown
Member

Description

  • Updates existing MongoDB.Driver (modern client) to support newer 3.x versions.
    • Changes in assembly and one class name, otherwise it was all the same
  • Does not add support for any new methods
  • Enabled supporting existing methods with new XML
  • Updated unbounded tests net9.0 target to use the latest version of MongoDB.Driver (3.2.1)
  • Existing unbounded tests work for new version

Author Checklist

  • Unit tests, Integration tests, and Unbounded tests completed
  • Performance testing completed with satisfactory results (if required)

Reviewer Checklist

  • Perform code review
  • Pull request was adequately tested (new/existing tests, performance tests)

@jaffinito jaffinito requested a review from a team as a code owner March 28, 2025 00:49
@tippmar-nr
Copy link
Copy Markdown
Member

Be sure to update Dotty config so it doesn't ignore mongodb

@jaffinito jaffinito merged commit c8acbc5 into main Mar 28, 2025
97 checks passed
@jaffinito jaffinito deleted the other/add-mongodb-3x-support branch March 28, 2025 18:11
@codecov-commenter
Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 82.17%. Comparing base (6737414) to head (96a8eef).
⚠️ Report is 99 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3065      +/-   ##
==========================================
- Coverage   82.22%   82.17%   -0.06%     
==========================================
  Files         477      477              
  Lines       30627    30627              
  Branches     3426     3426              
==========================================
- Hits        25184    25167      -17     
- Misses       4643     4659      +16     
- Partials      800      801       +1     
Flag Coverage Δ
Agent 83.22% <ø> (-0.07%) ⬇️
Profiler 72.51% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.
see 3 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants