Skip to content

v0.19.0

Choose a tag to compare

@github-actions github-actions released this 14 Jul 18:53
v0.19.0
ea1aa28

Changes

  • chore: release 0.19.0 (#367)
  • fix: sanitize configuration identifiers in cache keys (#365)
  • refactor: migrate backend modules to shared ModuleAction helper (#363)
  • test: assert captured chat messages are non-empty (#364)
  • feat: per-user usage attribution for speech and image services (ADR-057) (#362)
  • fix: attribute LlmTranslator chat rows to the calling backend user (#361)

Installation

composer require netresearch/nr-llm

Publication status

Security

All release artifacts are signed with Sigstore keyless signing.

Verify signatures

cosign verify-blob \
  --bundle nr-llm-0.19.0.zip.sigstore.json \
  --certificate-identity-regexp "https://github.com/netresearch/.*" \
  --certificate-oidc-issuer "https://token.actions.githubusercontent.com" \
  nr-llm-0.19.0.zip

Verify checksums

sha256sum -c checksums.txt

Software Bill of Materials (SBOM)

SBOMs are provided in both SPDX and CycloneDX formats for supply chain transparency.