GraphQL Improvements
- GraphQL linting, validation, and more added.
- GraphQL Variables are parsed and can be dynamically bound to Retool values.

Helm
- For our on-prem users, we've added Helm charts to make it even easier to deploy Retool onto a Kubernetes cluster.
Fixed
- The auto-provisioned toy databases now have the correct permissions assigned to the readonly and editor users.
KeyValueMap
components with a large number of columns will hide the row editor to prevent page freezes.
New MongoDB Operations
insertOne
- allows for inserting one document into a collection
updateOne
- allows for updating one document in a collection
SSH Tunneling
- We now support SSH Tunneling to
Postgresql
and MySQL
databases in our cloud environment. To learn more, see the documentation.
- For our on-premise customers, Retool will auto-provision a RSA public-private key pair that you will be able to use to establish SSH Tunnels.
Misc and Fixed
- Drag and drop performance has been improved by reducing number of unnecessary re-renders.
Dropdowns
and Multiselects
supports arrays of objects as their value.
- The navigation Sidebar has been modified to have higher contrast
- Fixed: The
JSON Schema Form
now correctly renders icons on buttons as well as support the ui:readonly
and ui:disabled
in the ui:schema
option.
- Fixed: the
Athena
integration now correctly formats query previews.