Skip to content

Merge v2.1 into v2.x #1844

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

Merged
merged 4 commits into from
Jun 12, 2025
Merged

Conversation

mongodb-php-bot
Copy link
Collaborator

Merge new changes from v2.1 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 v2.1

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

alcaeus and others added 3 commits June 12, 2025 10:59
* PHPC-2593: Update libmongoc to 1.30.5

* Update tests for new BSON validation logic
* v2.1: (37 commits)
  Back to -dev
  Package 2.1.0
  PHPC-2555: Stop testing with MongoDB 4.0 (#1827)
  PHPC-2510 Install evergreen tools using git submodule (#1797)
  Bump to libmongoc 1.30.4 (#1822)
  Feature: Client Bulk Write (#1818)
  Mention Serializable/Unserializable types in upgrade guide (#1805)
  Back to -dev
  Package 2.0.0
  Master is now 2.1-dev
  PHPC-2536: Remove run-ocsp-responder.sh (#1802)
  PHPC-2536: Migrate to common OCSP responder script (#1800)
  1.x is now 1.22.0dev
  PHPC-2485: Remove WriteConcern and ReadPreference from execute method arginfo (#1783)
  PHPC-2497: BulkWriteException stub should inherit ServerException (#1784)
  PHPC-2441: Remove deprecated Manager constructor options (#1719)
  PHPC-990: Strict type validation for boolean URI options (#1713)
  PHPC-2440: Remove deprecated Query constructor options (#1707)
  PHPC-2459: Remove support for float arg in UTCDateTime ctor (#1709)
  Remove obsolete test
  ...
@mongodb-php-bot mongodb-php-bot requested a review from a team as a code owner June 12, 2025 09:17
@mongodb-php-bot mongodb-php-bot requested review from paulinevos and removed request for a team June 12, 2025 09:17
@alcaeus alcaeus removed the request for review from paulinevos June 12, 2025 11:54
* refs/remotes/upstream/merge-v2.1-into-v2.x-1749719841057:
  PHPC-2593: Update libmongoc to 1.30.5 (#1841)
@mongodb-php-bot mongodb-php-bot merged commit 98007e2 into v2.x Jun 12, 2025
62 checks passed
@mongodb-php-bot mongodb-php-bot deleted the merge-v2.1-into-v2.x-1749719841057 branch June 12, 2025 12:09
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