Skip to content

Releases: appsmithorg/appsmith

Release v1.93 🌈

04 Dec 13:06
fa279f1

Choose a tag to compare

Features

  • Static URL Support for Applications and Pages. (#41312)
  • Added support for Custom GraphQL Actions for integrations using GraphQL. (#41404)
  • Added formatting for GraphQL body in the query editor. (#41425)
  • Added a setValue method for the Radio Group widget. (#41402)
  • Enabled specifying deployments in the Helm chart without requiring autoscaling. (#41397)

Fixes

  • Simplified the isChecked update logic by removing unnecessary parameters. (#41430)
  • Improved authentication by validating the Origin header against APPSMITH_BASE_URL. (#41426)
  • Corrected placeholder text in the GraphQL action editor. (#41423)
  • Resolved an issue where partial exports of custom libraries resulted in zero libraries being exported. (#41416)
  • Updated Gemini model options in the Google AI datasource to ensure compatibility with the generate command. (#41415)
  • Made the horizontal scrollbar thicker for better visibility in tables. (#41370)

Release v1.92 🌈

20 Nov 10:34
7e2327a

Choose a tag to compare

Feature

  • Exposed application height and width in the appsmith.ui state object. (#41339)

Fixes

  • Resolved an issue causing git pull to fail for packages. (#41389)
  • Corrected currency formatting for decimals and thousand separators. (#41372)
  • Disabled Docker cache during base image builds to prevent stale layers. (#41368)

Release v1.91 🌈

06 Nov 06:55
cd1a647

Choose a tag to compare

Features

  • Added functionality to regenerate Git deploy keys. (PR #41357)
  • Enabled users to regenerate Git SSH keys directly. (PR #41352)

Fixes

  • Fixed a null pointer exception (NPE) occurring in OPL calculation during branch creation. (PR #41331)

Release v1.90 🌈

29 Oct 08:20
bf082ad

Choose a tag to compare

Fixes

  • Ensured applications render correctly when AI agent flags are only partially enabled. (PR #41317)
  • Fixed an issue in URL generation by handling potential null values in basePageId. (PR #41315)

Security Update

Release v1.89 🌈

15 Oct 06:16
2336245

Choose a tag to compare

Fixes

  • Resolved an issue causing download failures for Hurl due to upstream changes. (PR #41288)
  • Addressed security vulnerabilities (CVE-2025-9288 and CVE-2025-9287) in the sha.js and cipher-base libraries. (PR #41284)

Release v1.88 🌈

08 Oct 06:26
68a89e9

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

Choose a tag to compare

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

Release v1.86 🌈

24 Sep 05:35
e3cda4a

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

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

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)