# baserow 2.2.2 - Product: baserow (https://whatsnew.fyi/product/baserow) - Vendor: baserow - Date: 2026-04-28 - Version: 2.2.2 - Original notes: https://github.com/baserow/baserow/releases/tag/2.2.2 - Permalink: https://whatsnew.fyi/product/baserow/releases/2.2.2 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** — Send notification when a workflow is disabled - **added** — Allow self-hosted operators to inject custom client-side scripts via environment variables - **fixed** — Resolved a bug which prevented users from creating data sources from the data source dropdown's footer - **fixed** — Give Kuma the current license tier in its context and steer uncertain feature or plan questions to docs search - **fixed** — Hardened user uploaded media serving and neutralized active-content file uploads by default - **fixed** — Stop infinite /dispatch-data-sources/ refetch loop in page editor ###### New features * [Automation] Send notification when a workflow is disabled [#5186](https://github.com/baserow/baserow/issues/5186) * [Core] Allow self-hosted operators to inject custom client-side scripts via environment variables. ###### Bug fixes * [Builder] Resolved a bug which prevented users from creating data sources from the data source dropdown's footer. [#5118](https://github.com/baserow/baserow/issues/5118) * [Core] Give Kuma the current license tier in its context and steer uncertain feature or plan questions to docs search. [#5210](https://github.com/baserow/baserow/issues/5210) * [Core] Hardened user uploaded media serving and neutralized active-content file uploads by default. * [Builder] stop infinite `/dispatch-data-sources/` refetch loop in page editor ###### Refactors * [Automation] Optimize Automation History clean-up by moving it to a separate periodic task.