Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ existing tools and performs at any scale.
[![Deploy to Heroku](https://www.herokucdn.com/deploy/button.svg)](https://www.heroku.com/deploy/?template=https://github.com/baserow/baserow/tree/master)

```bash
docker run -v baserow_data:/baserow/data -p 80:80 -p 443:443 baserow/baserow:2.3.3
docker run -v baserow_data:/baserow/data -p 80:80 -p 443:443 baserow/baserow:2.3.4
```

![Baserow database screenshot](docs/assets/screenshot.png "Baserow database screenshot")
Expand Down Expand Up @@ -108,7 +108,7 @@ Created by Baserow B.V. - bram@baserow.io.

Distributes under the MIT license. See `LICENSE` for more information.

Version: 2.3.3
Version: 2.3.4

The official repository can be found at https://github.com/baserow/baserow.

Expand Down
2 changes: 1 addition & 1 deletion backend/docker/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set -euo pipefail
# ENVIRONMENT VARIABLES USED DIRECTLY BY THIS ENTRYPOINT
# ======================================================

export BASEROW_VERSION="2.3.3"
export BASEROW_VERSION="2.3.4"

# Used by docker-entrypoint.sh to start the dev server
# If not configured you'll receive this: CommandError: "0.0.0.0:" is not a valid port number or address:port pair.
Expand Down
2 changes: 1 addition & 1 deletion backend/src/baserow/config/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,7 @@
"name": "MIT",
"url": "https://github.com/baserow/baserow/blob/develop/LICENSE",
},
"VERSION": "2.3.3",
"VERSION": "2.3.4",
"SERVE_INCLUDE_SCHEMA": False,
"TAGS": [
{"name": "Settings"},
Expand Down
2 changes: 1 addition & 1 deletion backend/src/baserow/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "2.3.3"
VERSION = "2.3.4"
4 changes: 2 additions & 2 deletions backend/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## Released 2.3.4

### Bug fixes
* [Database] Fixed a bug where column resizes and other field option changes weren't shown to other users in real time [#5827](https://github.com/baserow/baserow/issues/5827)
* [Database] Fixed missing row update permission check when importing rows with upsert configuration. [#5916](https://github.com/baserow/baserow/issues/5916)
* [Database] Write-only data sync fields are excluded from workspace exports [#5918](https://github.com/baserow/baserow/issues/5918)
* [Database] Restricted ad hoc filters on publicly shared calendar views to the view's visible fields. [#6080](https://github.com/baserow/baserow/issues/6080)
* [Database] Resolved a bug which caused an AI field self-referencing to recurse indefinitely.


## Released 2.3.3

### New features
Expand Down
6 changes: 5 additions & 1 deletion changelog/releases.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"releases": [
{
"name": "2.3.4",
"created_at": "2026-09-15"
},
{
"name": "2.3.3",
"created_at": "2026-07-21"
Expand Down Expand Up @@ -497,4 +501,4 @@
"created_at": "2023-02-10"
}
]
}
}
40 changes: 20 additions & 20 deletions deploy/all-in-one/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ tool gives you the powers of a developer without leaving your browser.
[Vue.js](https://vuejs.org/) and [PostgreSQL](https://www.postgresql.org/).

```bash
docker run -v baserow_data:/baserow/data -p 80:80 -p 443:443 baserow/baserow:2.3.3
docker run -v baserow_data:/baserow/data -p 80:80 -p 443:443 baserow/baserow:2.3.4
```

## Quick Reference
Expand Down Expand Up @@ -52,7 +52,7 @@ docker run \
-p 80:80 \
-p 443:443 \
--restart unless-stopped \
baserow/baserow:2.3.3
baserow/baserow:2.3.4
```

* Change `BASEROW_PUBLIC_URL` to `https://YOUR_DOMAIN` or `http://YOUR_IP` to enable
Expand All @@ -75,7 +75,7 @@ docker run \

## Image Feature Overview

The `baserow/baserow:2.3.3` image by default runs all of Baserow's various services in
The `baserow/baserow:2.3.4` image by default runs all of Baserow's various services in
a single container for maximum ease of use.

> This image is designed for simple single server deployments or simple container
Expand Down Expand Up @@ -223,7 +223,7 @@ docker run \
-p 80:80 \
-p 443:443 \
--restart unless-stopped \
baserow/baserow:2.3.3
baserow/baserow:2.3.4
```

### Behind a reverse proxy already handling ssl
Expand All @@ -236,7 +236,7 @@ docker run \
-v baserow_data:/baserow/data \
-p 80:80 \
--restart unless-stopped \
baserow/baserow:2.3.3
baserow/baserow:2.3.4
```

### On a nonstandard HTTP port
Expand All @@ -249,7 +249,7 @@ docker run \
-v baserow_data:/baserow/data \
-p 3001:80 \
--restart unless-stopped \
baserow/baserow:2.3.3
baserow/baserow:2.3.4
```

### With an external PostgresSQL server
Expand All @@ -268,7 +268,7 @@ docker run \
-p 80:80 \
-p 443:443 \
--restart unless-stopped \
baserow/baserow:2.3.3
baserow/baserow:2.3.4
```

### With an external Redis server
Expand All @@ -289,7 +289,7 @@ docker run \
-p 80:80 \
-p 443:443 \
--restart unless-stopped \
baserow/baserow:2.3.3
baserow/baserow:2.3.4
```

### With an external email server
Expand All @@ -309,7 +309,7 @@ docker run \
-p 80:80 \
-p 443:443 \
--restart unless-stopped \
baserow/baserow:2.3.3
baserow/baserow:2.3.4
```

### With a Postgresql server running on the same host as the Baserow docker container
Expand Down Expand Up @@ -347,7 +347,7 @@ docker run \
-v baserow_data:/baserow/data \
-p 80:80 \
-p 443:443 \
baserow/baserow:2.3.3
baserow/baserow:2.3.4
```

### Supply secrets using files
Expand All @@ -374,7 +374,7 @@ docker run \
-v baserow_data:/baserow/data \
-p 80:80 \
-p 443:443 \
baserow/baserow:2.3.3
baserow/baserow:2.3.4
```

### Start just the embedded database
Expand All @@ -387,7 +387,7 @@ docker run -it \
--name baserow \
-p 5432:5432 \
-v baserow_data:/baserow/data \
baserow/baserow:2.3.3 \
baserow/baserow:2.3.4 \
start-only-db
# Now get the password from
docker exec -it baserow cat /baserow/data/.pgpass
Expand Down Expand Up @@ -419,7 +419,7 @@ docker run -it \
--rm \
--name baserow \
-v baserow_data:/baserow/data \
baserow/baserow:2.3.3 \
baserow/baserow:2.3.4 \
backend-cmd-with-db manage dbshell
```

Expand Down Expand Up @@ -542,19 +542,19 @@ the command below.

```bash
# First read the help message for this command
docker run -it --rm -v baserow_data:/baserow/data baserow/baserow:2.3.3 \
docker run -it --rm -v baserow_data:/baserow/data baserow/baserow:2.3.4 \
backend-cmd-with-db backup --help

# Stop Baserow instance
docker stop baserow

# The command below backs up Baserow to the backups folder in the baserow_data volume:
docker run -it --rm -v baserow_data:/baserow/data baserow/baserow:2.3.3 \
docker run -it --rm -v baserow_data:/baserow/data baserow/baserow:2.3.4 \
backend-cmd-with-db backup -f /baserow/data/backups/backup.tar.gz

# Or backup to a file on your host instead run something like:
docker run -it --rm -v baserow_data:/baserow/data -v $PWD:/baserow/host \
baserow/baserow:2.3.3 backend-cmd-with-db backup -f /baserow/host/backup.tar.gz
baserow/baserow:2.3.4 backend-cmd-with-db backup -f /baserow/host/backup.tar.gz
```

### Restore only Baserow's Postgres Database
Expand All @@ -570,13 +570,13 @@ docker stop baserow
docker run -it --rm \
-v old_baserow_data_volume_containing_the_backup_tar_gz:/baserow/old_data \
-v new_baserow_data_volume_to_restore_into:/baserow/data \
baserow/baserow:2.3.3 backend-cmd-with-db restore -f /baserow/old_data/backup.tar.gz
baserow/baserow:2.3.4 backend-cmd-with-db restore -f /baserow/old_data/backup.tar.gz

# Or to restore from a file on your host instead run something like:
docker run -it --rm \
-v baserow_data:/baserow/data -v \
$(pwd):/baserow/host \
baserow/baserow:2.3.3 backend-cmd-with-db restore -f /baserow/host/backup.tar.gz
baserow/baserow:2.3.4 backend-cmd-with-db restore -f /baserow/host/backup.tar.gz
```

## Running healthchecks on Baserow
Expand Down Expand Up @@ -627,7 +627,7 @@ docker run \
-p 80:80 \
-p 443:443 \
--restart unless-stopped \
baserow/baserow:2.3.3
baserow/baserow:2.3.4
```

Or you can just store it directly in the volume at `baserow_data/env` meaning it will be
Expand All @@ -636,7 +636,7 @@ loaded whenever you mount in this data volume.
### Building your own image from Baserow

```dockerfile
FROM baserow/baserow:2.3.3
FROM baserow/baserow:2.3.4

# Any .sh files found in /baserow/supervisor/env/ will be sourced and loaded at startup
# useful for storing your own environment variable overrides.
Expand Down
2 changes: 1 addition & 1 deletion deploy/all-in-one/supervisor/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ cat << EOF
██████╔╝██║ ██║███████║███████╗██║ ██║╚██████╔╝╚███╔███╔╝
╚═════╝ ╚═╝ ╚═╝╚══════╝╚══════╝╚═╝ ╚═╝ ╚═════╝ ╚══╝╚══╝

Version 2.3.3
Version 2.3.4

=========================================================================================
EOF
Expand Down
2 changes: 1 addition & 1 deletion deploy/cloudron/CloudronManifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"contactEmail": "bram@baserow.io",
"icon": "file://logo.png",
"tags": ["no-code", "nocode", "database", "data", "collaborate", "airtable"],
"version": "2.3.3",
"version": "2.3.4",
"healthCheckPath": "/api/_health/",
"httpPort": 80,
"addons": {
Expand Down
2 changes: 1 addition & 1 deletion deploy/cloudron/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG FROM_IMAGE=baserow/baserow:2.3.3
ARG FROM_IMAGE=baserow/baserow:2.3.4
# This is pinned as version pinning is done by the CI setting FROM_IMAGE.
# hadolint ignore=DL3006
FROM $FROM_IMAGE AS image_base
Expand Down
20 changes: 10 additions & 10 deletions deploy/helm/baserow/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
dependencies:
- name: baserow
repository: file://charts/baserow-common
version: 1.0.56
version: 1.0.57
- name: baserow
repository: file://charts/baserow-common
version: 1.0.56
version: 1.0.57
- name: baserow
repository: file://charts/baserow-common
version: 1.0.56
version: 1.0.57
- name: baserow
repository: file://charts/baserow-common
version: 1.0.56
version: 1.0.57
- name: baserow
repository: file://charts/baserow-common
version: 1.0.56
version: 1.0.57
- name: baserow
repository: file://charts/baserow-common
version: 1.0.56
version: 1.0.57
- name: baserow
repository: file://charts/baserow-common
version: 1.0.56
version: 1.0.57
- name: baserow
repository: file://charts/baserow-common
version: 1.0.56
version: 1.0.57
- name: redis
repository: https://charts.bitnami.com/bitnami
version: 19.5.5
Expand All @@ -35,5 +35,5 @@ dependencies:
- name: caddy-ingress-controller
repository: https://caddyserver.github.io/ingress
version: 1.1.0
digest: sha256:cd9a81c79f6db0fc7aed1d369c644d66584d2d927dbead0a75c66ac8aaa06557
generated: "2026-07-21T14:28:17.809231+02:00"
digest: sha256:379e9818276fe0ecca56873fff7385c3858a62c3051b7ec32f191bdbff894237
generated: "2026-09-15T15:47:10.305568+02:00"
20 changes: 10 additions & 10 deletions deploy/helm/baserow/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: baserow
description: The open platform to create scalable databases and applications—without coding.
type: application
version: 1.0.56
appVersion: "2.3.3"
version: 1.0.57
appVersion: "2.3.4"
home: https://github.com/baserow/baserow/blob/develop/deploy/helm/baserow?ref_type=heads
icon: https://baserow.io/img/favicon_192.png
sources:
Expand All @@ -13,43 +13,43 @@ sources:
dependencies:
- name: baserow
alias: baserow-backend-asgi
version: "1.0.56"
version: "1.0.57"
repository: "file://charts/baserow-common"

- name: baserow
alias: baserow-backend-wsgi
version: "1.0.56"
version: "1.0.57"
repository: "file://charts/baserow-common"

- name: baserow
alias: baserow-frontend
version: "1.0.56"
version: "1.0.57"
repository: "file://charts/baserow-common"

- name: baserow
alias: baserow-celery-beat-worker
version: "1.0.56"
version: "1.0.57"
repository: "file://charts/baserow-common"

- name: baserow
alias: baserow-celery-export-worker
version: "1.0.56"
version: "1.0.57"
repository: "file://charts/baserow-common"

- name: baserow
alias: baserow-celery-worker
version: "1.0.56"
version: "1.0.57"
repository: "file://charts/baserow-common"

- name: baserow
alias: baserow-celery-flower
version: "1.0.56"
version: "1.0.57"
repository: "file://charts/baserow-common"
condition: baserow-celery-flower.enabled

- name: baserow
alias: baserow-embeddings
version: "1.0.56"
version: "1.0.57"
repository: "file://charts/baserow-common"
condition: baserow-embeddings.enabled

Expand Down
Loading
Loading