Self-hosted Retool 3.32
Released on February 23, 2024.
If you use PgBouncer with your main PostgreSQL database, you must update your config to include ignore_startup_parameters = statement_timeout
. Retool now includes default statement timeouts for running migrations.
3.32.14
Self-hosted Retool 3.32.14-legacy was released on .
Patched
- Patched a medium severity command injection vulnerability via source control configuration (only accessible to authenticated administrators).
3.32.13
Self-hosted Retool 3.32.13-legacy was released on .
Patched
- Fixed an issue that caused sensitive resource information to be returned to authenticated users on some page loads (CVE-2024-42056).
3.32.12
Self-hosted Retool 3.32.12-legacy was released on .
Fixed
- Fixed a display issue with the Number Input component.
3.32.11
Self-hosted Retool 3.32.11-legacy was released on .
Fixed
- Fixed an issue with the Table component's Toolbar add-on.
3.32.10
Self-hosted Retool 3.32.10-legacy was released on .
Fixed
- Fixed an issue where an embedded Module could be renamed.
- Patched a medium severity XSS issue.
3.32.9
Self-hosted Retool 3.32.9-legacy was released on .
Fixed
- Fixed an issue with the Code Editor autocomplete and linting features.
3.32.8
Self-hosted Retool 3.32.8-legacy was released on .
Fixed
- Add alternative RetoolDB naming convention.
3.32.7
Self-hosted Retool 3.32.7-legacy was released on .
Fixed
- Fixed an issue with Module outputs.
- Fixed an issue with certain OAuth2 resource configurations.
3.32.6
Self-hosted Retool 3.32.6-legacy was released on .
Fixed
- Fixed a display issue with the Query Library on Safari.
3.32.5
Self-hosted Retool 3.32.5-legacy was released on .
Fixed
- Fixed a rendering issue inside the SQL code editor.
3.32.4
Self-hosted Retool 3.32.4-legacy was released on .
Fixed
- Fixed an issue with component padding inside modules.
- Fixed an issue with the
hidden
property in the Key Value component.
3.32.3
Self-hosted Retool 3.32.3-legacy was released on .
Fixed
- Fixed an issue with Query Library permissions.
- Fixed an issue with collaborative branches in Source Control.
3.32.2
Self-hosted Retool 3.32.2-legacy was released on .
Fixed
- Fixed an issue with the Select component.
- Fixed an issue with shortlinks.
3.32.1
Self-hosted Retool 3.32.1-legacy was released on .
Added
- Added the Adornment Text option to input components.
- Added the Underline style option to Link, Toggle Link, Link List, Table, and Key Value components.
- Added the Indicator label style option to the Segmented Control component.
- Added the Indeterminate option to the Progress Circle component.
- Added the Height option to the Radio Group and Checkbox Group components.
- Added support for drawers and modals in modules.
- Added the Icon Color style option to the Breadcrumbs component.
- Added the Prefix Text, Suffix Text, Prefix Icon, and Suffix Icon options to the Phone Number Input component.
- Added support for label wrapping to the Key Value component.
- Added Hover and Active Color style options to button components.
Fixed
- Fixed an issue with Date, Time, and Date Time components where time zone tokens in Time format would only show the local timezone instead of the configured display time zone.
- Fixed an issue where the option to add a component modal did not appear if an app was empty.
- Fixed an issue with bulk deletion of apps.
- Fixed an issue with vertical alignment for Status components that have a fixed height.
- Fixed an issue with the Navigation component when a background color is set where it would use an incorrect hover color.
- Fixed an issue with the Form component where it may not correctly reset to initial data if
setData
has previously been called. - Fixed an issue with the Line variant of the Tabs component.
- Fixed an issue with the Color Input component where it would ignore style overrides.
- Fixed an issue where debug tools may crash if viewing the
theme
global state. - Fixed an issue with the JSON Schema Form component where using
anyOf()
may not work correctly. - Fixed an issue where
form.data
would not be correctly evaluated in modules under certain conditions. - Fixed an issue where
setValue()
may not work as expected when using array values. - Fixed an issue with the Select component where
readOnly
may not work correctly.
Improved
- Improved reliability item scope within nested items.
- Improved the appearance of selected items in the Tab component when using high contrast colors.
Changed
- Changed the default colors used by the Breadcrumb component to match other components with controls.
Patched
- Patched CVE-2023-26159.