-
Notifications
You must be signed in to change notification settings - Fork 505
3.0.1 release #1446
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
3.0.1 release #1446
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.
LGTM 👍
bd0d499
to
930baca
Compare
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.
🚢 🚢
@sfc-gh-mheavin Please review release notes |
DESCRIPTION.md
Outdated
|
||
- Improved the robustness of OCSP response caching to handle errors in cases of serialization and deserialization. | ||
- Fixed a bug where `AuthByKeyPair.handle_timeout` should pass keyword arguments instead of positional arguments when calling `AuthByKeyPair.prepare`. PR #1440 (@emilhe) | ||
- Improved the robustness of OCSP response caching to handle errors in cases of serialization and deserialization |
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.
End each item with a period
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.
Historically we don't put periods at the ends, is that something that we should be doing from now on?
Co-authored-by: Mike Heavin <[email protected]>
Codecov Report
@@ Coverage Diff @@
## main #1446 +/- ##
==========================================
+ Coverage 81.74% 81.96% +0.22%
==========================================
Files 60 60
Lines 8599 8599
Branches 1271 1271
==========================================
+ Hits 7029 7048 +19
+ Misses 1238 1221 -17
+ Partials 332 330 -2
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Please answer these questions before submitting your pull requests. Thanks!
What GitHub issue is this PR addressing? Make sure that there is an accompanying issue to your PR.
Fixes #NNNN
Fill out the following pre-review checklist:
Please describe how your code solves the related issue.
Getting ready for the next release!