-
Notifications
You must be signed in to change notification settings - Fork 208
PHPC-1369: Upgrade libmongoc to 1.15.0 #1009
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good to me!
0af97cd
to
3c00ce6
Compare
When upgrading the libmongoc submodule, be sure to regenerate Perhaps we should also reference this outside of the "Releasing" section, as that may be how you missed it. |
…ue to using an unsupported storage engine
I looked at #996 and tried to replicate your steps, but I definitely missed this. I expanded the contribution docs to include a section on bumping libmongoc and moved the highlighted paragraph from the release docs to this new chapter since we not only bump libmongoc during release preparations. |
https://jira.mongodb.org/browse/PHPC-1369
Also contains a test to verify the actionable exception message when using retryWrites on a storage engine that doesn't support it (PHPC-1422) as well as two sanity tests to test retryable reads (PHPC-1291). Spec tests for retryable reads will be implemented in PHPLIB-463.