|
THE DETAILS
Webhook authorization to integrations
Authorization headers were being dropped from webhooks targeting an integration, causing authenticated requests to fail. Headers now pass through as configured.
Text and icon clarity
Restored sharper rendering after reports of reduced visual clarity in the previous release. Text and icons across the interface look crisp again.
Legacy shared links
Older shared links stopped resolving correctly after 2026.04.0. Existing links now continue to work as expected, so nothing you shared before needs re-sending.
Rich text image rendering
Long Text (rich text) fields now render markdown image syntax correctly. Inline images show up in the field as expected.
MySQL 8.0 SQL compatibility
Resolved a SQL syntax error on MySQL 8.0 caused by JSON_ARRAYAGG(DISTINCT ...) and the || operator. Queries now run cleanly on supported MySQL versions.
PostgreSQL linked record deletion
Fixed an issue where rows with linked records could not be deleted in external PostgreSQL databases. Deletion now works regardless of linked relationships.
On-prem workflow node gating
Workflow nodes were incorrectly gated by plan tier on self-hosted / on-prem deployments. All workflow nodes are now available on on-prem instances without plan restrictions.
Table Visibility for workspace owners
On Cloud and Enterprise, the Table Visibility section was hidden for workspace owners who did not have an explicit base-level role. Workspace owners now see and can manage Table Visibility as expected.
|