Change Log

View Source

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

v0.2.0 (2026-06-10)

Features:

  • registry: retry failed bundle fetches before TTL expiry by futhr

Bug Fixes:

  • backend: reject invalid backend configuration with a clear error by futhr

  • registry: reject non-object JSON responses by futhr

  • envelope: make verify/2 total over adversarial input by futhr

  • audit: enforce HMAC chain contiguity in verify_chain by futhr

  • policy: own the default rate table and survive creation races by futhr

  • use force-build for NIF compilation in CI by Tobias Bohwalli

v0.1.1 (2026-04-06)

Bug Fixes:

  • add NIF version features and musl/LTO config for precompiled builds by Tobias Bohwalli

v0.1.0 (2026-04-03)

Features:

  • add missing protocol types from sigil-protocol crate by Tobias Bohwalli

  • Rust NIF backend via Rustler by Tobias Bohwalli

  • SIGIL protocol core library by Tobias Bohwalli

Bug Fixes:

  • remove HTML div wrapper for hex.pm rendering by Tobias Bohwalli

  • resolve doc coverage failures in CI by Tobias Bohwalli

  • track benchmark output for ExDoc generation by Tobias Bohwalli