All release notes

v1.189.0

1 feature

Implement requireAuth middleware across multiple routes

  • Integrated `requireAuth` middleware into various routes including admin, billing, inbox, notes, spaces, sync, and threads to enforce user authentication.
  • Simplified authentication checks by removing redundant user ID validations in route handlers.
  • Enhanced security and user experience by ensuring that sensitive operations are protected by authentication requirements.