|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## Released 2.0.4 |
| 4 | + |
| 5 | +### New features |
| 6 | +* [Core] Allow setting multiple BASEROW_PUBLIC_URL #2593 [#2593](https://github.com/baserow/baserow/-/issues/2593) |
| 7 | +* [Database] Allow to add missing fields to date dependency configuration [#4228](https://gitlab.com/baserow/baserow/-/issues/4228) |
| 8 | +* [Builder] Added a 'Create new data source' link at the bottom of iterate/table element dropdowns for quicker data source creation. |
| 9 | +* [Integration] Improved the Local Baserow action fields so that they inform users about what data type they expect to receive. |
| 10 | + |
| 11 | +### Bug fixes |
| 12 | +* [Database] handle date overflow in postgresql -> python conversion [#3324](https://gitlab.com/baserow/baserow/-/issues/3324) |
| 13 | +* [Database] Timeline view - fetch all rows again if a filter is disabled. [#4136](https://github.com/baserow/baserow/-/issues/4136) |
| 14 | +* [Builder] Show a specific error when a page is being renamed to an existing page's name. [#4183](https://github.com/baserow/baserow/-/issues/4183) |
| 15 | +* [Automation] Show a specific error when a workflow is being renamed to an existing workflow's name. [#4183](https://github.com/baserow/baserow/-/issues/4183) |
| 16 | +* [Automation] Fixed a potential crash while deleting a workflow. [#4293](https://github.com/baserow/baserow/-/issues/4293) |
| 17 | +* [Database] Handle exceptions like GenerativeAIPromptError in UI [#4350](https://github.com/baserow/baserow/-/issues/4350) |
| 18 | +* [Core] Resolved a bug which prevented formula fields from working correctly with HTML content. [#4377](https://github.com/baserow/baserow/-/issues/4377) |
| 19 | +* [Builder] Gracefully handle fetching data source services when the specific instance is missing. [#4389](https://github.com/baserow/baserow/-/issues/4389) |
| 20 | +* [Builder] Fixed a bug where domain names were not correctly validated during domain creation. [#4399](https://github.com/baserow/baserow/-/issues/4399) |
| 21 | +* [Core] Improved error handling when FormulaField value is not JSON serializable. [#4402](https://github.com/baserow/baserow/-/issues/4402) |
| 22 | +* [Database] Do not fail hard when ArrayValueSerializer throws ConversionSyntax exception [#4424](https://github.com/baserow/baserow/-/issues/4424) |
| 23 | +* [Database] Fix an issue where "Rows enter view" webhook shows stale rows when webhook is deleted and recreated [#4437](https://github.com/baserow/baserow/-/issues/4437) |
| 24 | +* [Builder] Resolved a bug in element visibility which prevented form data from being used. |
| 25 | +* [Builder] Resolved a bug which prevented the table element fields from being styled. |
| 26 | + |
| 27 | +### Refactors |
| 28 | +* [Database] Optimize test suite by deferring heavy signals by default [#4373](https://github.com/baserow/baserow/-/issues/4373) |
| 29 | +* [Integration] Improved one-way and two-way data sync support in Local Baserow actions. |
| 30 | + |
| 31 | + |
3 | 32 | ## Released 2.0.3 |
4 | 33 |
|
5 | 34 | ### New features |
|
0 commit comments