Skip to content

v0.1.2

Latest

Choose a tag to compare

@github-actions github-actions released this 05 Sep 16:04
· 12 commits to dev since this release
v0.1.2
6a25bfd

0.1.2 September 5th 2025

Bug Fixes:

  • Improved External Link Validation - Fixed false positives for legitimate external sites with slow response times (#80)
    • External links that timeout now get retried using existing --max-external-retries and --retry-delay-seconds configuration
    • Prevents false positives for legitimate sites that are simply responding slowly
    • Maintains existing behavior for SSL errors and DNS failures (immediate failure, no retry)
    • Retry attempts are logged and respect maximum retry limits with jitter

Dependencies:

  • Updated HtmlAgilityPack from 1.11.72 to 1.12.2 (#77)