Skip to content

Release v1.7.1

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 03 Sep 08:26
6991b88
fix: Adding error log when parser fails on doc level (#147)

Previously, if a document failed during parsing, the error was silently
ignored and only the successfully parsed documents were returned.
This PR introduces error logging so that any document-specific parsing
failures are now recorded, making issues more visible while continuing
to return the successfully parsed documents.