v1.25.11
Changes
- fix(ci): pyasn1 0.6.4 (CVE-2026-59886) + rlimit test wall-clock margin (b3b3e01)
- test(agents): realign FakeStreamingService on the production contract (persistable_widgets) (d944de3)
- chore(release): v1.25.11 — widget reliability end-to-end + security wave (ADR-136, ADR-137) (1d43800)
- docs(adr): reconstitute the 6 founding ADRs and resolve the ADR-007 conflict (#215) (fa5234d)
- docs: realign documentation with the codebase (215 files audited) (#214) (375f30a)
- chore(deps): bump 109 npm minor/patch updates, with the vite override realigned (#213) (7d1c7cf)
- build(deps): Bump the actions group with 6 updates (#209) (241a0d1)
- fix(security): remediate all 16 code scanning alerts and 7 advisories at source (#212) (3704947)
- fix(chat): open a long conversation at its last message, for real this time (48b8fd7)
- fix(faq): wire the voice_mode section so its six answers finally render (22d8537)
- ci(a11y): give Firefox a HOME it owns in the periodic browser matrix (84afc33)
Docker Images
docker pull ghcr.io/jgouviergmail/LIA-Assistant/api:v1.25.11
docker pull ghcr.io/jgouviergmail/LIA-Assistant/web:v1.25.11Quick Start
git clone https://github.com/jgouviergmail/LIA-Assistant.git
cd LIA-Assistant
cp .env.example .env
docker compose up -dWhat's Changed
- fix(security): remediate all 16 code scanning alerts and 7 advisories at source by @jgouviergmail in #212
- build(deps): Bump the actions group with 6 updates by @dependabot[bot] in #209
- chore(deps): bump 109 npm minor/patch updates, with the vite override realigned by @jgouviergmail in #213
- docs: realign documentation with the codebase (215 files audited) by @jgouviergmail in #214
- docs(adr): reconstitute the 6 founding ADRs, resolve ADR-007 conflict by @jgouviergmail in #215
Full Changelog: v1.25.10...v1.25.11