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
Added validation to ensure pages belong to the correct application during partial exports. (GHSA-9xfc-9f97-x524) (#41832)
Improved test stability by wrapping the PropertyPaneTitle F2 assertion in waitFor. (#41888)
Fixed an issue where SSO login redirects landed on /applications instead of the originally requested application. (#41820)
Replaced innerHTML and dangerouslySetInnerHTML with safer alternatives to improve security. (#41836)
Breaking changes
The hardcoded IN_DOCKER environment variable in the published image has been removed. It has been replaced with a new environment variable APPSMITH_DISABLE_SSRF_FILTER which can be used in local development to reach local HTTP and Redis datasources. (#41921)