Skip to content

Commit 0797896

Browse files
committed
release 3.5.3
1 parent a21eb8a commit 0797896

File tree

4 files changed

+10
-7
lines changed

4 files changed

+10
-7
lines changed

docs/admin-manual/upgrade-instructions.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ This document describes version specific upgrade instructions.
66

77
Always backup your database before performing an upgrade to next Papermerge version
88

9-
## 3.5.3 (not yet released)
9+
## 3.5.3
1010

11-
When migration from `3.5.2` to `3.5.3` make sure that you don't have in database table `users` entries with `home_folder_id` or `inbox_folder_id` columns set to NULL - in such case migration will fail.
11+
When migration from `3.5.2` to `3.5.3` make sure that you don't have in database table `users` entries with `home_folder_id` or `inbox_folder_id` columns set to NULL - in such case migration will fail.
1212

1313
Though it was possible before 3.5.3 under certain circumstances to create users with either one or both of these two columns set to NULL, it is very unlikely that this case is relevant for you.
1414
In case you have some - please delete these entries (`DELETE users WHERE home_folder_id IS NULL OR inbox_folder_id IS NULL`)
15-
No worries about deleting user entity with NULL value for `home_folder_id` or `home_folder_id` as such entities are stale anyway - they have no documents associated and no login is possible.
15+
No worries about deleting user entity with NULL value for `home_folder_id` or `home_folder_id` as such entities are stale anyway - they have no documents associated and no login is possible.

docs/admin-manual/version-matrix.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@ The listed versions have been tested. Other combinations might work as well, but
88

99
| Papermerge Version | Docker Image | Auth Server<br>(used only internally) |OCR Worker | Path Template Worker | S3 Worker | i3 Worker | DB | Redis | Solr |
1010
| --- | --- | --- | --- | --- | --- | --- | --- | --- | --- |
11+
| [**3.5.3**](https://github.com/papermerge/papermerge-core/releases/tag/3.5.3) | papermerge/papermerge:3.5.3 | papermerge/auth-server:1.1.5 |papermerge/ocrworker:0.3.1 | papermerge/path-tmpl-worker:0.4.1 | papermerge/s3worker:0.5.1 | papermerge/i3worker:0.3 | postgres:16.1 | bitname-redis:7.2 | solr:9.7 |
1112
| [**3.5.2**](https://github.com/papermerge/papermerge-core/releases/tag/3.5.2) | papermerge/papermerge:3.5.2 | papermerge/auth-server:1.1.3 |papermerge/ocrworker:0.3.1 | papermerge/path-tmpl-worker:0.4 | papermerge/s3worker:0.5 | papermerge/i3worker:0.3 | postgres:16.1 | bitname-redis:7.2 | solr:9.7 |
1213
| [**3.4.1**](https://github.com/papermerge/papermerge-core/releases/tag/3.4.1) | papermerge/papermerge:3.4.1 | papermerge/auth-server:1.0.2 | papermerge/ocrworker:0.3.1 | papermerge/path-tmpl-worker:0.3.2 | papermerge/s3worker:0.4.3 | papermerge/i3worker:0.3 | postgres:16.1 | bitname-redis:7.2 | solr:9.7 |

docs/changelog/3.5/3.5.3.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11

2-
# 3.5.3 – Not Yet Released
2+
# 3.5.3
3+
4+
Released on 2025-08-18
35

46
If you want to see all database schema changes for the 3.5.3 release, have a look at the
57
[migrations folder](https://github.com/papermerge/papermerge-core/tree/master/papermerge/core/alembic/versions) — specifically, all files containing `__v3_5_3__` in their name.

mkdocs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,11 +104,11 @@ theme:
104104
repo_url: https://github.com/ciur/papermerge
105105
extra:
106106
project: Papermerge DMS # custom variable for macros plugin
107-
docker_image_version: 3.5.2
107+
docker_image_version: 3.5.3
108108
i3_worker_version: 0.3
109-
s3_worker_version: 0.5
109+
s3_worker_version: 0.5.1
110110
ocr_worker_version: 0.3.1
111-
path_tmpl_worker_version: 0.4
111+
path_tmpl_worker_version: 0.4.1
112112
version:
113113
provider: mike
114114
social:

0 commit comments

Comments
 (0)