Skip to content
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

Update Rust crate lopdf to 0.34.0 #471

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 16, 2024

This PR contains the following updates:

Package Type Update Change
lopdf dependencies minor 0.31.0 -> 0.34.0

Release Notes

J-F-Liu/lopdf (lopdf)

v0.34.0

Compare Source

Add
  • Add ASCII85 decoding (#​317)
  • Add text extraction based on ToUnicode cmap (#​314)
  • Add error handling to object stream (#​299)
  • Add PDFDocEncoding (#​296)
Cleanup
  • Cleanup comments and cargo fmt (#​290)
Detect
  • Detect reference cycles when going through trailers (#​308)
  • Detect reference cycles when parsing streams (with nom_parser) (#​300)
  • Detect reference cycles when collecting page resources (#​298)
Fix
  • Fix unicode fonts extraction in extract text example. (#​315)
  • Fix clippy warings
Implement
  • Implement encoding and decoding of text strings (PDF1.7 section 7.9.2.2) (#​297)
Improve
Refactor
  • Refactor get_or_create_resources() (#​291)
Release
  • Release 0.34
Replace
  • Replace unwrap with returning error (#​310)
  • Replace LinkedHashMap with IndexMap (#​293)
Update

v0.33.0

Accept
  • Accept comments in content parsing (#​261)
Added
  • Added a new feature to get images info from the pdf page. (#​275)
Async
AsyncReader
Fix
  • Fix parse outline failed, the key ’D‘ might be an object id (#​274)
  • Fix parse outline failed(#​270) (#​271)
Indexmap
  • indexmap use in TOC for sorted TOC (#​267)
Release
  • Release 0.33
Replace

v0.32.0

Add
  • Add debug format for hexadecimal (#​240)
Added
  • Added big generation value parsing (#​257)
Added
  • added object parse to get_page_fonts (#​249)
  • added meta info decryption (#​237)
Fix
  • Fix clippy warning and format code
  • Fix clippy warnings
  • Fix typo in README.md (#​251)
Fixed
  • Fixed parsing of the PDFs with incorrect xrefs to indirect objects (#​254)
Fixed
Handle
  • Handle references to arrays in get_page_contents() (#​245)
Object
  • Object and related types implement PartialEq (#​236)
Release
  • Release 0.32

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (f46df19) 54.08% compared to head (095ae33) 54.08%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #471   +/-   ##
=======================================
  Coverage   54.08%   54.08%           
=======================================
  Files           9        9           
  Lines         514      514           
=======================================
  Hits          278      278           
  Misses        236      236           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/lopdf-0.x branch from 095ae33 to 70267e0 Compare July 11, 2024 13:14
@renovate renovate bot changed the title Update Rust crate lopdf to 0.32.0 Update Rust crate lopdf to 0.33.0 Jul 11, 2024
@renovate renovate bot force-pushed the renovate/lopdf-0.x branch from 70267e0 to 0c247b3 Compare September 1, 2024 10:18
@renovate renovate bot changed the title Update Rust crate lopdf to 0.33.0 Update Rust crate lopdf to 0.34.0 Sep 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant