Releases: jazzband/django-dbbackup
Releases · jazzband/django-dbbackup
4.2.1
4.2.0
- Default HOST to localhost for postgres databases.
- Add PostgreSQL Schema support
- Fix restore of database from S3 storage by reintroducing inputfile.seek(0) to utils.uncompress_file
- Add warning for filenames with slashes in them
- Fix bug where dbbackup management command would not respect settings.py:DBBACKUP_DATABASES
- Remove usage of deprecated 'get_storage_class' function in newer Django versions
- Add support for new STORAGES (Django 4.2+) setting under the 'dbbackup' alias
4.1.0
What's Changed
- Fix restore fail after editing filename by @stan-levend in #465
- Drop python 3.6 by @Archmonger in #472
- update links by @Arhell in #471
- Update doc for backup directory consistency by @jej in #473
- RESTORE_PREFIX for RESTORE_SUFFIX by @mativs in #469
- Support Django 4.1, 4.2 and Python 3.11 by @johnthagen in #485
- Support Python 3.12 and Django 5.0 by @johnthagen in #499
- v4.1.0 by @johnthagen in #500
New Contributors
- @stan-levend made their first contribution in #465
- @Arhell made their first contribution in #471
- @jej made their first contribution in #473
- @mativs made their first contribution in #469
Full Changelog: 4.0.2...4.1.0
4.0.2
What's Changed
- support for prometheus wrapped dbs by @tsundokum in #455
- Backup of SQLite fail if there are Virtual Tables (e.g. FTS tables). by @xbello in #458
- Closes #460: python-gnupg version increase breaks unencrypt_file func… by @chambersh1129 in #461
- v4.0.2 by @Archmonger in #462
4.0.1
What's Changed
- 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 #419
- Enable functional tests in CI by @johnthagen in #420
- Update settings.py comment by @aaronvarghese in #427
- Jazzband transfer tasks by @Archmonger in #418
- Refactoring and tooling by @Archmonger in #438
New Contributors
- @aaronvarghese made their first contribution in #427
- @Archmonger made their first contribution in #418
Full Changelog: 4.0.0b0...4.0.0rc1
4.0.0b0
What's Changed
- Docs: Fix removed host option, explain new options by @bittner in #333
- dbbackup.db.postgres typo fix by @LeeHanYeong in #341
- Replace ugettext_lazy with gettext_lazy by @sumanthratna in #342
- Fix broken link by @jonathan-s in #349
- Remove base_url in docs as it's not used by @jonathan-s in #348
- Update commands.rst to add missing command by @sumit4613 in #337
- Add changelog by @jonathan-s in #351
- Add documentation for django-storage by @jonathan-s in #352
- Fix headings for changelog by @jonathan-s in #354
- Changed logging settings from settings.py to late init by @asaf-kali in #332
- Drop django 1.11 and python 2.7 by @jonathan-s in #353
- Fix authentication error when postgres is password protected by @jonathan-s in #361
- using exclude-table-data instead by @jonathan-s in #363
- Add some issue templates by @jonathan-s in #366
- Replace travis with github actions by @jonathan-s in #368
- 'six' package dependency removed by @jerinpetergeorge in #371
- Add support for exclude tables data in the command interface by @KessoumML in #375
- Make the binary connector the default by @jonathan-s in #339
- Env password is no longer used since #361 by @jonathan-s in #362
- auth source added in mongodb. authentication issue fixed with mongodb… by @Ajaysainisd in #379
- Add support for Python 3.9-3.10 and Django 3.2 by @johnthagen in #401
- Update CHANGELOG by @sumanthratna in #376
- Clean up README by @johnthagen in #407
- Add support for Django 4.0 by @johnthagen in #408
- Update changelog for PRs merged since 3.3.0 release by @johnthagen in #410
- Include long description in package metadata by @johnthagen in #411
- Add build environment by @johnthagen in #412
- Fix RemovedInDjango41Warning related to default_app_config by @johnthagen in #413
- Release 4.0.0b0 by @johnthagen in #414
New Contributors
- @bittner made their first contribution in #333
- @LeeHanYeong made their first contribution in #341
- @sumanthratna made their first contribution in #342
- @jonathan-s made their first contribution in #349
- @sumit4613 made their first contribution in #337
- @asaf-kali made their first contribution in #332
- @jerinpetergeorge made their first contribution in #371
- @KessoumML made their first contribution in #375
- @Ajaysainisd made their first contribution in #379
- @johnthagen made their first contribution in #401
Full Changelog: 3.3.0...4.0.0b0