Exciting things are happening at Baserow with the release of version 1.9! Our dedicated team of developers and open source contributors have been working hard to bring you some amazing new features.
Import your Airtable base’s automatically using the new migration tool. Aggregate and summarize your fields with the new footer aggregations at the bottom of the Grid view. Rapidly copy data out of your Baserow tables using multi cell select and copy. We also now provide official Docker images that make self-hosting even easier.
We’ve added footer aggregations to the Grid view, making it easier for you to aggregate and summarize your fields. Simply mouse over the blank footer row and click to see the available aggregations. Aggregations such as Empty
, Filled
, Percent Empty
, Percent Filled
, Unique
, Sum
, Average
, Min
, Max
, Standard deviation
, Median
, Variance
, Earliest date
, Latest date
, Checked
, Unchecked
, Percent checked
and Percent unchecked
are supported, with more coming soon.
Copying data from your Baserow tables is now faster and easier than ever before. Previously, you could only select and copy one cell at a time. Now, you can click and drag on the Grid view to select multiple cells, and then hit CMD/CTRL + C to copy them all at once. Please note that currently, you can only copy up to 200 rows at a time, and paste functionality is not yet supported. However, both of these features are planned for a future release.
We’re excited to announce that we now provide official Docker images for Baserow! This makes self-hosting even simpler. You can find the official Docker images in a variety of flavors here. To get started, simply run the following command:
docker run -v baserow_data:/baserow/data -p 80:80 -p 443:443 baserow/baserow:1.9.1
For more information on how to use and configure these images, check out our updated documentation.
Please note that there have been some breaking changes to the docker-compose.yml file in the Baserow repository. You can find instructions on how to upgrade here.
We’ve introduced a new migration tool that allows you to import your Airtable base directly into Baserow. Say goodbye to manual data transfer! Simply follow the instructions in the “Create new” button on the left sidebar, then click on “Database” and finally on “Import from Airtable”. Please note that this feature is still in beta, so if you encounter any issues, please let us know in the community. Currently, importing views, formulas, and lookups is not supported, but we’re working on it!
That’s not all! We also want to give a shoutout to our amazing community contributors who have made valuable contributions to Baserow.
Thanks to Davide for contributing:
image/*
attribute to the form cover and logo upload.Thanks Gaurang Tandon for contributing various small fixes and chores:
Here’s the full list of changes in Baserow 1.9:
image/*
attribute to the form cover and logo upload.'<' not supported between instances of 'NoneType' and 'int'
error. Blank string for a decimal value is now converted to None
when using the REST API.<i18n>
translations to JSON files.number_type
property anymore. The property number_decimal_places
can be now set to 0
to indicate integers instead.