-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Prep 4.15.1 #2530
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
Prep 4.15.1 #2530
Conversation
.github/workflows/codeql.yml
Outdated
ref: ${{ inputs.ref }} | ||
persist-credentials: false | ||
- uses: actions/setup-python@v5 | ||
- uses: actions/setup-python@v6 |
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.
Do we actually want to backport these changes? I'd say 4.15.1 should only have PYTHON-5540 and PYTHON-5543.
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.
Thanks. Could you revert the v6
change here too?
Could you update the target branch to v4.15? |
…col (mongodb#2528) Co-authored-by: Noah Stapp <[email protected]>
9c5259e
to
10de931
Compare
doc/changelog.rst
Outdated
that would cause a ``TypeError`` when using ``pymongocrypt<1.16`` by passing an unsupported ``type_opts`` parameter even if | ||
Queryable Encryption text queries beta was not used. | ||
|
||
- Fixed a bug in ``AsyncMongoClient`` that caused a |
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.
Could you also fix the bullet point above? - Fixed a bug in
has an extra space before the -
, hence it renders incorrectly. The same issue is in the 4.14.1 section too.
This reverts commit 1eb824a.
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.
Thanks!
No description provided.