Tuesday, May 6, 2026 — here's what changed in Linear overnight.
Updated login flow with SSO support, passkey prompt, and new branding. 4 screens: email entry, SSO redirect, passkey, and error state.
test_rate_limit_concurrent fails intermittently on CI (~15% of runs). Likely a race condition in the test fixture teardown.
Sliding-window rate limiting on all public API endpoints. 120 req/min per API key, returns 429 with Retry-After header.
Extract pricing page color and spacing values into design tokens. Align with the new DS token naming convention (--price-* namespace).