This release adds 3 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+3 more
Summary
AI summaryAdded fail-closed strict gate, source‑only opt‑out marker, and full CLI reference.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Feature | Low |
Adds fail-closed strict gate and `darnlink-strict` hook. Adds fail-closed strict gate and `darnlink-strict` hook. Source: llm_adapter@2026-07-18 Confidence: high |
— |
| Feature | Low |
Adds `<!-- darnlink-ignore-links -->` source‑only opt‑out for link rewriting. Adds `<!-- darnlink-ignore-links -->` source‑only opt‑out for link rewriting. Source: llm_adapter@2026-07-18 Confidence: high |
— |
| Feature | Low |
Adds full CLI option reference, in‑file vocabulary, and `--json` documentation. Adds full CLI option reference, in‑file vocabulary, and `--json` documentation. Source: llm_adapter@2026-07-18 Confidence: high |
— |
| Bugfix | Medium |
Fixes stale `__version__` to correctly track `pyproject` version. Fixes stale `__version__` to correctly track `pyproject` version. Source: llm_adapter@2026-07-18 Confidence: high |
— |
Full changelog
Release of features already on main since v0.1.1, so downstreams can pin them.
Added
- Fail-closed strict gate +
darnlink-stricthook (#2) — require every anchorable link to be robust, not just that existing robust links keep working (darnlink . --robustify, dry-run, fail-closed). <!-- darnlink-ignore-links -->(#3) — a source-only opt-out: darnlink never rewrites links inside a file carrying it, but the file stays a first-class target (itsuuidis still indexed). This is what a generated file needs, and it replaces external allowlists.- Full CLI option reference + in-file vocabulary +
--jsondocs (#4).
Fixed
__version__was stale at0.1.0since the 0.1.1 release; now trackspyproject(0.2.0).
Full changelog: https://github.com/txemi/darnlink/blob/main/CHANGELOG.md
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]