mongodb / mongo-php-driver

The Official MongoDB PHP driver
https://pecl.php.net/package/mongodb
Apache License 2.0
878 stars 199 forks source link

PHPC-2398: Use server_id methods for libmongoc 1.28+ #1582

Closed jmikola closed 1 month ago

jmikola commented 1 month ago

https://jira.mongodb.org/browse/PHPC-2398

Bumps libmongoc to 1.28-dev

jmikola commented 1 month ago

Note: I don't think we need to update the SBOM for this change, especially considering that I forgot how nasty the development version info is. It would need some parsing and/or different handling in order to produce a proper purl.

Agreed. I skipped that step from CONTRIBUTING.md and think it makes sense to do so provided we never cut a stable release on a dev version of libmongoc.

jmikola commented 1 month ago

Evergreen test failures are related to PHPC-2401, since CDRIVER-4828 has already been completed in libmongoc 1.28-dev. I'll look into this while this PR is open so we can avoid build failures after merging.