Skip to content

v0.3.0

Choose a tag to compare

@CybotTM CybotTM released this 01 Mar 10:21
v0.3.0
c31c997

Changes

  • chore: bump version to 0.3.0
  • feat: expose configuration-based chat methods on LlmServiceManagerInterface (#76)
  • fix: use integer values for f:be.infobox state for v13 compatibility (#75)
  • feat: expose chatWithConfiguration and streamChatWithConfiguration on interface
  • fix: use integer values for f:be.infobox state for v13 compatibility
  • fix: explicitly enable fuzz and mutation tests

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