Skip to content

Darnlink

v0.6.0 Feature

This release adds 3 notable features for engineering teams evaluating rollout.

✓ 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

Darnlink is now published on PyPI with added packaging metadata and fail‑closed gate mode.

Full changelog

darnlink is now on PyPI. The one-liner drops the --from git+… scaffolding:

uvx darnlink <folder>            # dry-run (writes nothing)
uvx darnlink <folder> --write    # apply
# or: pipx install darnlink

Added

  • Published on PyPI — installable from the index; lower friction and a proper package page.
  • PyPI packaging metadata — classifiers (license, Python versions, topics) and project URLs
    (Homepage, Repository, Issues, Changelog).
  • Release automation via PyPI Trusted Publishing (OIDC) — builds sdist + wheel, runs
    twine check, uploads on a published Release. No API token stored anywhere.
  • recipes/darnlink-gate: fail-closed mode (DARNLINK_GATE_FAIL_CLOSED=1) — a transient
    network/PyPI failure no longer yields a green build with zero files validated (exit code 4).

Fixed

  • Docs: stale version pins — the quality-gate examples pinned rev: v0.1.1 / v0.2.0, from
    before the strict gate existed.

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

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]