All release notes

v1.152.8

1 fix

Prevent devResetUserOnce from running on Netlify

  • Updated the devResetUserOnce middleware to check for the NETLIFY environment variable, ensuring it does not execute on Netlify deployments.
  • This change enhances the development experience by maintaining a clean user state during local development.