-
Notifications
You must be signed in to change notification settings - Fork 75
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
Integrate latest 3.12.1 changes #347
Conversation
@@ -57,7 +57,6 @@ dev = [ | |||
"pytest-cov>=3.0.0", | |||
"sphinx", | |||
"sphinx_rtd_theme", | |||
"types-pkg_resources", |
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.
This package is no longer usable, see https://pypi.org/project/types-pkg-resources/
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #347 +/- ##
==========================================
+ Coverage 95.95% 95.96% +0.01%
==========================================
Files 26 26
Lines 4277 4291 +14
==========================================
+ Hits 4104 4118 +14
Misses 173 173 ☔ View full report in Codecov by Sentry. |
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.
lgtm
This PR integrates the following changes made in 3.12.1:
skipFastLockRound
option for transactions (see docs)/_admin/log/level
to reset all loglevels to their startup values (see docs)
Driver version 8.1.0 is prepared. Once this PR is merged, I'll proceed with the release.