Skip to content

PYTHON-5357 Update changelog for 4.12.1 release #2321

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merged
merged 1 commit into from
Apr 29, 2025

Conversation

aclark4life
Copy link
Contributor

No description provided.

Copy link
Member

@blink1073 blink1073 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! The link failure should be resolved, I kicked the build.

@aclark4life aclark4life merged commit 08e7f03 into mongodb:master Apr 29, 2025
31 of 32 checks passed
@blink1073
Copy link
Member

drivers-pr-bot please backport to v4.12

Copy link

Sorry, unable to cherry-pick to v4.12, please backport manually. Here are approximate instructions:

  1. Checkout backport branch and update it.
git checkout -b cherry-pick-v4.12-08e7f036a22b1ee38bed9793d494b7f5fe174c04 v4.12

git fetch origin 08e7f036a22b1ee38bed9793d494b7f5fe174c04
  1. Cherry pick the first parent branch of the this PR on top of the older branch:
git cherry-pick -x -m1 08e7f036a22b1ee38bed9793d494b7f5fe174c04
  1. You will likely have some merge/cherry-pick conflicts here, fix them and commit:
git commit -am {message}
  1. Push to a named branch:
git push origin cherry-pick-v4.12-08e7f036a22b1ee38bed9793d494b7f5fe174c04
  1. Create a PR against branch v4.12. I would have named this PR:

"PYTHON-5357 Update changelog for 4.12.1 release (#2321) [v4.12]"

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants