Skip to content

Releases: maxwellsantoro/pagedigest

pagedigest-generator v0.2.0

Choose a tag to compare

@github-actions github-actions released this 04 Jul 04:21

Adds optional stable per-entry modified timestamps via --with-modified. Timestamps persist across unchanged builds and advance only when content changes.\n\nDownload the archive for your platform, extract it, and run pagedigest-generator <site-output-directory>.

pagedigest-generator v0.1.0

Choose a tag to compare

@github-actions github-actions released this 04 Jul 03:22

First packaged release of the PageDigest manifest generator.\n\nDownload the archive for your platform, extract it, and run pagedigest-generator <site-output-directory>. Each archive includes the implementation README, protocol specification, and MIT license.

v1.0.0-rc.1

Choose a tag to compare

@maxwellsantoro maxwellsantoro released this 02 Jul 20:49

First public release candidate for the pagedigest protocol.

Wire format: stable at /.well-known/pagedigest.json with monotonic site_rev / per-URL rev and optional SHA-256 digests.

Shipped in this repo:

  • Rust generator (pagedigest-generator)
  • Python consumer library
  • Conformance test vectors
  • Post-deploy digest reconcile tooling
  • Live dogfood at https://pagedigest.org

Normative docs: SPEC.md · CONTRACT.md

Package registries (PyPI, crates.io, npm) and SSG plugins remain planned — see ROADMAP.md.