Skip to content

Releases: appsmithorg/appsmith

Release v1.88 🌈

08 Oct 06:26
68a89e9
Compare
Choose a tag to compare

Features

  • Added support for listing function versions and aliases in the AWS Lambda Plugin. (PR #41263)
  • Backend enhancement: Applications and workspaces are now sorted alphabetically. (PR #41253)
  • Added an account suspension error message to improve clarity when rate limiting is triggered. (PR #41254)

Fixes

  • Cleaned up logs for better maintenance. (PR #41275)
  • Fixed an issue where recreating DP failed due to network restrictions. (PR #41264)
  • OAuth2: Ensured single-valued hd parameter for compatibility with Spring Boot 3.3.13+. (PR #41271)
  • Fixed tab navigation issues in Fixed Layout caused by event listener timing. (PR #41256)
  • Updated logic to avoid interfering with DSL when infinite scroll is enabled. (PR #41217)
  • Fixed ad-hoc image generation step during build. (PR #41262)
  • Corrected Bitnami image hardcoding in init container definition. (PR #41257)
  • Added Content-MD5 header for Object Lock compliance. (PR #41241)

v1.87

25 Sep 13:36
Compare
Choose a tag to compare

Full Changelog: v1.86...v1.87

Release v1.86 🌈

24 Sep 05:35
e3cda4a
Compare
Choose a tag to compare

Fixes

  • Resolved multiple security vulnerabilities:

    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 responseMeta is added to query objects even when the query fails. (PR #41216)

  • Added .docx file 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 🌈

13 Aug 07:29
feadcc7
Compare
Choose a tag to compare

Fixes

  • Add compatibility to handle cases where the metadata.json file does not include the artifactJsonType attribute (#41156)

Release v1.84 🌈

06 Aug 06:03
6227d74
Compare
Choose a tag to compare

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 🌈

30 Jul 05:56
9cc4757
Compare
Choose a tag to compare

Features

  • Added an upgrade button to the editor header for easier access to plan upgrades (#41124)
  • Introduced a Git route aspect for better handling of Git branches in navigation (#41097)

Fixes

  • Updated the logo in the App Editor to use the branding logo for consistency (#41135)
  • Updated the editor logo to use the favicon instead, aligning with app branding (#41147)

Release v1.82 🌈

22 Jul 12:11
4eaae6b
Compare
Choose a tag to compare

Features

  • feat: Add premium feature tag for paid external SaaS plugins in the Data Side Pane
    [#41110]

  • feat: Update the premium icon on the Create Datasource page for improved clarity and user experience
    [#41109]

Release v1.81 🌈

16 Jul 05:12
f96f581
Compare
Choose a tag to compare

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 multiOrgDomains to improve test coverage and reliability (#41076)

Fixes

  • Added an additional check to display the correct cyclic dependency error in reactive workflows (#41090)
  • Fixed an issue with form login by adding a missing check for organization data (#41091)

Release v1.80 🌈

09 Jul 06:29
a256a97
Compare
Choose a tag to compare

Features

  • Improved navigation state management in PageEntity and related sagas for better route handling (#41081)
  • Implemented onPageUnload functionality for the Edit App mode's page selector (#41074)
  • Integrated onPageUnload behavior with the backend for deployed applications (#41036)

Fixes

  • Enhanced handling of CA certificates in the entrypoint script to improve reliability (#40933)

Release v1.79 🌈

02 Jul 04:46
f5405c1
Compare
Choose a tag to compare

Features

  • Excluded app.appsmith.com from 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.sh by updating the cluster name and improving kubeconfig handling (#40981)