-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
REL: 4.3.1 #2764
REL: 4.3.1 #2764
Conversation
## What's new ### Bug Fixes (BUG) - Cope with Matrix entry in field annotations (#2736) ### Robustness (ROB) - Cope with fields with upside down box/rectangle (#2729) by @pubpub-zz ### Documentation (DOC) - Update Link Documentation Example (#2759) by @jparris - Make table consistent with pdf-version-support.md (#2758) by @j-t-1 - Add feature support by pypdf (#2738) by @j-t-1 - Move JavaScript example (#2746) by @j-t-1 - Added example for downloading a PDF from Google Cloud Storage (#2745) by @prodeveloper - Miscellaneous tiny changes (#2744) by @j-t-1 - Amend comment with rectangle duplication (#2733) by @j-t-1 - Use enumerate in extract example (#2727) by @j-t-1 - Tiny changes (#2723) by @j-t-1 ### Maintenance (MAINT) - Remove redundant pass statement (#2739) by @j-t-1 - Update Python version support documentation (#2740) by @j-t-1 - Remove redundant super() (#2734) by @j-t-1 - Add deprecate_with_replacement to StreamObject.initializeFromD… (#2728) by @j-t-1 ### Code Style (STY) - Change argument type (#2741) by @j-t-1 - Use endswith instead of logical equals (#2732) by @j-t-1 [Full Changelog](4.3.0...4.3.1)
Apparently, there is a (upcoming) breaking change to cryptography which affects us and blocks this release. |
Interesting. Fixed in #2765 |
I just rebased this PR to fix the CI. We probably want to include this change inside the changelog as well. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2764 +/- ##
=======================================
Coverage 95.12% 95.12%
=======================================
Files 51 51
Lines 8555 8555
Branches 1706 1706
=======================================
Hits 8138 8138
Misses 263 263
Partials 154 154 ☔ View full report in Codecov by Sentry. |
@stefan6419846 done :-) Feel free to merge (I want to see if it then generates the git tag 😅 ) |
@MartinThoma Apparently not, as GitHub Actions does not have the corresponding permission: https://github.com/py-pdf/pypdf/actions/runs/10030795322/job/27720496266 |
What's new
Bug Fixes (BUG)
Robustness (ROB)
Documentation (DOC)
Maintenance (MAINT)
Code Style (STY)
Full Changelog