mongodb / mongo-php-library

The Official MongoDB PHP library
https://mongodb.com/docs/php-library/current/
Apache License 2.0
1.59k stars 262 forks source link

Merge v1.x into v2.x #1460

Closed mongodb-php-bot closed 1 week ago

mongodb-php-bot commented 1 week ago

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

Commits

Resolving conflicts

To resolve any conflicts, check out the temporary branch and run the following command: git merge 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 v1.x Then, push the temporary branch to upate the pull request.