You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
htmx: htmx 4 server-side support — own request detection, drop dead response helpers (#2073)
security: Apps running with environment=prod now refuse to start if SESSION_KEY is still a known placeholder (old ct-!secret-must-change-me or new CHANGE_ME_RUN_vibetuner_crypto_generate). Set a unique SESSION_KEY (vibetuner crypto generate-key) before deploying. Auth endpoints (magic-link send, OAuth init) are now rate-limited to 5/minute per IP by default; tune via RATE_LIMIT_AUTH_LIMITS. See the v11->v12 upgrade guide (#2034).
Features
api: export sse_endpoint, broadcast, create_crud_routes, require_htmx from the top-level package (#2021) (f8a1511)
htmx: htmx 4 server-side support — own request detection, drop dead response helpers (#2073) (e7812da)
ship a safe .worktreeinclude for worktree-based dev (#2064) (622000b)
targeted cache invalidation for vary'd keys and O(variants) pattern invalidation (#2009) (5d7a813)