Given Baserow’s versatility across teams of all sizes, release 1.19 brings features that make collaboration easier and more powerful.
You can now edit and delete row comments to keep your conversations nice and tidy.
Additionally, we launched @-mentions, which includes a new notification system so that you can stay on top of everything that requires your attention across Baserow!
We also continued tweaking under the hood to make the search speed up to 50 times faster. With large datasets, you’re bound to notice even more of a difference. ⚡
To top it all off, Baserow now supports self-hosting with Amazon Web Services (AWS).
Here are all the latest updates:
You now can mention your collaborators in the comment box. Mentioning (or “tagging”) your collaborators is a great way to draw their attention to specific items within tasks and projects.
To mention a person in comments, simply type the @
symbol, select the person’s name from the dropdown, and press Enter
. After the comment is published, the mentioned user will receive a notification.
Notification is a central place where you’ll receive updates on what’s happening in your workspace. You’ll get a notification when someone mentions you in the comments, invites you to a workspace, or when a new version of Baserow is released.
When there are unread notifications in your workspace, you’ll see a badge with the number of notifications waiting for you next to the Notifications tab at the top of your side panel. Clicking on “Notifications” will open a box with all the updates, but unread notifications will be highlighted with a blue dot and a different background color. This makes it easy to identify items that require your attention quickly.
To view notifications:
You can also choose to “Mark all notifications as read” or “Clear all” notifications.
You can now edit and delete row comments. This means that if you get autocorrected to “duck” and post the comment, you can still edit it to say what you really meant. 😇
To edit or delete an existing comment, simply click on the menu button to the right of the comment and choose the appropriate option.
In the last few months, we have been working on improving search performance.
Under the hood, by default, when tables are created and/or their rows are modified, the cell values will be tokenized and indexed in a new Postgresql tsvector
column per table field. Not only is this method considerably faster in larger datasets, but it also opens the possibility of using Postgresql’s advanced querying and ranking tools in new features in the future.
For REST API developers, this search behavior is not turned on by default, querying for rows using the search
parameter will keep returning the results using the previous search mechanism, which we now call “compat”. To opt-in to using Postgresql full-text search, you can upgrade by passing an additional search_mode=full-text-with-count
parameter to your requests. Downgrading again is as simple as search_mode=compat
.
As a result of these changes, users will notice a dramatic increase in search performance, with queries in larger tables returning results up to 50x faster.
We now have a specific guide on how to deploy a horizontally scalable, production ready Baserow on ECS/Fargate to Amazon Web Services (AWS).
From now on, you can sort the Lookup field type according to the looked up values from the linked table. All field types that can be looked up can be sorted, except formulas that result in a URL link using the button
or link
formula functions and date_interval
formulas.
Fields can be sorted in ascending order (A → Z (or) 1 → 9 (or) ☑︎ → ☐) or descending order (Z → A (or) 9 → 1 (or) ☐ → ☑︎). Keep in mind that while sorting in ascending order, blank values nearly always appear at the top.
You can also use this feature to sort by Link Row fields by simply making a Lookup which uses that Link Row field and sort by the Lookup instead.
We have added four new color options for row coloring, single select fields, and multiple select fields. The new colors are yellow, brown, purple, and pink. Additionally, a “darker” shade of the existing dark color has been added. This brings the total number of color options to 40, instead of the previous 15.
We added new templates and improved existing ones. You can find the most recent updates on the Templates page.
We’re excited to be nominated by Computable Awards 2023 in the list of best Tech-startup in the Netherlands!
Please cast your vote:
The page is in Dutch, but the process is straightforward and can be followed even by non-Dutch speakers.
Please help us make it to the final nominees in October.
ncScale recently released a new observability feature, which is also available for Baserow! This feature provides real-time no-code asset management that includes dependency mapping, repositories, readmes, tag features, and more.
is after days ago
for filtering records within a specified number of past days. #1721The next big features on the roadmap include more shortcuts, row modification history, audit log for workspaces, row grouping, and other features suggested by the community.
If you have any questions about the new updates, please leave them in our official community forum. We’re happy to answer them!