You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,10 +14,14 @@ Don't forget to remove deprecated code on each major release!
14
14
15
15
## [Unreleased]
16
16
17
+
- Nothing (yet)!
18
+
19
+
## [5.1.0] - 2025-12-17
20
+
17
21
### Fixed
18
22
19
23
- Prevent restoring a backup from a different database connector (e.g. Postgres backup to SQLite) by adding an additional metadata file to all new backups.
20
-
- Fixed compressed media backup restoration by using `utils.uncompress_file()` instead of relying on tarfile's built-in gzip decompression. This aligns the behavior with database restore and ensures reliable decompression with all file-like objects.
24
+
- Fixed compressed media backup restoration by using `gzip.GzipFile` instead of `tarfile`'s gzip decompression algorithm.
21
25
22
26
## [5.0.1] - 2025-11-07
23
27
@@ -330,7 +334,8 @@ Don't forget to remove deprecated code on each major release!
0 commit comments