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: docs/changelog.rst
+41-70Lines changed: 41 additions & 70 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,11 @@ Changelog
4
4
Unreleased
5
5
----------
6
6
7
+
* Nothing (yet)!
8
+
9
+
4.2.1 (2024-08-23)
10
+
----------
11
+
7
12
* Add --no-drop option to dbrestore command to prevent dropping tables before restoring data.
8
13
* Fix bug where sqlite dbrestore would fail if field data contains the line break character.
9
14
@@ -21,91 +26,57 @@ Unreleased
21
26
4.1.0 (2024-01-14)
22
27
------------------
23
28
24
-
* Fix restore fail after editing filename by @stan-levend in https://github.com/jazzband/django-dbbackup/pull/465
25
-
* Drop python 3.6 by @Archmonger in https://github.com/jazzband/django-dbbackup/pull/472
26
-
* update links by @Arhell in https://github.com/jazzband/django-dbbackup/pull/471
27
-
* Update doc for backup directory consistency by @jej in https://github.com/jazzband/django-dbbackup/pull/473
28
-
* RESTORE_PREFIX for RESTORE_SUFFIX by @mativs in https://github.com/jazzband/django-dbbackup/pull/469
29
-
* Support Django 4.1, 4.2 and Python 3.11 by @johnthagen in https://github.com/jazzband/django-dbbackup/pull/485
30
-
* Support Python 3.12 and Django 5.0 by @johnthagen in https://github.com/jazzband/django-dbbackup/pull/499
29
+
* Fix restore fail after editing filename
30
+
* Drop python 3.6
31
+
* update links
32
+
* Update doc for backup directory consistency
33
+
* RESTORE_PREFIX for RESTORE_SUFFIX
34
+
* Support Django 4.1, 4.2 and Python 3.11
35
+
* Support Python 3.12 and Django 5.0
31
36
32
37
4.0.2 (2022-09-27)
33
38
------------------
34
39
35
-
* support for prometheus wrapped dbs by @tsundokum in https://github.com/jazzband/django-dbbackup/pull/455
36
-
* Backup of SQLite fail if there are Virtual Tables (e.g. FTS tables). by @xbello in https://github.com/jazzband/django-dbbackup/pull/458
37
-
* Closes #460: python-gnupg version increase breaks unencrypt_file func… by @chambersh1129 in https://github.com/jazzband/django-dbbackup/pull/461
40
+
* support for prometheus wrapped dbs
41
+
* Backup of SQLite fail if there are Virtual Tables (e.g. FTS tables).
42
+
* Closes #460: python-gnupg version increase breaks unencrypt_file func…
38
43
39
44
4.0.1 (2022-07-09)
40
45
---------------------
41
46
42
47
* As of this version, dbbackup is now within Jazzband! This version tests our Jazzband release CI, and adds miscellaneous refactoring/cleanup.
43
-
* Fix GitHub Actions configuration by @johnthagen in https://github.com/jazzband/django-dbbackup/pull/419
44
-
* Enable functional tests in CI by @johnthagen in https://github.com/jazzband/django-dbbackup/pull/420
45
-
* Update settings.py comment by @aaronvarghese in https://github.com/jazzband/django-dbbackup/pull/427
46
-
* Jazzband transfer tasks by @Archmonger in https://github.com/jazzband/django-dbbackup/pull/418
47
-
* Refactoring and tooling by @Archmonger in https://github.com/jazzband/django-dbbackup/pull/438
48
+
* Fix GitHub Actions configuration
49
+
* Enable functional tests in CI
50
+
* Update settings.py comment
51
+
* Jazzband transfer tasks
52
+
* Refactoring and tooling
48
53
49
54
4.0.0b0 (2021-12-19)
50
55
--------------------
51
56
52
-
* Fix RemovedInDjango41Warning related to default_app_config `#413`_
53
-
* Add authentication database support for MongoDB `#379`_
54
-
* Remove six dependency `#371`_
55
-
* Explicitly support Python 3.6+. `#408`_
56
-
* Drop support for end of life Django versions. Currently support 2.2, 3.2, 4.0. `#408`_
57
-
* Replace ugettext_lazy with gettext_lazy `#342`_
58
-
* Changed logging settings from settings.py to late init `#332`_
59
-
* Fix authentication error when postgres is password protected `#361`_
60
-
* Use exclude-table-data instead of exclude-table `#363`_
61
-
* Add support for exclude tables data in the command interface `#375`_
62
-
* Move author and version information into setup.py to allow building package in isolated
63
-
environment (e.g. with the ``build`` package). `#414`_
0 commit comments