Skip to content

Commit 4e3f507

Browse files
committed
Merge branch 'prepare-for-1-35-3' into 'develop'
Prepare for 1.35.3 See merge request baserow/baserow!3781
2 parents 17e3386 + b45f6f9 commit 4e3f507

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+178
-161
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ tool gives you the powers of a developer without leaving your browser.
1717
[![Deploy to Heroku](https://www.herokucdn.com/deploy/button.svg)](https://www.heroku.com/deploy/?template=https://github.com/bram2w/baserow/tree/master)
1818

1919
```bash
20-
docker run -v baserow_data:/baserow/data -p 80:80 -p 443:443 baserow/baserow:1.35.2
20+
docker run -v baserow_data:/baserow/data -p 80:80 -p 443:443 baserow/baserow:1.35.3
2121
```
2222

2323
![Baserow screenshot](docs/assets/screenshot.png "Baserow screenshot")
@@ -89,7 +89,7 @@ Created by Baserow B.V. - bram@baserow.io.
8989

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

92-
Version: 1.35.2
92+
Version: 1.35.3
9393

9494
The official repository can be found at https://gitlab.com/baserow/baserow.
9595

backend/docker/docker-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ set -euo pipefail
66
# ENVIRONMENT VARIABLES USED DIRECTLY BY THIS ENTRYPOINT
77
# ======================================================
88

9-
export BASEROW_VERSION="1.35.2"
9+
export BASEROW_VERSION="1.35.3"
1010

1111
# Used by docker-entrypoint.sh to start the dev server
1212
# If not configured you'll receive this: CommandError: "0.0.0.0:" is not a valid port number or address:port pair.

backend/src/baserow/config/settings/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@
458458
"name": "MIT",
459459
"url": "https://gitlab.com/baserow/baserow/-/blob/master/LICENSE",
460460
},
461-
"VERSION": "1.35.2",
461+
"VERSION": "1.35.3",
462462
"SERVE_INCLUDE_SCHEMA": False,
463463
"TAGS": [
464464
{"name": "Settings"},

backend/src/baserow/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "1.35.2"
1+
VERSION = "1.35.3"

changelog.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## Released 1.35.3
4+
5+
### New features
6+
* [Database] Allow viewers and higher to export table.
7+
8+
### Bug fixes
9+
* [Database] Fix copy/paste on Safari 18.6+ [#3830](https://gitlab.com/baserow/baserow/-/issues/3830)
10+
* [Database] Removed duplicated spin animation causing loading icon to look slower than intended.
11+
12+
### Refactors
13+
* [Core] Add debug logging to SAML/OAuth2 views to get more information on issues.
14+
15+
316
## Released 1.35.2
417

518
### New features

changelog/entries/unreleased/bug/fix_copypaste_on_safari_186.json renamed to changelog/entries/1.35.3/bug/fix_copypaste_on_safari_186.json

File renamed without changes.

changelog/entries/unreleased/bug/fix_name_clash_for_the_spin_animation_causing_to_look_slower.json renamed to changelog/entries/1.35.3/bug/fix_name_clash_for_the_spin_animation_causing_to_look_slower.json

File renamed without changes.

changelog/entries/unreleased/feature/allow_viewers_to_export_table.json renamed to changelog/entries/1.35.3/feature/allow_viewers_to_export_table.json

File renamed without changes.

changelog/entries/unreleased/refactor/add_debug_logs_to_saml_and_oauth2_views_to_get_more_informat.json renamed to changelog/entries/1.35.3/refactor/add_debug_logs_to_saml_and_oauth2_views_to_get_more_informat.json

File renamed without changes.

changelog/releases.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
{
22
"releases": [
3+
{
4+
"name": "1.35.3",
5+
"created_at": "2025-10-08"
6+
},
37
{
48
"name": "1.35.2",
59
"created_at": "2025-09-30"
@@ -409,4 +413,4 @@
409413
"created_at": "2023-02-10"
410414
}
411415
]
412-
}
416+
}

0 commit comments

Comments
 (0)