Skip to content

Darnlink

v0.9.1 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 darnlink check crashing on Windows cp1252 consoles by using ASCII arrow and degrading unencodable output.

Full changelog

Fix: darnlink check no longer crashes on a Windows cp1252 console.

The summary line printed (U+2192), which the Spanish-Windows default code page (cp1252) cannot encode → UnicodeEncodeError → the gate exited non-zero on encoding, not on links (a false red for every Windows repo running the gate). The arrow is now ASCII ->, and main() makes stdout/stderr degrade unencodable output instead of raising — so the gate can never crash on a console encoding again. No PYTHONUTF8 workaround needed.

Regression test asserts the check output is cp1252-encodable.

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]