Changelog
Updates, changes, and improvements at Retool.
Tags
Tags
Retool apps now support multiple pages by default
Multipage apps are now generally available. Any new Retool apps that you create will support multiple pages by default. The creation of single-page apps is still supported but they are now considered legacy. Multipage for mobile apps remains in beta.
Building apps with multiple pages enables you to combine functionality and use cases. Retool only evaluates the code and components of the page currently in view, providing the following benefits:
- Greater performance of large and complex apps. Since Retool only evaluates code and components for the current page, apps can perform 30-40% faster.
- Seamless navigation between pages. Navigation between pages is seamless and more responsive than before as Retool only evaluates the current page, not the entire app.
- Improved app management. Multiple pages can replace multiple apps in your organization, such as a team's frequently used apps. This reduces the number of apps to maintain and allows for easier permission management.
- Reduced module dependency. Modules are commonly used to create shared navigation menus across multiple apps. With multiple pages, you can eliminate the need for additional modules and the complexities with maintaining them.
Each app uses global and page scopes to separate pages. Globally scoped code, and Header and Sidebar frames, are available for use across every page, while each page has its own page-scoped code and components.
Tags
Test deployments for Source Control
You can now test deployments when using Source Control, preventing changes that leave your Retool instance in a broken state. Retool added the Test source control changes endpoint to the Retool API, which enables you to test whether implementing a change will result in deployment issues.
You can also incorporate this check into your continuous integration process if desired.
Tags
Improvements to the Navigation component
Improvements to the Navigation component are now available. When you add a Navigation component to an app with multiple pages, Retool automatically configures the menu items to map to the pages of your app. Event handlers are also preconfigured, and clicking a menu item takes you to the corresponding page.
You can still customize the Navigation component to have different behavior, if desired. Refer to the Navigation guide for more information.
This change also made retoolContext.pages
and retoolContext.currentPage
available. Refer to the Retool Context reference for more information.
Tags
Self-hosted Retool 3.114 Stable
Self-hosted Retool 3.114 is now available on the Stable release channel.
Tags
Deprecation of MySQL Connector version 1.0
Retool has deprecated version 1.0 of the MySQL connector. If your organization has any MySQL resources that still use this connector version, update their configuration to use the version 2.0 connector.
The option to use version 1.0 of the MySQL connector will be removed in Q2 2025 from Retool Cloud and subsequent releases of self-hosted Retool.
Tags
Removal of image download functionality for external app users
These features are no longer available on Retool Cloud and Self-hosted Retool 3.114 or later.
Due to potential security concerns, Retool is removing certain functionality that enables external app users to download images. No security breach or active vulnerability has occurred, and you do not need to take any security-specific actions.
External and embedded, publicly available apps will no longer support:
- Download Image columns in the Legacy Table component. Use an alternative method, such as a Link or Button column type, for image URL links. Retool strongly recommends you migrate to the current Table component instead.
- Export PDFs with images hosted on separate domains. All other components will be included in the PDF export. Retool recommends moving your publicly-hosted images to be hosted on the same domain as your Retool instance. For example, you could use images that are natively uploaded to the Image component, stored in Retool Storage, stored in Retool Database, Base64-encoded, or stored in an Amazon S3 bucket.
Tags
Improved performance of apps using modules
Apps that contain modules are now much more performant and can load up to 1.5–2x faster than before. For self-hosted organizations, these improvements also reduce the resources needed by apps and modules, such as CPU load.
Tags
Increased memory usage for self-hosted Retool 3.114 and later
As a result of new features an improvements in self-hosted Retool 3.114, base memory usage for this and future releases is approximately 20% higher. If you experience performance issues after upgrading, consider increasing the allocated memory for your deployment.
Tags
Copy queries across multipage apps
You can now copy a query from one multipage app and paste it into another. Right-click on a query and select Copy then navigate or switch to a tab with another multipage app. You can paste the copied query as either a globally scoped or page-scoped query by right-clicking in the Code panel.