ROB: Allow to fix AES padding length in non-strict mode - #3742
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #3742 +/- ##
=======================================
Coverage 97.59% 97.59%
=======================================
Files 55 55
Lines 10217 10228 +11
Branches 1875 1877 +2
=======================================
+ Hits 9971 9982 +11
Misses 141 141
Partials 105 105 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Collaborator
Author
|
@newhouse I planned to do a release by sunday the latest. We just had public holiday here and I have mostly been offline. |
|
Thank you @stefan6419846 ! We were just awaiting this somewhat eagerly as we'd upgraded from |
stefan6419846
added a commit
that referenced
this pull request
May 9, 2026
## What's new ### New Features (ENH) - Initialise a Font from an embedded font file (#3704) by @PJBrs ### Robustness (ROB) - Allow to fix AES padding length in non-strict mode (#3742) by @stefan6419846 ### Developer Experience (DEV) - Enable PyPy testing again (#3752) by @stefan6419846 - Align mypy Makefile target with strict mode (#3690) by @costajohnt [Full Changelog](6.10.2...6.11.0)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Closes #3739.