This release fixes issues for SREs watching stability and regressions.
✓ No known CVEs patched in this version
Topics
+3 more
Summary
AI summaryFixed 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
About Darnlink
All releases →Related context
Related tools
Earlier breaking changes
- v0.4.0 `--exclude` behavior changed to support globs while remaining backward-compatible.
Beta — feedback welcome: [email protected]