Skip to main content

Self-hosted Retool Edge release 3.320

Releases on the Edge channel occur weekly. Each release occurs one week after the equivalent release for cloud-hosted Retool.

Edge releases are available for organizations that want the latest features or to use closed beta functionality. Retool recommends most organizations use Stable releases unless you have a specific need for Edge releases and can keep your deployment up-to-date.

Retool supports only the most recent release on the Edge channel. As Edge releases are weekly, bug fixes and improvements are included in the next release. All previous releases are then considered deprecated.

Self-hosted Retool 3.320

No longer supported

Edge release notes

Bug fixes, improvements, and other incremental updates across all edge releases in this release.

TypeDescription
3.320.014 changes
fixedFixed an issue with the UI in the event handler editor. [#69091]
addedAdded optional pagination to GET /accessTokens. [#69168]
addedAdded optional pagination to GET /user_requests. [#69183]
improvedImproved 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. [#69239]
fixedFixed an issue where users needed to be admins to have access to source control. Users just need manage access. [#69276]
addedAdded 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. [#69283]
security fixChanged 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. [#69287]
addedAdded support for a Trigger authentication on every query option for GraphQL resources. [#69292]
addedAdded a list of groups the user is in to the GET /user API endpoint. [#69293]
addedAdded the ability for Assist to reference URL parameters when writing queries, transformers, and embedded expressions. [#69317]
fixedFixed an issue that could cause the OAuth callback URL to be incorrect when using Share credentials between users for a resource. [#69347]
addedFixed an issue in the SCIM API that prevented modification of default groups. [#69359]
fixedFixed an issue with Chart rendering when nested in Stacks. [#69374]
addedAdded support for additional permissions on business plans. [#69394]
14 changes