Skip to content

Release v0.15.1 - #234

Open
ArthurBernard wants to merge 5 commits into
masterfrom
develop
Open

Release v0.15.1#234
ArthurBernard wants to merge 5 commits into
masterfrom
develop

Conversation

@ArthurBernard

Copy link
Copy Markdown
Owner

Cette PR sera mergée après que chore/release-0.15.1 (#233) ait atterri dans develop.

[0.15.1] - 2026-08-02

Fixed

  • The access log never prints secrets — a redaction filter on the uvicorn
    access/error loggers masks sensitive query values (token, signature,
    api_key, nonce — the transport/http.py key set, public as redact_url)
    at all three serving commands (serve, start --serve, dashboard), so the
    documented ?token= script auth can no longer write the dashboard token to
    journald/log files. (fix: redact secret query values from the uvicorn access log #232)

The documented `?token=` script auth was written verbatim by uvicorn's
access logger (observed in journald on the 2026-08-02 systemd deploy; token
rotated). A mutating logger-level filter — reusing the transport URL
scrubber via the new public `redact_url` alias — is installed at all three
uvicorn launch sites and survives uvicorn's own dictConfig.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant