Skip to content

Merge v2.2 into v2.x#1875

Merged
mongodb-drivers-pr-bot[bot] merged 1 commit intov2.xfrom
merge-v2.2-into-v2.x-1776342446060
Apr 16, 2026
Merged

Merge v2.2 into v2.x#1875
mongodb-drivers-pr-bot[bot] merged 1 commit intov2.xfrom
merge-v2.2-into-v2.x-1776342446060

Conversation

@mongodb-drivers-pr-bot
Copy link
Copy Markdown
Contributor

Merge new changes from v2.2 into v2.x.

Commits

Resolving conflicts

To resolve any conflicts, check out the temporary branch and run the following command:
git merge v2.x -m "Resolve conflicts in v2.x"

Ignoring changes

To ignore from the remote branch, first reset the temporary branch to v2.x and manually merge using the `ours` merge strategy:
git reset --hard v2.x
git merge --strategy=ours v2.2 -m "Ignore changes from v2.2"

Then, push the temporary branch to upate the pull request.

@mongodb-drivers-pr-bot mongodb-drivers-pr-bot bot requested a review from a team as a code owner April 16, 2026 12:27
@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Apr 16, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 87.52%. Comparing base (70c7645) to head (67a3c14).
⚠️ Report is 27 commits behind head on v2.x.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@             Coverage Diff              @@
##               v2.x    #1875      +/-   ##
============================================
- Coverage     87.99%   87.52%   -0.48%     
- Complexity     3228     3864     +636     
============================================
  Files           428      447      +19     
  Lines          6433     7614    +1181     
============================================
+ Hits           5661     6664    +1003     
- Misses          772      950     +178     
Flag Coverage Δ
6.0-replica_set 86.51% <ø> (-0.30%) ⬇️
6.0-server 82.70% <ø> (+0.36%) ⬆️
6.0-sharded_cluster 86.32% <ø> (-0.26%) ⬇️
8.0-replica_set 87.40% <ø> (-0.46%) ⬇️
8.0-server 83.34% <ø> (+0.24%) ⬆️
8.0-sharded_cluster 87.26% <ø> (-0.43%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@mongodb-drivers-pr-bot mongodb-drivers-pr-bot bot merged commit 8ea8ce8 into v2.x Apr 16, 2026
54 checks passed
@mongodb-drivers-pr-bot mongodb-drivers-pr-bot bot deleted the merge-v2.2-into-v2.x-1776342446060 branch April 16, 2026 12:46
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.

2 participants