Self-hosted Retool 4.0 and 3.334 stable updates
The following patches are now available on the Stable release channel:
Update your Retool instance to apply the latest bug fixes and security patches.
Updates, changes, and improvements at Retool.
Refer to the stable and edge release notes for detailed information about self-hosted releases.
The following patches are now available on the Stable release channel:
Update your Retool instance to apply the latest bug fixes and security patches.
Retool 4.23 is now available on the Edge release channel for self-hosted organizations.
The following patches are now available on the Stable release channel:
Update your Retool instance to apply the latest bug fixes and security patches.
The object permissions feature is currently rolling out to cloud instances. It is not yet available on self-hosted instances.
Retool now supports object roles—a new role type that grants groups Use, Edit, or Own access to specific apps, workflows, resources, and agents. Object roles are separate from organization roles, which control access to admin settings like billing and SSO.
When you create an object role, you set an access level for each object type and choose how the role applies:
Object roles are assigned to groups from the Groups page. Once assigned, all members of the group inherit the role's permissions. You can view a group's or user's full object-level access from the Object permissions tab on their detail page in Settings.
As part of this launch, organization roles have been updated to cleanly separate admin settings access from object-level access. The Create Role button on the Roles & Permissions page is now a dropdown where you choose between creating an object role or an organization role. A filter control on the roles list lets you view all roles, object roles only, or organization roles only.
To get started:
Claude Sonnet 5 is now available on paid plans through Anthropic and Amazon Bedrock. It can be used with AI resource queries and Retool Agents.
You can now trigger workflows from functions in the new app builder. Converting classic apps that trigger workflows is now supported as a result.
To trigger a workflow from your app, open the Chat tab and prompt your agent with the workflow's name.
The triggered workflow is run on behalf of the app's authenticated user.
Retool 4.19 is now available on the Edge release channel for self-hosted organizations.
Claude Fable 5 is now available through Anthropic. It can be used with AI resource queries when you connect Anthropic with your own API key.
Retool now blocks Microsoft SQL Server resources that use Windows Authentication with custom ODBC connection parameters outside an approved allowlist. Previously, unsupported parameters were logged as warnings but still applied. They now cause resource setup to fail.
Self-hosted deployments using Microsoft SQL Server resources with Connect using Windows Auth enabled and one or more custom entries in Connection options (or equivalent resource JSON) whose keys are not on the allowlist. Windows Authentication is not available on Retool Cloud.
Search your Retool deployment logs (dbconnector / backend) for this exact string from the prior log-only release:
MSSQL Windows Auth ODBC connection string parameter not on allowlist
Each matching log line includes the parameter key (parameterKey in structured logs). Resources that logged this message will fail to connect or save after upgrading until those parameters are removed or replaced.
Resource setup or test connection fails with an error like:
Unsupported MSSQL ODBC connection string parameter "<key>". Only a fixed set of ODBC attributes may be supplied via connection params.
paramsFromConnectionString.paramsFromConnectionString keys| ODBC attribute | Alternate spellings accepted |
|---|---|
| APP | app |
| ApplicationIntent | applicationintent |
| ColumnEncryption | columnencryption |
| ConnectRetryCount | connectretrycount |
| ConnectRetryInterval | connectretryinterval |
| Connect Timeout | ConnectTimeout, connecttimeout |
| Failover_Partner | failoverpartner |
| FailoverPartnerSPN | failoverpartnerspn |
| HostnameInCertificate | hostnameincertificate |
| IpAddressPreference | ipaddresspreference |
| KeepAlive | keepalive |
| Language | language |
| LoginTimeout | logintimeout |
| MARS_Connection | marsconnection |
| MultiSubnetFailover | multisubnetfailover |
| Packet Size | PacketSize, packetsize |
| QueryLog_On | querylogon |
| QueryLogTime | querylogtime |
| Regional | regional |
| ServerSPN | serverspn, Server_SPN |
| Workstation ID | WorkstationID, workstationid |
| WSID | wsid |
Security-sensitive attributes (Driver, Encrypt, Trusted_Connection, credentials, Server, Database, and similar) are set by Retool and cannot be supplied via connection params.
Encrypt and TrustServerCertificate — use the resource SSL/TLS settings instead.LoginRetryCount / LoginRetryInterval — use ConnectRetryCount / ConnectRetryInterval.Uid, Pwd, User, or Password.; or crafted to inject additional ODBC attributes.The following patches are now available on the Stable release channel:
Update your Retool instance to apply the latest bug fixes and security patches.