Product
Changelog
Notable shipping notes. Dates are approximate for early releases.
2026-08-07
Baseline security headers
- X-Content-Type-Options, Referrer-Policy, X-Frame-Options, Permissions-Policy, and HSTS on all routes
- CSP deferred; API remains server-side (no browser CORS allowlist for secret keys)
2026-08-07
API only on api.elselane.com
- Public API is https://api.elselane.com/v1/… only — no apex /api/v1 alias
- Requests to elselane.com/api/v1/… permanently redirect (308) to the API host
- Docs, OpenAPI, dashboard, and llms.txt updated
2026-08-07
Canonical API host api.elselane.com
- Public API at https://api.elselane.com/v1/… (rewrites to /api/v1 handlers)
- Non-API paths on the API host redirect to elselane.com
- Docs, OpenAPI, dashboard quickstart, and llms.txt use the API host
- API host /health probe + structured request logs (filter by host=api.elselane.com)
2026-08-07
Plausible loads without consent gate
- Cookieless Plausible loads via NEXT_PUBLIC_PLAUSIBLE_SCRIPT_SRC (hashed pa-*.js snippet)
- Cookie notice simplified to necessary session cookies (Got it)
2026-08-07
Cookies consent, accessibility, and docs polish
- Cookie Policy (/cookies) and site cookie notice
- Accessibility statement; branded 404
- Security contact: security@elselane.com
- Docs: API v1 compatibility + server-side CORS guidance
2026-08-06
JSON mode, model headers, and Deno docs
- response_format: { type: "json_object" } on /answer and /chat/completions
- JSON mode routes only to native JSON providers and validates parseable objects
- X-ElseLane-Model / Provider / Fallback / Task-Type response headers
- Deno/Edge fetch example in public docs; OpenAPI updated
2026-08-03
Marketing site, public docs, and legal pages
- Public landing page with pricing and product messaging
- Privacy, Terms, FAQ, Contact, Security, and Status pages
- SEO: sitemap, robots, Open Graph image, llms.txt
- API docs are now public (no login required)
2026-08-02
Brand, account polish, and Gemini upgrade
- ElseLane failover-arc brand mark across the product
- Account: email prefs, OAuth unlink, usage export, delete account
- API key last-used, copy, and revoke improvements
- Classifier and chains updated to gemini-3.6-flash
2026-07
Admin, usage charts, and PII guardrails
- Founder admin panel (providers, incidents, users, routing, revenue)
- Dashboard usage charts (7 / 30 / 90 day)
- High-risk PII block/redact before provider calls
- Attempt transparency on answer responses
2026-06
ElseLane v1
- POST /api/v1/answer with classify → chain → failover
- OpenAI-compatible /api/v1/chat/completions (model: auto)
- Prepaid Stripe credit packs and dashboard
- Google / email-password / magic link auth