Trail log
Changelog
High-level history of what landed in this app. Dates are approximate where the repo has no tagged releases.
-
March 2026
Site & brand pass
- Marketing redesign: trail / outpost palette, emblem logo, textured background
- Dedicated Features and Changelog pages
- Per-bin request transformations: mask header/query/JSON fields and rename headers for display; see README in the repo
- Usage analytics & audit log: per-bin and account charts, Sanctum API request logging, append-only audit_logs for settings, export, clear, delete, replay, diff, and tokens
- Public OpenAPI 3 spec and Swagger UI at /docs/api with Try it out and request code samples
- Traffic alerts: per-bin email, Slack incoming webhook, or custom HTTPS JSON webhook with optional cooldown
- Teams (workspaces): owner / admin / editor / viewer roles, invite by email, shared team bins; personal bins unchanged
- Per-bin sharing: invite registered users as viewer or editor on any personal or team bin (team owners/admins or bin creator manage invites)
-
Earlier
Core product
- Webhook bins with ULID ingest URLs and SQLite persistence
- Live capture list via Server-Sent Events
- Guest bins with session-scoped access; save to account after login
- Configurable ingress response, relay forward URL, retention, and RPM throttle
- JSON export, capture diff, and replay to arbitrary URL
- Laravel Breeze auth; Sanctum API tokens and
/api/v1read endpoints
How to maintain this page
Append a new dated block at the top of the timeline when you ship user-visible behavior. Link to PRs or tags if you publish them. The Features page should stay the “what exists” source of truth; use the changelog for narrative and timing.