PHPC-2724: Bump libmongocrypt to 1.19.0#2029
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This pull request upgrades the bundled libmongocrypt dependency to 1.19.0 and aligns build/metadata files in the PHP MongoDB driver repo to reflect that new baseline.
Changes:
- Bump tracked libmongocrypt version to 1.19.0 (source/version tracking and build minimums).
- Update SBOM entries (purl/bom-ref/URLs) and metadata version/timestamp to match the new libmongocrypt release.
- Adjust CI “system libs” workflow to target the updated libmongocrypt release line.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
src/LIBMONGOCRYPT_VERSION_CURRENT |
Updates the recorded bundled libmongocrypt version to 1.19.0. |
sbom.json |
Updates SBOM component references and metadata for libmongocrypt 1.19.0. |
config.m4 |
Raises the minimum system libmongocrypt version to 1.19.0. |
.github/workflows/tests.yml |
Bumps CI system-libs libmongocrypt install version to 1.19. |
Comments suppressed due to low confidence (1)
src/LIBMONGOCRYPT_VERSION_CURRENT:2
- The libmongocrypt version file currently has an extra blank line. Keeping this file to a single line avoids accidentally introducing whitespace into version strings when it’s consumed by build scripts.
1.19.0
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| env: | ||
| PHP_VERSION: "8.3" | ||
| LIBMONGOCRYPT_VERSION: "1.18" | ||
| LIBMONGOCRYPT_VERSION: "1.19" |
Member
Author
Member
There was a problem hiding this comment.
Yep, this can be ignored. We don't necessarily want the same version as we bundle (as we may be slower in updating than the repo we install from), but we'll want to use at least the required version. 1.19 satisfies both.
paulinevos
approved these changes
Jun 17, 2026
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.
Upgrades the bundled libmongocrypt submodule from 1.17.3 to 1.19.0.
Fixes PHPC-2724