PHPC-2637: Update to libmongoc 1.30.6#1882
Merged
jmikola merged 1 commit intomongodb:v1.21from Oct 7, 2025
Merged
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR updates the bundled libmongoc dependency from version 1.30.5 to 1.30.6, ensuring all references and configurations are consistently updated across the codebase.
- Updates libmongoc submodule commit hash to point to version 1.30.6
- Updates version references in configuration files and build scripts
- Updates SBOM (Software Bill of Materials) metadata with new version information
Reviewed Changes
Copilot reviewed 5 out of 6 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| src/libmongoc | Updates submodule commit hash to libmongoc 1.30.6 |
| src/LIBMONGOC_VERSION_CURRENT | Updates version string from 1.30.5 to 1.30.6 |
| sbom.json | Updates SBOM metadata with new version references and timestamps |
| config.m4 | Updates minimum required version checks for system libraries |
| .evergreen/config/templates/build/build-libmongoc.yml | Updates build configuration to use libmongoc 1.30.6 |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
jmikola
approved these changes
Oct 7, 2025
Merged
Merged
alcaeus
added a commit
to alcaeus/mongo-php-driver
that referenced
this pull request
Oct 8, 2025
alcaeus
added a commit
that referenced
this pull request
Oct 8, 2025
Merged
alcaeus
added a commit
that referenced
this pull request
Jan 21, 2026
* v2.1: (48 commits) Back to -dev Package 2.1.4 PHPC-2637: Update to libmongoc 1.30.6 (#1882) (#1887) Back to -dev Package 2.1.3 Back to -dev Package 2.1.2 PHPC-2617: Support PHP 8.5 (#1871) PHPC-2613: Test x509 authentication on Atlas (#1858) Back to -dev Package 2.1.1 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 ...
alcaeus
added a commit
that referenced
this pull request
Jan 28, 2026
* v2.1: (50 commits) Back to -dev Package 2.1.5 Back to -dev Package 2.1.4 PHPC-2637: Update to libmongoc 1.30.6 (#1882) (#1887) Back to -dev Package 2.1.3 Back to -dev Package 2.1.2 PHPC-2617: Support PHP 8.5 (#1871) PHPC-2613: Test x509 authentication on Atlas (#1858) Back to -dev Package 2.1.1 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) ...
netbsd-srcmastr
pushed a commit
to NetBSD/pkgsrc
that referenced
this pull request
Feb 11, 2026
1.21.1 (2025-06-13) What's Changed * PHPC-2558: Update to libmongoc 1.30.3 by @alcaeus in mongodb/mongo-php-driver#1806 * Add CODEOWNERS for 1.21+ by @alcaeus in mongodb/mongo-php-driver#1810 * PHPC-2537 Update to newer Ubuntu version in GitHub Actions workflows by @GromNaN in mongodb/mongo-php-driver#1814 * PHPLIB-1678: Use assume_role command before accessing secrets by @alcaeus in mongodb/mongo-php-driver#1832 * Ignore branches that are no longer maintained when merging up by @alcaeus in mongodb/mongo-php-driver#1838 * PHPC-2593: Update libmongoc to 1.30.5 by @alcaeus in mongodb/mongo-php-driver#1841 1.21.2 (2025-10-07) What's Changed * Fix wrong PHP version constraint for pie by @alcaeus in mongodb/mongo-php-driver#1874 * PHPC-2635: Remove serverless URIs from Atlas connectivity tests by @jmikola in mongodb/mongo-php-driver#1879 * PHPC-2637: Update to libmongoc 1.30.6 by @alcaeus in mongodb/mongo-php-driver#1882 1.21.3 (seems not be released) 1.21.4 (2026-01-28) What's Changed * PHPC-2661: Use php-windows-builder for Windows extension builds by @alcaeus in mongodb/mongo-php-driver#1907 * Refactor release process to support php-windows-builder by @alcaeus in mongodb/mongo-php-driver#1916 * Fix broken release workflow by @alcaeus in mongodb/mongo-php-driver#1919 1.21.5 (2026-02-04) What's Changed * Fix artifact signing by @alcaeus in mongodb/mongo-php-driver#1923 * PHPC-2670: Upgrade libmongoc to 1.30.7 by @alcaeus in mongodb/mongo-php-driver#1930 * PHPC-2636: Respect libbson nesting limit when parsing PHP objects by @alcaeus in mongodb/mongo-php-driver#1934
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PHPC-2637
This updates the bundled libmongoc dependency to 1.30.6.