Skip to content

v0.4.9

Choose a tag to compare

@github-actions github-actions released this 07 Mar 22:41
· 495 commits to main since this release
v0.4.9
33ec27d

Changes

  • chore: add German TCA translations and bump version to 0.4.9
  • feat: add German translations for backend module
  • fix: show config name and UID in test modal titles
  • fix: localize TCA labels, fix type key, remove deprecated cruser_id
  • docs: add missing captions, wrap lines to 80 chars, fill changelog
  • docs: add backend screenshots and update model IDs to March 2026
  • docs: fix guides.xml version and update outdated model IDs
  • fix: ensure TER publish waits for GitHub release
  • docs: expand card-grid to 8 cards covering all major sections

Installation

composer require netresearch/nr-llm

Security

All release artifacts are signed with Sigstore keyless signing.

Verify signatures

cosign verify-blob \
  --bundle nr-llm-0.4.9.zip.bundle \
  --certificate-identity-regexp "https://github.com/netresearch/.*" \
  --certificate-oidc-issuer "https://token.actions.githubusercontent.com" \
  nr-llm-0.4.9.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.