All Edge releases of Self-hosted Retool
All release notes for the Edge channel of Self-hosted Retool
Text version of release notes for the Edge channel of Self-hosted Retool. Use the Self-hosted Retool release notes app to search and compare changes between versions.
Self-hosted Retool 3.320
Latest releaseCurrently supported
Patch release notes
Dec 17, 2025
added
- Added UI support for multi-instance releases to protected workflows.
- Added support for Assist thread summarization.
- Added an optional limit parameter for pagination of resource and resource configuration GET endpoints.
- Added optional pagination to GET /accessTokens.
- Added optional pagination to GET /user_requests.
- Added a new GET /deployments API endpoint to list source control deployments. Adds additional response body fields to the existing get deployment and trigger deployment endpoints.
- Added support for a Trigger authentication on every query option for GraphQL resources.
- Added a list of groups the user is in to the GET /user API endpoint.
- Added the ability for Assist to reference URL parameters when writing queries, transformers, and embedded expressions.
- Fixed an issue in the SCIM API that prevented modification of default groups.
- Added support for strong optional pagination on many Retool API endpoints and corrects documentation on endpoints that do not support pagination.
- Added support for additional permissions on business plans.
- Added support for GPT-5.2 and DeepSeek-V3.2 models and deprecated DeepSeek-r1.
fixed
- Fixed an issue with the UI in the event handler editor.
- Fixed an issue where users needed to be admins to have access to source control. Users just need manage access.
- Fixed an issue that could cause a resource form to fail to load.
- Fixed an issue that could cause the OAuth callback URL to be incorrect when using Share credentials between users for a resource.
- Fixed an issue with Chart rendering when nested in Stacks.
- Fixed an issue with modals.
improved
- Improved
LOG_LEVELenvironment variable validation on the backend service by emitting a warning if a non-allowed value is set. - Improved query handling logic for mobile apps to defer UI feedback until offline jobs actually run online. Added the Completed section back to the Offline Job Manager screen.
changed
- Changed behavior so that on the settings page for app permissions, the Expand all button now expands multipage apps.
- Changed behavior to allow Assist to skip the planning process for simple requests.
security-fix
- Changed behavior so that the HTTP path field in the Databricks resource now sanitizes semicolons to prevent JDBC parameter injection. If you were previously including connection parameters in the HTTP path (e.g.,
/sql/1.0/warehouses/abc;parameter=value), these will now be stripped. Use the dedicated connection parameters field instead. - Patched an XSS vulnerability.
Self-hosted Retool 3.317
No longer supported
Patch release notes
Dec 10, 2025
added
- Added client credentials authentication for Databricks.
- Added search bar to Roles & Permissions page.
- Added a new native video component for mobile apps.
- Added new Secrets Manager scoped secrets behavior: if the
SCOPED_SECRETSenvironment variable is true, then secrets whose names begin withscoped--resources--$FOLDER_NAME--can only be used in resources within the specified folder. - Added support for pagination on the public API GET /groups method.
- Added support for pagination on the public API GET /folders method.
- Added support for pagination on the public API GET /spaces method.
- Added support for pagination on the public API GET /apps method.
- Added bearer token authentication to MCP resources for use in Agents.
- Added the ability to add and revoke screen access for groups with the API.
- Added support for encoding user email in the Intercom JWT payload for improved authentication.
- Added optional pagination to GET /user_invites for the public API.
- Added optional pagination to GET /environments for the public API.
- Added support for Assist to create forms outside of modals, when the form is the primary purpose of a page.
fixed
- Fixed autocomplete in resource fields to not show "secrets" as a global object if Secrets Manager is not enabled.
- Fixed an issue with merging branches in multiplayer.
- Fixed an issue where containers on Android devices get a vertical empty space.
- Fixed an issue that allowed permission group creation on Free and Team plans.
- Fixed unsandboxed execution, which now reads max CPU/memory limits exclusively from env vars.
- Fixed
baseDomainshown in source control deployment email alerts. - Fixed a visual bug in column text colors.
- Fixed an issue so that when the
SCOPED_SECRETSenv var is enabled, autocompletion for template strings in resources will filter the secrets to omit any scoped secrets that are not available for that resource. - Fixed an issue where reset password confirmation emails would still be sent to users even when reset password emails are disabled in an organization.
- Fixed an issue where Assist would incorrectly think it could not perform some tasks.
- Fixed an issue that could cause the OAuth callback URL to be incorrect when using Share credentials between users for a resource.
improved
- Improved GUI query behavior.
- Improved PDF rotation in the PDF viewer component in Mobile to use native rotation support for smoother performance. Fixed an issue where very large PDFs in Mobile could cause memory issues. Improved page navigation in the PDF viewer component in Mobile to use native page navigation methods for more reliable page transitions.
- Improved accessibility when setting up two-factor authentication.
- Improved the way that Assist troubleshoots issues.
- Improved UI of the OpenAPI resource editor.
- Improved Assist's understanding of how to use the tools available to it.
changed
- Changed Assist behavior so that when the default models are selected, Retool attempts to use the Anthropic resource for Anthropic requests, and sends requests to Anthropic through Amazon Bedrock as a fallback.
- Changed protected trigger feature to be generally available.
- Changed behavior so that if the
SCOPED_SECRETSenv var is set, secrets with scoped names are shown separately in the Secrets Manager list.
removed
- Removed resizability of the Description field of a role if the description itself cannot be edited.
- Removed sensitive user tokens from audit logs with OAuth2 SSO.
Self-hosted Retool 3.312
No longer supported
Patch release notes
Dec 3, 2025
added
- Adds a shadow style property and basic organization-level theming support for Alert v2.
- Added spell check support to editable string cells in Table and Key Value components.
- Added support for GPT-5.1.
- Added a shadow style property to the Image component.
- Added
initialDeeplinkobject to the Retool mobile app model for accessing URL parameters and screen navigation information when an app is opened via a deep link. - Added the
ariaLabelproperty to Link components. - Added availability for editing "Roles and permissions" to the Business plan.
- Added a shadow style property to the ImageGrid component.
- Added the
gemini-3-pro-previewmodel for use in Retool AI. - Added an additional permissions banner to the Groups page.
- Added support for creating release artifacts of protected workflows from the configured default branch.
- Added a search option to the Groups page.
fixed
- Fixed an issue with HTML sanitization in the "Failed workflow" alert emails.
- Custom component edits in apps will sync more consistently for multiple editors.
- Fixed an issue where queries containing the word "select" may return an error.
- Fixed an issue with the State tab.
- Fixed an issue with scrolling in the Roles page.
- Fixed an issue where Assist may remove existing column configuration properties that it doesn't support whenever it edits any table column.
- Fixed an issue where the navigation header may flash during redirect.
- Fixed an issue with multi-instance releases so users can protect an element, create a release artifact, and update the manifest in the same PR.
- Fixed an issue where an agent may attempt to continue, before a child agent, invoked as a tool, has finished.
- Fixed an issue where the Source Control branch menu may not load correctly.
- Fixed an issue where Code Executor does not support the
LOG_LEVELenvironment variable. - Fixed an issue that prevented the Retool API from creating folders without passing in
parent_folder_id.
improved
- Exposed font names in the Theme object.
- Improved the performance of Assist-generated UI changes to large apps.
- Improved Assist's ability to write event handler scripts.
- Improved accuracy of custom component library dev modes.
- Adds pagination parameters to the
getUsersRetool API endpoint. - Improved component icon handling for Assist.
changed
- Renamed the OpenAI resource to OpenAI Platform.
Self-hosted Retool 3.307
No longer supported
Patch release notes
Nov 20, 2025
added
- Adds a notification banner to Assist chat threads for token consumption awareness.
- Added
RESOURCE_TYPES_DENY_LIST_CREATE_ONLYenv-var, which prevents users from creating new resources of specific types, but does not block queries the wayRESOURCE_TYPES_DENY_LISTdoes. - Added the trigger type to workflowContext.
- Added permission guards for resource access via Assist.
- Added sorting options to list of spaces in the Spaces settings. Defaults to alphabetical sorting based on space names.
- Added support for Google Slides resources.
- Added support for
isEditorModetoQUERY_RUNaudit trail log events.
fixed
- Fixes UI issue for thinking box states.
- Fixed non-admin users ability to see the External Users group and any groups they are an admin of in Settings if they are group admins and have external Retool manage scope.
- Fixed an issue with Retool header flashing on redirect to a workspace.
- Fixed an issue with REST API resources where the
metadata.requestproperties may not always be correctly sanitized. - Fixed an issue with OpenAPI resources where the
metadata.requestproperties may not always be correctly sanitized. - Fixed an issue with GraphQL resources where the
metadata.requestproperties may not always be correctly sanitized. - Fixed issues where Assist failed to add components to header frames.
improved
- Improved the speed and quality of Assist edits on existing UI layouts.
- Improved the hint when there's existing messages in the thread in the Assist input text box.
removed
- Removed user access to app modules in other app pages if they only have access to a specific page, not the entire app.
- Removed expiry warning banners during signup and guided-tour.
Self-hosted Retool 3.303
No longer supported
Patch release notes
Nov 13, 2025
added
- Added Google Slides tools to Retool Agents.
- Added support for Azure OpenAI as a single model provider for Assist.
- Added support for Google Search grounding in Gemini for Retool AI. You can enable this option in the organizaton's Beta settings.
- Added the
RESOURCE_TYPES_DENY_LISTenvironment variable to prevent users from creating and running against the provided resource types.
fixed
- Fix an incorrect documentation link for the Event List component.
- Fixed an issue when opening an app in the IDE using the
historyOffsetURL parameter. - Fixed an issue with placeholders in the Key Value component.
- Fixed an issue where tooltips may not appear in the App IDE code editor.
- Fixed an issue with renaming modules.
improved
- Assist can now verify the configuration of AI models and display an error if verification fails.
- Improved the layout of the Workflows tab.
- Improved visibility of errors when protected apps reference unprotected modules.
- Improved error reporting within single-model providers to show model-specific information.
changed
- Updated the app Share modal.
- Changed the Login Retool Event to be enabled by default.
- Changed references of AWS Bedrock to Amazon Bedrock.
- User profile pictures now appear when viewing group members.
security-fix
- Patched a security issue related to auto-join domains.
Self-hosted Retool 3.300
No longer supported
Patch release notes
Nov 5, 2025
added
- Added a call to action in all single-page apps that prompts users to migrate to multipage.
- Added web grounding support for Google Gemini models, allowing them to search the web for up-to-date information when answering queries.
- Added new beta features for Secrets Manager in on-premise instances, allowing multiple Secrets Manager configurations to be used at once (to get secrets from different providers, or from different areas within the same provider).
- Added a CTA to the homepage announcing Assist.
- Added an option to exclude Table columns from search.
- Added toggling the Assist tab as an option in the command palette.
- Added OpenAPI/Swagger spec support to REST API resources, enabling structured API queries with autocompletion of endpoints and properties.
- Added more detailed response messages for insufficient user permissions when editing Agents.
- Added an empty object default for the
GET /resource_configurationsAPI endpoint. - Added one-click removal of roles from Groups.
- Added a
.focus()method for Container components. - Added a new, dismissable Assist call to action to the Add Component tab.
fixed
- Fixed an issue that prevented the default credential provider from being utilized by SQS and SNS resources.
- Fixed formatting of dynamic columns in Tables to apply to columns with an inferred type.
- Fixed the Vault integration in Secrets Manager so that it no longer incorrectly states the connection failed if the list of secrets is empty.
- Fixed an issue with the
enableInstanceValuesproperty of List View children. - Fixed an issue where resource configuration options did not appear for calls to
/resource_configurationsfor gRPC resources. - Fixed an issue where long JavaScript queries in single-step functions were being truncated unexpectedly.
- Fixed a bug that caused a
ReferenceErrorFirebase` raw-mode queries. - Fixed issues with validation in List Views.
- Fixed an issue that prevented SSO buttons from appearing on user invite screens.
- Fixed an issue that caused flickering when scrolling through a group's members list.
- Fixed an issue that prevented a tool from appearing in the UI during agent execution if the tool had a long description (>2000 chars).
- Fixed an issue with cycling through Assist history within an Assist thread using up/down keyboard arrows.
- Fixed an issue that could cause autocomplete in resource editors not to include Secrets Manager secret names.
- Fixed an issue where old MCP resources may be set up with invalid authentication settings when auto-configuring authentication.
- Fixed an issue where non-Enterprise organizations were incorrectly shown an admin granularity banner.
improved
- Improved load times for high-latency connections.
- Improved UI in Secrets Manager settings.
- Improved Assist's ability to work with globally scoped queries and components.
- Improved the information architecture of the Groups settings page and added a separate section to display the group's roles and permissions.
- Improved custom component dev mode fetching to make the component more responsive to backend changes. A toast now appears to show when a refresh is underway.
- Improved the resource description field to expand automatically as you type.
changed
- Changed Kafka, SQS, SNS, and Tavily Web Search integrations from beta to general availability.
- Changed a rule so that non-admins (with proper role) can provide tokens to create custom components.
- Changed per-screen permissions to be enabled by default for Enterprise customers.
deprecated
- Deprecated OpenAI's GPT-3.5-turbo-instruct model in favor of GPT-4.0-mini.
- Deprecated Claude 3.5 Sonnet in favor of Claude Sonnet 4.5.
Self-hosted Retool 3.295
No longer supported
Patch release notes
Oct 29, 2025
added
- Added options to select either Amazon Bedrock, OpenAI, or Anthropic as the single-model provider for Assist.
- Added the
RESOURCE_TYPES_DENY_LISTenvironment variable to prevent users from creating and running against the provided resource types. - Added the
RTEL_SEND_TO_RETOOL_INPUT_ALLOWLISTenvironment variable to specify which data to send to Retool's telemetry server. - Added
cmd+ias a new keyboard shortcut to toggle the Assist panel open or closed.
fixed
- Fixed a scrolling issue with the canvas.
- Fixed an issue where OpenAPI responses had data left out. This data is now encoded as Base64.
- Fixed an issue that could delay a Secrets Manager update for several minutes after a configuration change.
- Fixed an issue with multi-spec OpenAPI resources.
- Fixed a bug in the public API when deleting workflow folders and added support for creating, updating, retrieving, and deleting agent folders.
- Fixed ordered list numbers not showing up when there are many steps in Assist's planned action.
- Fixed an issue with OpenAPI Query Editor for Firefox which wouldn't open the dropdown when a value was already selected.
- Fixed an issue where an error from an MCP server could cause a Retool backend service to crash.
- Fixed an issue where organizations on the Free or Team plan may have limited access to Organization Themes.
improved
- Improved the error message in Assist when proxy authentication issues occur.
- Improved app accessibility by disabling keyboard focus for tooltips.
changed
- Changed workflow overage emails so that they include the organization subdomain.
- Changed the login page text content.
- Updated the menu options for blocks in workflow functions.
- Moved the Close button for workflow functions to the top right.
Self-hosted Retool 3.291
No longer supported
Patch release notes
Oct 22, 2025
added
- Added support for drag-and-drop page reordering.
- Added audit log events for Source Control deployments.
- Added support for managed key AI features when using a HTTP proxy.
- Added permission checks for page cloning.
- Added support for Claude Haiku 4.5.
- Added support for README interactions to Assist.
- Added support to Assist for referencing global objects in Javascript queries and transformers.
- Added automatic app name generation to empty apps when using Assist.
fixed
- Fixed an issue where popups may incorrectly stack on the workflow canvas.
- Fixed an issue where the Create dropdown may include duplicate links.
- Fixed an issue with incorrect access level displaying to external apps on the Users page.
- Fixed an issue with query formatting in workflow blocks.
- Fixed an issue that prevented protected apps from loading correctly.
- Fixed an issue with Assist where navigating to a module prevented the module settings panel from opening.
- Added the Retool AI Vector: Retool AI query writers (edit access) can manage vectors to the Beta settings which allows users with Retool AI edit permission to use create and manage vector documents.
- Fixed an issue where previews for draft mobile apps may not load correctly.
- Fixed an issue with branch merging and collaborative app editing.
- Fixed an issue where Assist may fail and return partially streamed Markdown results.
- Fixed an issue where collaborative editing may not function correctly with protected apps.
- Fixed an issue with skipped releases getting unpublished for users with multi-instance releases and spaces.
- Fixed an issue where apps may incorrectly report an undefined theme.
- Fixed an issue causing workflows using OAuth resources to break inside of nested workflows.
- Fixed an issue where the Query Library would show unclear error messages if proxy authentication was misconfigured.
- Fixed the
aria-labelledbyattribute for the Checkbox Group component. - Fixed an issue with branch cleanup in Source Control.
- Fixed an issue where the App IDE may fail to respond when attempting to edit a module.
improved
- Improved the appearance of Assist autocomplete.
- Improved the accessibility of buttons used for authentication pages.
- Improved granular access permissions so that users can also delete API tokens they've created.
- Improved the layout of Assist property blocks.
- Improved the header style in Assist.
- Improved accessibility experience for two-factor authentication setup.
- Improved Assist's ability to work on globally scoped JavaScript queries.
- Improved the Navigation component by exposing
persistUrlParamsas a property. - Improved app accessibility by disabling keyboard focus for tooltips.
changed
- OAuth resources are now only available when using directly invoked workflows, apps, and agent tool calls.
- Changed apps to use a default width of
100%. This reverts a previous change that made apps1200pxwide by default. - Changed the login page text content.
deprecated
- Deprecated the
llama-4model in the open source AI provider. This has been replaced withkimi-k2-instruct-0905.
Self-hosted Retool 3.286
No longer supported
Patch release notes
Oct 15, 2025
added
- Added a Select all button in the access token creation UI.
- Added a new dialog for users to provide feedback for Assist.
- Added a new API endpoint, Get IP Allowlist By Region, which returns Retool's whitelisted IP addresses.
fixed
- Fixed an issue that prevented workflow owners without access to the trash folder from deleting their workflows.
- Fixed an issue with the Select component's
aria-activedescendantproperty - Fixed incorrect error messages regarding page scope in the editor for Retool Storage queries.
- Fixed an issue where Assist sometimes did not provide a title on Modal frames.
- Fixed an issue with Assist tool call checkmark alignment.
- Fixed a connection error for customers with long running source control deployments.
improved
- Improved the accuracy of the step counter shown in Assist threads.
- Improved the consistency with which Assist is able to correctly populate the options of a Select input.
- Improved the display of status text in Assist.
- Fixed an issue where Assist would unnecessarily disable row selection on Table components.
changed
- Changed ... action menu behavior to disable it and add an explanatory tooltip if there are no actions a user can take. If a single action in a menu is disabled, a tooltip is added upon hover.
- Changed the behavior when a user tries to access a Workflow they don't have permissions for. Now they will be redirected back to the workflows landing page with an error toast.
- Changed all emails from Retool so that they use the most updated Retool logo.
removed
- Remove Last Actions from Assist Tool Call header.
deprecated
- Deprecated the open source
llama-4-maverickAI model in favor ofkimi-k2-instruct-0905.
Self-hosted Retool 3.283
No longer supported
Patch release notes
Oct 7, 2025
fixed
- Fixed a bug that prevented some users from accessing Assist.
improved
- Improved a series of error messages returned by Assist.
Oct 7, 2025
added
- Added capability for admin users to be able to edit and delete Source Control branches created by other users.
- Added support for Claude Sonnet 4.5.
- Added
release_versionto apps-related public API endpoints. - Added support for the Jira v3 API in the Jira resource type.
- Added support for the Assist tab in the App IDE.
fixed
- Fixed inconsistencies in user interface standardization in Retool Database.
- Fixed a bug that caused inconsistent behavior of Etags in the public API for Source Control configuration.
- Fixed an issue that caused idle-in-transaction errors for releases in Source Control deploys.
- Fixed an issue where a Loop block input showed the block ID when positioned after a Branch block. Also fixed an issue that caused a missing dependencies warning not showing in the Loop block.
- Fixed a backend error message related to white-labeled mobile apps to be more clear.
improved
- Improved the agent-worker configuration to be simplified, and eliminate the need for
WORKER_TEMPORAL_TASKQUEUE. - Improved latency.
changed
- Changed permission configuration so that users who do not have permission for an agent, regardless of whether or not they have permission for a workflow, will be unable to see the Agents tab in the navigation bar.
- Changed the default app width to be 1200px wide.
deprecated
- Deprecated Gemini 1.5 models. Gemini 2.0 Flash will be used instead.
Self-hosted Retool 3.280
No longer supported
Patch release notes
Oct 1, 2025
added
- Added organization information to the "Login from new IP address" email to reduce user confusion.
- Added a description for embedded apps.
fixed
- Fixed an issue where autocomplete popup for resource configuration forms showed JavaScript keywords in places where only constants are allowed.
- Fixed an issue where published releases weren't being updated properly in the UI without a refresh.
- Fixed an issue with Anthropic API key handling when using a custom proxy.
- Fixed an issue where modal dialogs would not display properly due to stale component state.
improved
- Improved test interface by disabling the Run all tests button when no tests exist.
- Improved alert styling to enhance icon contrast in light mode.
- Improved test suite management by automatically removing empty test suites when closing without a name.
- Improved the Verify your email message in the Share modal for better user clarity.
Self-hosted Retool 3.276
No longer supported
Patch release notes
Sep 24, 2025
added
- Added
.focus()method for Button components. - Added support for Hashicorp Vault database engine in Secrets Manager. Vault database role names are treated as secret names, and credential properties (such as
usernameandpassword) can be accessed using syntax like{{ secrets.pg.username }}.
Self-hosted Retool 3.275
No longer supported
Patch release notes
Sep 19, 2025
added
- Added the ability to copy the secret key during OTP setup instead of only relying on the QR code.
fixed
- Fixed an issue where toggles in the Retool Database UI were not working in the field visibility popup.
- Fixed an issue where Source Control deployments may fail in rare circumstances.
- Fixed an issue with the Resource dependencies permissions flyout bar.
- Fixed an issue where landing pages may not work correctly for some groups.
improved
- Improved the Retool Database form UI experience.
- Improved accessibility of the Drawer frame by adding the ARIA
dialogrole. - Improved screen reader accessibility of localized content when the locale updates.
- Improved accessibility of the Retool app structure tree.
Self-hosted Retool 3.272
No longer supported
Patch release notes
Sep 17, 2025
added
- Added options to convert empty strings and
NULLvalues to actual null values when importing CSV or Google Sheets data into nullable Retool Database columns. - Added
current_useraccess in function blocks for custom tools in Agents. - Added informational banner for organizations with admin granularity enabled on user, groups, and roles pages.
- Added commit signing option for source control with GitHub.
fixed
- Fixed an issue where CSV and Google Sheets imports incorrectly pre-selected timestamp type for integer columns containing values 1-12.
- Fixed an issue where instrumentation events would have scope errors if they were on the page.
- Fixed typos in the Create Agent template descriptions.
- Fixed accessibility issue with toast notification icons by adding aria roles.
- Fixed an issue causing login loops when signing in with two-factor authentication on Safari.
- Fixed aria-labels for Select and Radio components to improve accessibility.
- Fixed toggles not working in the field visibility popup in Retool Database.
improved
- Improved the target of the SkipLink accessibility feature to focus on main content instead of the header.
- Improved error handling for large imports from Google Sheets into Retool Database.
- Improved error logging in jobs runner by including additional license check errors.
- Improved user interface standardization in Retool Database forms by updating toggle components.
- Improved user interface standardization in Retool Database forms by updating icons and buttons.
- Improved accessibility by adding aria-labels to modal containers.
- Improved keyboard focus management when opening and closing Modal and Drawer components.
changed
- Changed the internationalization feature to general availability.
Self-hosted Retool 3.268
No longer supported
Patch release notes
Sep 10, 2025
added
- Added a
-vverbose option to the Custom Component Library.
fixed
- Fixed an issue where Source Control may not function correctly with Azure Repos if Use Basic Auth is enabled.
improved
- Improved the experience of selecting multiple apps.
- Improved workflows code block testing latency.
- Improved the behavior of Source Control to prevent files or other elements having the same name as a Toolscript folder.
Self-hosted Retool 3.267
No longer supported
Patch release notes
Sep 5, 2025
added
- Added tooltip to workflow name on the index page to increase visibility of long names.
fixed
- Fixed an issue where module inputs failed to load.
- Fixed an issue where
current_user.groupsmay not be evaluated in resource queries. - Fixed a bug in Google Cloud Storage connector that could make downloads fail.
- Fixed a bug that prevented configuring a foreign key that references an autoincrement integer column.
- Fixed flashing navigation bar when redirecting to landing page.
- Fixed an issue with Retool Storage Next Page and Previous Page links that caused them to open content in a new tab.
improved
- Improved the max iterations error message in Agents to direct users to advanced settings.
changed
- Parent window communication in embedded apps is now generally available, and configuring a setting is no longer required.
security-fix
- Patched a security vulnerability that could cause environment variables to be printed during code-executor startup.
Self-hosted Retool 3.259
No longer supported
Patch release notes
Sep 3, 2025
fixed
- Fixed an issue where module inputs would not load.
security-fix
- Patched a security vulnerability that could cause environment variables to be printed during code-executor startup.
Aug 27, 2025
added
- Added a new organization setting to restrict Retool Storage file access for users with Use permissions to only files they uploaded.
fixed
- Fixed an issue where the temperature setting was incorrectly shown for GPT-5 model selection in AI queries.
- Fixed an issue where an email verification error was incorrectly displayed when sharing a public app.
- Fixed an issue with the Workflow Outline component display and overflow handling.
Self-hosted Retool 3.256
No longer supported
Patch release notes
Aug 20, 2025
added
- Added configuration variable changes to audit log.
- Added endpoints for multi-instance release manifests.
- Added support for using secrets in headers when using a custom AI provider.
- Added organization-level setting to restrict users to only view their own files in Retool Storage.
fixed
- Fixed an issue that prevented the top navigation bar from showing when redirecting to a landing page.
- Fixed an issue with dependent permissions for resources.
- Fixed an issue where the Used by tooltip may not be visible.
- Fixed an issue where cookie failures could be ignored.
- Fixed an issue with the Notion resource where it may fail to perform requests relating to pages.
improved
- Improved accessibility on 2FA confirmation page.
- Improved resource information when importing and exporting workflows across deployment instances.
- Improved preloaded CSS settings to clarify usage.
- Improved workflow error messages by including the name of a resource if it's not configured in the current environment.
- Improved Navigation component accessibility by implementing the Roving tabindex best practice.
- Improved the appearance of workflow outlines.
changed
- Changed the default permissions for All users when creating a new organization on the Business or Enterprise plans. This group now has no permissions by default and can be updated as needed. This does not affect existing organizations.
deprecated
- Deprecated support for YAML in Source Control. Upgrade to Toolscript in Settings > Source Control to avoid disruption.
Self-hosted Retool 3.250
No longer supported
Patch release notes
Aug 13, 2025
added
- Added support for Databricks Lakebase connector, which allows connections to Databricks Lakebase instances using a PostgreSQL protocol.
- Added OAuth 2.0 authentication support for Databricks Lakebase connectors.
- Added a
hostconfiguration option for Snowflake proxy connections. - Added token-based authentication as an option for Bitbucket repositories.
fixed
- Fixed an issue in the multiplayer feature where renaming a page in one tab caused page folders to disappear in another tab.
improved
- Improved performance for multipage apps by optimizing dependency graph calculations.
changed
- Removed VM2 dependency. Running workflows and Firebase Raw mode queries now require the Code Executor service to be deployed to work properly.
Self-hosted Retool 3.248
No longer supported
Patch release notes
Aug 6, 2025
added
- Added a Trash folder display in the workflows UI with move to trash functionality.
- Added support for using API tokens from parent admin organizations to create external users.
fixed
- Fixed an issue where external settings were incorrectly hidden from admin users.
- Fixed an issue with SCIM when deactivating users with some providers like Microsoft Entra.
- Fixed an error when viewing the access list for some resources.
- Fixed an issue where
retoolContext.pageswasn't updating when another user added a new page in multiplayer multipage apps.
changed
- Changed public app creation to require verified email addresses.
Self-hosted Retool 3.244
No longer supported