Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

4.2.1 #533

Merged
merged 1 commit into from
Aug 23, 2024
Merged

4.2.1 #533

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dbbackup/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.2.0
4.2.1
111 changes: 41 additions & 70 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ Changelog
Unreleased
----------

* Nothing (yet)!

4.2.1 (2024-08-23)
----------

* Add --no-drop option to dbrestore command to prevent dropping tables before restoring data.
* Fix bug where sqlite dbrestore would fail if field data contains the line break character.

Expand All @@ -21,91 +26,57 @@ Unreleased
4.1.0 (2024-01-14)
------------------

* Fix restore fail after editing filename by @stan-levend in https://github.com/jazzband/django-dbbackup/pull/465
* Drop python 3.6 by @Archmonger in https://github.com/jazzband/django-dbbackup/pull/472
* update links by @Arhell in https://github.com/jazzband/django-dbbackup/pull/471
* Update doc for backup directory consistency by @jej in https://github.com/jazzband/django-dbbackup/pull/473
* RESTORE_PREFIX for RESTORE_SUFFIX by @mativs in https://github.com/jazzband/django-dbbackup/pull/469
* Support Django 4.1, 4.2 and Python 3.11 by @johnthagen in https://github.com/jazzband/django-dbbackup/pull/485
* Support Python 3.12 and Django 5.0 by @johnthagen in https://github.com/jazzband/django-dbbackup/pull/499
* Fix restore fail after editing filename
* Drop python 3.6
* update links
* Update doc for backup directory consistency
* RESTORE_PREFIX for RESTORE_SUFFIX
* Support Django 4.1, 4.2 and Python 3.11
* Support Python 3.12 and Django 5.0

4.0.2 (2022-09-27)
------------------

* support for prometheus wrapped dbs by @tsundokum in https://github.com/jazzband/django-dbbackup/pull/455
* Backup of SQLite fail if there are Virtual Tables (e.g. FTS tables). by @xbello in https://github.com/jazzband/django-dbbackup/pull/458
* Closes #460: python-gnupg version increase breaks unencrypt_file func… by @chambersh1129 in https://github.com/jazzband/django-dbbackup/pull/461
* support for prometheus wrapped dbs
* Backup of SQLite fail if there are Virtual Tables (e.g. FTS tables).
* Closes #460: python-gnupg version increase breaks unencrypt_file func…

4.0.1 (2022-07-09)
---------------------

* As of this version, dbbackup is now within Jazzband! This version tests our Jazzband release CI, and adds miscellaneous refactoring/cleanup.
* Fix GitHub Actions configuration by @johnthagen in https://github.com/jazzband/django-dbbackup/pull/419
* Enable functional tests in CI by @johnthagen in https://github.com/jazzband/django-dbbackup/pull/420
* Update settings.py comment by @aaronvarghese in https://github.com/jazzband/django-dbbackup/pull/427
* Jazzband transfer tasks by @Archmonger in https://github.com/jazzband/django-dbbackup/pull/418
* Refactoring and tooling by @Archmonger in https://github.com/jazzband/django-dbbackup/pull/438
* Fix GitHub Actions configuration
* Enable functional tests in CI
* Update settings.py comment
* Jazzband transfer tasks
* Refactoring and tooling

4.0.0b0 (2021-12-19)
--------------------

* Fix RemovedInDjango41Warning related to default_app_config `#413`_
* Add authentication database support for MongoDB `#379`_
* Remove six dependency `#371`_
* Explicitly support Python 3.6+. `#408`_
* Drop support for end of life Django versions. Currently support 2.2, 3.2, 4.0. `#408`_
* Replace ugettext_lazy with gettext_lazy `#342`_
* Changed logging settings from settings.py to late init `#332`_
* Fix authentication error when postgres is password protected `#361`_
* Use exclude-table-data instead of exclude-table `#363`_
* Add support for exclude tables data in the command interface `#375`_
* Move author and version information into setup.py to allow building package in isolated
environment (e.g. with the ``build`` package). `#414`_
* Documentation fixes `#341`_ `#333`_ `#349`_ `#348`_ `#337`_ `#411`_
* Fix RemovedInDjango41Warning related to default_app_config
* Add authentication database support for MongoDB
* Remove six dependency
* Explicitly support Python 3.6+.
* Drop support for end of life Django versions. Currently support 2.2, 3.2, 4.0.
* Replace ugettext_lazy with gettext_lazy
* Changed logging settings from settings.py to late init
* Fix authentication error when postgres is password protected
* Use exclude-table-data instead of exclude-table
* Add support for exclude tables data in the command interface
* Move author and version information into setup.py to allow building package in isolated environment (e.g. with the ``build`` package).
* Documentation fixes


