Skip to content

Commit

Permalink
Release version 1.14.3 (#1395)
Browse files Browse the repository at this point in the history
  • Loading branch information
jschneier committed May 4, 2024
1 parent 2ca6727 commit 9fde363
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 2 deletions.
41 changes: 41 additions & 0 deletions CHANGELOG.rst
@@ -1,6 +1,47 @@
django-storages CHANGELOG
=========================

1.14.3 (2024-05-04)
*******************

General
-------

- Add support for Django 5.0 and Python 3.12 (`#1331`_)

S3
--

- Fix disabling CloudFront signing with class variables (`#1334`_)
- Fix ``AWS_S3_*`` environment variables lookup (`#1336`_)
- Add ``client_config/AWS_S3_CLIENT_CONFIG`` to configure advanced ``botocore`` settings (`#1386`_)

Google Cloud
------------

- Fix re-gzipping already gzipped files (`#1366`_)

SFTP
----

- Add ``SFTP_BASE_URL`` setting (`#1368`_)
- Fix saving files when ``SFTP_STORAGE_ROOT`` is set (`#1372`_)

FTP
---

- Add support for FTP TLS via ``ftps`` URLs (`#1320`_)
- Add support for passwords with urlchars (`#1329`_)

.. _#1386: https://github.com/jschneier/django-storages/pull/1386
.. _#1372: https://github.com/jschneier/django-storages/pull/1372
.. _#1334: https://github.com/jschneier/django-storages/pull/1334
.. _#1336: https://github.com/jschneier/django-storages/pull/1336
.. _#1366: https://github.com/jschneier/django-storages/pull/1366
.. _#1368: https://github.com/jschneier/django-storages/pull/1368
.. _#1320: https://github.com/jschneier/django-storages/pull/1320
.. _#1329: https://github.com/jschneier/django-storages/pull/1329

1.14.2 (2023-10-08)
*******************

Expand Down
1 change: 0 additions & 1 deletion README.rst
Expand Up @@ -71,7 +71,6 @@ Contributing
#. Bug me until I can merge your pull request.

Please don't update the library version in CHANGELOG.rst or ``storages/__init__.py``, the maintainer will do that on release.
If you're the first to update the CHANGELOG in this release cycle, just put the version as ``XXXX-XX-XX``.

History
=======
Expand Down
2 changes: 1 addition & 1 deletion storages/__init__.py
@@ -1 +1 @@
__version__ = "1.14.2"
__version__ = "1.14.3"

0 comments on commit 9fde363

Please sign in to comment.