Fixes
- Eliminated a concurrency bug in the file deletion logic by removing side effects from parallel streams (#40744)
- Redirect users who are not part of an organization to the signup page (#40735)
- Refactored validation logic in
TableWidgetV2
to improve clarity and correctness (#40679) - Added type checking for Mixpanel session recording methods (#40717)
- Logged out users if their session has expired between page switches (#40718)
- Enabled
runBehaviour
in published mode as well (#40722) - Fixed email validation logic in
InputWidgetV2
(#40708) - Prevented
NullPointerException
duringBearerTokenAuth
import (#40688) - Ensured left-side auth content is shown when multi-org feature is enabled (#40687)