# baserow 2.3.3 - Product: baserow (https://whatsnew.fyi/product/baserow) - Vendor: baserow - Date: 2026-07-21 - Version: 2.3.3 - Original notes: https://github.com/baserow/baserow/releases/tag/2.3.3 - Permalink: https://whatsnew.fyi/product/baserow/releases/2.3.3 What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. --- - **added** — Show anonymous public view visitors in editor's presence bar - **added** — Add links and rich formatting to form and field descriptions - **added** — Data syncs that fetch from a user configured URL can now be blocked from reaching private network addresses by setting the BASEROW_DATA_SYNC_ALLOW_PRIVATE_ADDRESS env var to false - **added** — Monitor celery beat periodic tasks with Sentry cron monitors when Sentry is enabled - **added** — OAuth2 and OpenID Connect SSO providers with admin configurable URLs can now be blocked from reaching private network addresses by setting the BASEROW_SSO_ALLOW_PRIVATE_ADDRESS env var to false - **fixed** — Fix link row field modal unselecting newly created rows due to a race condition with real-time updates - **fixed** — Fix workflow actions inside collection elements failing to resolve the current_record - **fixed** — Prevent impersonating deactivated users via the admin impersonate endpoint - **fixed** — Prevent the webhook address of an HTTP trigger from being changed after it is created - **fixed** — Reduce backend memory usage by releasing each API response's memory right after it is sent - **fixed** — Show an error on AI fields with a broken prompt and block generating until fixed - **fixed** — Workspace import now strictly validates the manifest schema version, and an unsupported version returns a clear invalid file error - **changed** — Simplify 2FA verify endpoint to resolve user identity from the authentication token instead of the request body - **changed** — Updated formula references in builder, automation and integrations module so that they now refer to expressions ###### New features * [Database] Show anonymous public view visitors in editor's presence bar [#5702](https://github.com/baserow/baserow/issues/5702) * [Database] Add links and rich formatting to form and field descriptions [#1851](https://github.com/baserow/baserow/issues/1851) * [Database] Data syncs that fetch from a user configured URL (such as a self-hosted GitLab or Jira instance, or an iCal feed) can now be blocked from reaching private network addresses by setting the `BASEROW_DATA_SYNC_ALLOW_PRIVATE_ADDRESS` env var to `false`. * [Core] Monitor celery beat periodic tasks with Sentry cron monitors when Sentry is enabled * [Core] OAuth2 and OpenID Connect SSO providers with admin configurable URLs can now be blocked from reaching private network addresses by setting the `BASEROW_SSO_ALLOW_PRIVATE_ADDRESS` env var to `false`. ###### Bug fixes * [Database] Fix link row field modal unselecting newly created rows due to a race condition with real-time updates [#5735](https://github.com/baserow/baserow/issues/5735) * [Builder] Fixed workflow actions inside collection elements failing to resolve the current_record. * [Core] Prevent impersonating deactivated users via the admin impersonate endpoint * [Automation] Prevents the webhook address of an HTTP trigger from being changed after it is created * [Core] Reduce backend memory usage by releasing each API response's memory right after it is sent * [Database] Show an error on AI fields with a broken prompt and block generating until fixed [#3088](https://github.com/baserow/baserow/issues/3088) * [Core] Workspace import now strictly validates the manifest schema version, and an unsupported version returns a clear invalid file error. ###### Refactors * [Core] Simplify 2FA verify endpoint to resolve user identity from the authentication token instead of the request body. [#5743](https://github.com/baserow/baserow/issues/5743) * [Builder] Updated 'formula' references in builder, automation & integrations module so that they now refer to 'expressions'.