Skip to content

Commit d8f09bd

Browse files
authored
4.2.1 (#533)
1 parent bc74b87 commit d8f09bd

File tree

2 files changed

+42
-71
lines changed

2 files changed

+42
-71
lines changed

dbbackup/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.2.0
1+
4.2.1

docs/changelog.rst

Lines changed: 41 additions & 70 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ Changelog
44
Unreleased
55
----------
66

7+
* Nothing (yet)!
8+
9+
4.2.1 (2024-08-23)
10+
----------
11+
712
* Add --no-drop option to dbrestore command to prevent dropping tables before restoring data.
813
* Fix bug where sqlite dbrestore would fail if field data contains the line break character.
914

@@ -21,91 +26,57 @@ Unreleased
2126
4.1.0 (2024-01-14)
2227
------------------
2328

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
3136

3237
4.0.2 (2022-09-27)
3338
------------------
3439

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…
3843

3944
4.0.1 (2022-07-09)
4045
---------------------
4146

4247
* 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
4853

4954
4.0.0b0 (2021-12-19)
5055
--------------------
5156

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`_
64-
* Documentation fixes `#341`_ `#333`_ `#349`_ `#348`_ `#337`_ `#411`_
57+
* Fix RemovedInDjango41Warning related to default_app_config
58+
* Add authentication database support for MongoDB
59+
* Remove six dependency
60+
* Explicitly support Python 3.6+.
61+
* Drop support for end of life Django versions. Currently support 2.2, 3.2, 4.0.
62+
* Replace ugettext_lazy with gettext_lazy
63+
* Changed logging settings from settings.py to late init
64+
* Fix authentication error when postgres is password protected
65+
* Use exclude-table-data instead of exclude-table
66+
* Add support for exclude tables data in the command interface
67+
* Move author and version information into setup.py to allow building package in isolated environment (e.g. with the ``build`` package).
68+
* Documentation fixes
6569

6670

6771
3.3.0 (2020-04-14)
6872
------------------
6973

70-
* Documentation fixes `#341`_ `#333`_ `#328`_ `#320`_ `#305`_ `#303`_ `#302`_ `#298`_ `#281`_ `#266`_ `#349`_ `#348`_ `#337`_
71-
* "output-filename" in mediabackup command `#324`_
72-
* Fixes for test infrastructure and mongodb support `#318`_
73-
* sqlite3: don't throw warnings if table already exists `#317`_
74-
* Fixes for django3 and updated travis (and File handling) `#316`_
75-
* Restoring from FTP `#313`_
76-
* Fixes to run dbbackup management command in Postgres for non-latin Windows. `#273`_
77-
* Apply changes from pull request 244; Update to include sftp storage `#280`_
78-
* Quick fix for proper selection of DB name to restore `#260`_
79-
80-
.. _`#342`: https://github.com/jazzband/django-dbbackup/pull/342
81-
.. _`#332`: https://github.com/jazzband/django-dbbackup/pull/332
82-
.. _`#361`: https://github.com/jazzband/django-dbbackup/pull/361
83-
.. _`#363`: https://github.com/jazzband/django-dbbackup/pull/363
84-
.. _`#375`: https://github.com/jazzband/django-dbbackup/pull/375
85-
.. _`#341`: https://github.com/jazzband/django-dbbackup/pull/341
86-
.. _`#333`: https://github.com/jazzband/django-dbbackup/pull/333
87-
.. _`#328`: https://github.com/jazzband/django-dbbackup/pull/328
88-
.. _`#320`: https://github.com/jazzband/django-dbbackup/pull/320
89-
.. _`#305`: https://github.com/jazzband/django-dbbackup/pull/305
90-
.. _`#303`: https://github.com/jazzband/django-dbbackup/pull/303
91-
.. _`#302`: https://github.com/jazzband/django-dbbackup/pull/302
92-
.. _`#298`: https://github.com/jazzband/django-dbbackup/pull/298
93-
.. _`#281`: https://github.com/jazzband/django-dbbackup/pull/281
94-
.. _`#266`: https://github.com/jazzband/django-dbbackup/pull/266
95-
.. _`#324`: https://github.com/jazzband/django-dbbackup/pull/324
96-
.. _`#318`: https://github.com/jazzband/django-dbbackup/pull/318
97-
.. _`#317`: https://github.com/jazzband/django-dbbackup/pull/317
98-
.. _`#316`: https://github.com/jazzband/django-dbbackup/pull/316
99-
.. _`#313`: https://github.com/jazzband/django-dbbackup/pull/313
100-
.. _`#273`: https://github.com/jazzband/django-dbbackup/pull/273
101-
.. _`#280`: https://github.com/jazzband/django-dbbackup/pull/280
102-
.. _`#260`: https://github.com/jazzband/django-dbbackup/pull/260
103-
.. _`#349`: https://github.com/jazzband/django-dbbackup/pull/349
104-
.. _`#348`: https://github.com/jazzband/django-dbbackup/pull/348
105-
.. _`#337`: https://github.com/jazzband/django-dbbackup/pull/337
106-
.. _`#408`: https://github.com/jazzband/django-dbbackup/pull/408
107-
.. _`#371`: https://github.com/jazzband/django-dbbackup/pull/371
108-
.. _`#379`: https://github.com/jazzband/django-dbbackup/pull/379
109-
.. _`#411`: https://github.com/jazzband/django-dbbackup/pull/411
110-
.. _`#413`: https://github.com/jazzband/django-dbbackup/pull/413
111-
.. _`#414`: https://github.com/jazzband/django-dbbackup/pull/414
74+
* Documentation fixes
75+
* "output-filename" in mediabackup command
76+
* Fixes for test infrastructure and mongodb support
77+
* sqlite3: don't throw warnings if table already exists
78+
* Fixes for django3 and updated travis (and File handling)
79+
* Restoring from FTP
80+
* Fixes to run dbbackup management command in Postgres for non-latin Windows.
81+
* Apply changes from pull request 244; Update to include sftp storage
82+
* Quick fix for proper selection of DB name to restore

0 commit comments

Comments
 (0)