3.3.0 (2020-04-14)
------------------

* Documentation fixes `#341`_ `#333`_ `#328`_ `#320`_ `#305`_ `#303`_ `#302`_ `#298`_ `#281`_ `#266`_ `#349`_ `#348`_ `#337`_
* "output-filename" in mediabackup command `#324`_
* Fixes for test infrastructure and mongodb support `#318`_
* sqlite3: don't throw warnings if table already exists `#317`_
* Fixes for django3 and updated travis (and File handling) `#316`_
* Restoring from FTP `#313`_
* Fixes to run dbbackup management command in Postgres for non-latin Windows. `#273`_
* Apply changes from pull request 244; Update to include sftp storage `#280`_
* Quick fix for proper selection of DB name to restore `#260`_

.. _`#342`: https://github.com/jazzband/django-dbbackup/pull/342
.. _`#332`: https://github.com/jazzband/django-dbbackup/pull/332
.. _`#361`: https://github.com/jazzband/django-dbbackup/pull/361
.. _`#363`: https://github.com/jazzband/django-dbbackup/pull/363
.. _`#375`: https://github.com/jazzband/django-dbbackup/pull/375
.. _`#341`: https://github.com/jazzband/django-dbbackup/pull/341
.. _`#333`: https://github.com/jazzband/django-dbbackup/pull/333
.. _`#328`: https://github.com/jazzband/django-dbbackup/pull/328
.. _`#320`: https://github.com/jazzband/django-dbbackup/pull/320
.. _`#305`: https://github.com/jazzband/django-dbbackup/pull/305
.. _`#303`: https://github.com/jazzband/django-dbbackup/pull/303
.. _`#302`: https://github.com/jazzband/django-dbbackup/pull/302
.. _`#298`: https://github.com/jazzband/django-dbbackup/pull/298
.. _`#281`: https://github.com/jazzband/django-dbbackup/pull/281
.. _`#266`: https://github.com/jazzband/django-dbbackup/pull/266
.. _`#324`: https://github.com/jazzband/django-dbbackup/pull/324
.. _`#318`: https://github.com/jazzband/django-dbbackup/pull/318
.. _`#317`: https://github.com/jazzband/django-dbbackup/pull/317
.. _`#316`: https://github.com/jazzband/django-dbbackup/pull/316
.. _`#313`: https://github.com/jazzband/django-dbbackup/pull/313
.. _`#273`: https://github.com/jazzband/django-dbbackup/pull/273
.. _`#280`: https://github.com/jazzband/django-dbbackup/pull/280
.. _`#260`: https://github.com/jazzband/django-dbbackup/pull/260
.. _`#349`: https://github.com/jazzband/django-dbbackup/pull/349
.. _`#348`: https://github.com/jazzband/django-dbbackup/pull/348
.. _`#337`: https://github.com/jazzband/django-dbbackup/pull/337
.. _`#408`: https://github.com/jazzband/django-dbbackup/pull/408
.. _`#371`: https://github.com/jazzband/django-dbbackup/pull/371
.. _`#379`: https://github.com/jazzband/django-dbbackup/pull/379
.. _`#411`: https://github.com/jazzband/django-dbbackup/pull/411
.. _`#413`: https://github.com/jazzband/django-dbbackup/pull/413
.. _`#414`: https://github.com/jazzband/django-dbbackup/pull/414
* Documentation fixes
* "output-filename" in mediabackup command
* Fixes for test infrastructure and mongodb support
* sqlite3: don't throw warnings if table already exists
* Fixes for django3 and updated travis (and File handling)
* Restoring from FTP
* Fixes to run dbbackup management command in Postgres for non-latin Windows.
* Apply changes from pull request 244; Update to include sftp storage
* Quick fix for proper selection of DB name to restore