Skip to content

Releases: loreste/loom

v0.2.1

Choose a tag to compare

@github-actions github-actions released this 08 Aug 02:24
Loom v0.2.1

Release-pipeline fixes that landed after the v0.2.0 tag, so that a plain tag
push produces a complete, verifiable release.

- The publish job checks out the repository before downloading artifacts; it
  previously failed on the missing artifact verification script after every
  artifact had already been built, signed, and attested.
- SHA256SUMS is attached to the release. scripts/install.sh fetches it and
  verifies the binary against it, so the documented installer could not
  succeed for any earlier release.
- The SBOM is checksummed and signed; the checksum and signature jobs
  previously ran without it.
- container-scan no longer filters its push trigger by path, so a release
  commit that touches only VERSION and documentation still satisfies the
  release gate.
- The Python, TypeScript, and Rust SDK User-Agent strings track the release
  version again.

The v0.2.0 tag is unchanged.

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 07 Aug 23:01
Loom v0.2.0

Breaking:
- loom audit rotate requires --checkpoint and LOOM_AUDIT_CHECKPOINT_KEY_PREVIOUS,
  and verifies the prior checkpoint under the retired key before re-signing.
- runtime.Metrics.ObserveRecovery is split into ObserveRecoveryQueue and
  ObserveRecoveryProgress.
- oidc.NewVerifier fetches the JWKS during construction, so an unreachable key
  endpoint fails at startup.

Added: loom audit verify-checkpoint, loom audit export --stream for the durable
PostgreSQL audit stream, and bootstrap.Config.ReadyChecks with
oidc.Verifier.ReadyCheck.

Fixed: durable-store and recovery metrics were exported but never written;
loom_execute_duration_seconds was missing _sum; /readyz ignored an
application-supplied identity verifier; and PostgreSQL audit export could not
verify a chain written on a platform with a nanosecond clock.

v0.1.8

Choose a tag to compare

@github-actions github-actions released this 07 Aug 17:49
4adb0bf
Loom v0.1.8

v0.1.7

Choose a tag to compare

@github-actions github-actions released this 06 Aug 03:46
0322765
Release v0.1.7

v0.1.6

Choose a tag to compare

@github-actions github-actions released this 06 Aug 02:43
Release v0.1.6

v0.1.5

Choose a tag to compare

@github-actions github-actions released this 06 Aug 01:18
3c05ed0
Loom v0.1.5

v0.1.4

Choose a tag to compare

@github-actions github-actions released this 06 Aug 00:19
f94aacd
Release v0.1.4

Loom v0.1.3

Choose a tag to compare

@loreste loreste released this 05 Aug 21:25
45995e2

What's Changed

  • Prepare Loom v0.1.1 public release by @loreste in #1
  • Harden security pipeline and enforce tenant isolation by @loreste in #2
  • Harden runtime and add SDK support by @loreste in #3

New Contributors

Full Changelog: v0.1.2...v0.1.3

v0.1.2

Choose a tag to compare

@github-actions github-actions released this 05 Aug 19:24
Loom v0.1.2 security and tenancy hardening

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 05 Aug 17:53
Loom v0.1.1 public release