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-retriesand--retry-delay-secondsconfiguration - 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
- External links that timeout now get retried using existing
Dependencies:
- Updated HtmlAgilityPack from 1.11.72 to 1.12.2 (#77)