Releases: appsmithorg/appsmith
Releases · appsmithorg/appsmith
v1.87
Full Changelog: v1.86...v1.87
Release v1.86 🌈
Fixes
-
Resolved multiple security vulnerabilities:
- CVE-2024-38821 (PRs #41221, #41188)
- CVE-2025-48734 (PR #41223)
Note: With this recent upgrade of the Spring Security library, the handling of Google authentication has been impacted. Since Google auth is integrated through Spring Security, configurations which allow multiple domains for the sign up/sign in flow are currently resulting in errors during authentication.
-
Ensured
responseMetais added to query objects even when the query fails. (PR #41216) -
Added
.docxfile type support to binary handling. (PR #41200) -
Fixed extra spacing issues in pages with a Fixed Height container by removing redundant code. (PR #41178)
-
Temporarily switched to Bitnami legacy images for stability. (PR #41176)
Release v1.85 🌈
Fixes
- Add compatibility to handle cases where the
metadata.jsonfile does not include theartifactJsonTypeattribute (#41156)
Release v1.84 🌈
Fixes
- Skipped evaluation of JSObjects when the path points to a function, improving performance and avoiding unnecessary computation (#41157)
- Applied a security patch addressing issue #425 (#41152)
- Implemented an additional security fix to strengthen system integrity (#41149)
- Updated the app editor logo to use the favicon, aligning with overall branding (#41147)
- Refined reactive action logic to resolve cyclic dependency issues, especially with app templates and the database-driven "Generate Page" flow (#41144)
- Improved app libraries path matching to ensure accurate checks during evaluation (#41139)
- Corrected column position validation logic in the Table V2 freeze column test to ensure proper functionality (#41130)
Release v1.83 🌈
Release v1.82 🌈
Release v1.81 🌈
Features
- Skipped the license selection page for cloud billing users to streamline onboarding (#41102)
- Added multi-organization support to signup redirect helpers for improved navigation (#41099)
- Introduced a form login enablement command and enhanced Redis URL handling for better configuration (#41078)
- Added unit tests for
multiOrgDomainsto improve test coverage and reliability (#41076)
Fixes
Release v1.80 🌈
Features
- Improved navigation state management in
PageEntityand related sagas for better route handling (#41081) - Implemented
onPageUnloadfunctionality for the Edit App mode's page selector (#41074) - Integrated
onPageUnloadbehavior with the backend for deployed applications (#41036)
Fixes
- Enhanced handling of CA certificates in the entrypoint script to improve reliability (#40933)
Release v1.79 🌈
Features
- Excluded
app.appsmith.comfrom recent domains tracking to reduce unnecessary entries (#41059)
Fixes
- Fixed client build failure on EE by updating utility logic (#41058)
- Refined the function used to detect reactive cyclic dependencies for better evaluation stability (#41049)
- Removed incorrect API parameter dependency updates in evaluations to prevent reactivity issues (#41019)
- Adjusted
deploy_preview.shby updating the cluster name and improving kubeconfig handling (#40981)
Release v1.78 🌈
Features
- Enabled organization fetching based on cloud billing status (#41016)
- Implemented generation of an empty meta widget to handle empty data scenarios gracefully (#40886)
- Added a multi-organization dropdown for easier organization switching (#40967)
- Introduced
instanceIdinto distributed lock keys to ensure proper isolation across instances (#40966) - Improved UI spacing and text truncation in the “Recent Domains” section for better readability (#40970)
- Added tracking support for domains in multi-organization setups (#40938)
Fixes
- Upgraded TinyMCE to the latest MIT-licensed version (#41003)
- Suppressed the
ResizeObserverloop runtime error in development when usingwebpack-dev-server(#40968) - Resolved JSObject test failures after CRUD generation updates (#40954)
- Updated debugger assertion method to use
GetNAssertElementText(#40937) - Fixed various package upgrade issues and completed incremental upgrades (#40935, #40947)