v0.5.0
[v0.5.0] - 2026-06-23
Security
- Path traversal protection: all file endpoints validate paths against configured
log_dirsandlog_filesviacanonicalize()+ allowlist check - Token authentication: optional Bearer token via
config.toml,TAILR_TOKENenv var, or Settings UI - CSRF protection: restricted CORS headers +
X-Requested-Withcheck on POST endpoints - Config write protection:
POST /api/config/log-levelsrequires authentication when token is set - Error sanitization: generic error messages to client, detailed errors logged server-side
- Search parameter limits:
contextcapped at 50,limitcapped at 10000
Features
- Token input dialog: auto-popup on 401, auto-reload file list after authentication
- Token setting in Settings dialog (persisted to localStorage)
Full Changelog: v0.4.0...v0.5.0