Skip to content

Darnlink

v0.15.0 Bugfix

This release fixes issues for SREs watching stability and regressions.

✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

cli documentation links markdown markdown-links pre-commit
+3 more
python self-healing uuid

Summary

AI summary

Fixed transient GitHub responses causing false web_not_found errors for web-check --online.

Full changelog

First code change since 0.12.0 (0.13/0.14 were recipe-only).

Fixed

  • web-check --online: transient GitHub responses no longer produce a false web_not_found.
    default_fetcher now retries transient statuses (404/429/5xx/network error) with short capped
    backoff (0.5s → 1.0s → 2.0s, capped 4s; 3 attempts by default, DARNLINK_WEB_ATTEMPTS to tune).
    404 is intentionally in the transient set: the Contents API 404s under secondary-rate-limit and
    for a file requested right after its push (CDN not yet warm). A genuinely dead link 404s on every
    attempt and is still reported — retry removes only the flake, never hides a real break. This makes
    web: true safe in blocking gates (pre-commit / pre-push), not just CI/manual.

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

Share this release

Track Darnlink

Get notified when new releases ship.

Sign up free

About Darnlink

All releases →

Related context

Earlier breaking changes

  • v0.4.0 `--exclude` behavior changed to support globs while remaining backward-compatible.

Beta — feedback welcome: [email protected]