Skip to main content

Self-hosted Retool 2.115

Release notes for Self-hosted Retool 2.115. First released on April 7, 2023.

2.115.15

August 16, 2023

  • Removed a dependency on a deprecated third party service for user avatars

2.115.14

  • Fixed a folder permissions issue.

2.115.12

May 23, 2023

  • Fixed a security issue where backend images were susceptible to server side request forgery (SSRF).

2.115.11

May 23, 2023

  • Fixed the regression with using underlying AWS credentials. Now S3, Lambda, Dynamo DB & Athena will use the same underlying credentials as pre-2.111. Please use one of the following environment variable to opt-in to using standardized defaultProvider module for default credentials provider:
  • DBCONNECTOR_AWS_ENABLE_DEFAULT_PROVIDER_DYNAMODB for DynamoDB
  • DBCONNECTOR_AWS_ENABLE_DEFAULT_PROVIDER_LAMBDA for Lambda
  • DBCONNECTOR_AWS_ENABLE_DEFAULT_PROVIDER_S3 for S3

2.115.10

May 16, 2023

  • Fixed a bug with dense row heights in the legacy Table component

2.115.8

May 2, 2023

  • Fixed a bug that resulted in intermittent 500 errors caused by ECONNRESET and socket hang ups when running queries

2.115.7

April 26, 2023

  • Added an option to Retool Mobile’s Signature component to disable forced landscape mode on native devices.

2.115.6

April 20, 2023

  • Fixed an issue where protected resources with multiple environments could not be moved
  • Fixed issue where renaming protected apps causes the app to be unprotected for AWS Code Commit

2.115.5

April 20, 2023

  • Fix a regression with Default Credential Provider for S3, Lambda and DynamoDB.

  • Add DBCONNECTOR_AWS_SKIP_DEFAULT_PROVIDER_DYNAMODB. Set this to true if you have problems with AWS authentication for DynamoDB on ECS

  • Add DBCONNECTOR_AWS_SKIP_DEFAULT_PROVIDER_LAMBDA. Set this to true if you have problems with AWS authentication for Lambda on ECS

  • Add DBCONNECTOR_AWS_SKIP_DEFAULT_PROVIDER_S3. Set this to true if you have problems with AWS authentication for S3 on ECS

    2.115.4

April 18, 2023

  • Fixed an issue with SAML_SYNC_GROUP_CLAIMS where a user only associated with one group wouldn't sync.

2.115.3

April 12, 2023

  • Fixed an issue causing elevated memory consumption in the API service.

2.115.2

April 10, 2023

This version can cause elevated memory consumption in the Retool API service. Please upgrade to 2.115.3 or later to fix this issue.

  • Fix S3, Lambda and DynamoDB authentication for ECS

2.115.1

April 7, 2023

This version can cause elevated memory consumption in the Retool API service. Please upgrade to 2.115.3 or later to fix this issue.

  • Added an option to show or hide all block comments in Retool Workflows.
  • Added Backspace/Delete keyboard shortcut to remove blocks in Retool Workflows.
  • Added contextual callouts for recently added blocks to the Workflow editor in Retool Workflows.
  • Added cookies support to OpenAPI resources.
  • Added SSH tunneling support to Elasticsearch resources.
  • Added support for NO_PROXY to RestAPI and GraphQL requests.
  • Added support for uploading CSV files into existing tables in Retool Database.
  • Added token management for shared or unshared OAuth resources.
  • Fixed an issue where a query's confirmation message may not appear when using the latest runtime.
  • Fixed an issue where a Retool app would crash under certain conditions when using custom URL parameters and the latest runtime.
  • Fixed an issue where clearing a form with JavaScript may not function correctly when using the new runtime.
  • Fixed an issue where custom components would not function correctly when using the latest runtime.
  • Fixed an issue where event handlers would not function correctly when using the latest runtime.
  • Fixed an issue where file input components would not function correctly when using the latest runtime.
  • Fixed an issue where initial form data may not be set when using the latest runtime.
  • Fixed an issue where links would not always open in a new tab using the latest runtime.
  • Fixed an issue where localStorage values would not be set correctly when using the latest runtime.
  • Fixed an issue where Multiselect component tags would render with excessive vertical spacing.
  • Fixed an issue where navigating between Retool apps would trigger excessive notifications in the latest runtime.
  • Fixed an issue where Navigation component event handlers would be cleared if the logo was updated.
  • Fixed an issue where previewing a query with invalid syntax would result in a 400 error.
  • Fixed an issue where some preloaded JavaScript would not funtion correrctly when using the latest runtime.
  • Fixed an issue where the Mobile Scanner component would not correctly trigger event handlers if multi-scan capture was enabled.
  • Fixed an issue where the PDF component may crash when loading certain PDF files.
  • Fixed an issue where the Wizard component would not function correctly when using the latest runtime.
  • Fixed an issue with error reporting when using the latest runtime.
  • Fixed an issue with excessive undo actions after renaming a component when using the latest runtime.
  • Improved App editor performance when renaming components.
  • Improved app reliability when switching back to the legacy runtime.
  • Improved code autocompletion for preloaded JavaScript libraries.
  • Improved connection testing and debugging for Amazon S3 resources.
  • Improved connection testing and debugging for DynamoDB resources.
  • Improved messaging when a user does not have permission to edit an app.
  • Improved messaging when enabling shared credentials for OAuth resources.
  • Improved OpenAPI resources behavior in Retool Workflows.
  • Improved performance of Query JSON with SQL queries.
  • Improved the position of tooltips when selecting icons in the App editor.
  • Improved the query editor schema browser when using Retool Database so that it always up to date.
  • Improved the results pane for blocks in Retool Workflows.