geonode
geonode copied to clipboard
Bump django-storages from 1.12.3 to 1.13.1
Bumps django-storages from 1.12.3 to 1.13.1.
Changelog
Sourced from django-storages's changelog.
1.13.1 (2022-08-06)
Dropbox
- Strip off the root path when saving files to fix saving with upgraded versions of Django (
[#1168](https://github.com/jschneier/django-storages/issues/1168)
_)- Update
DropBoxStorage
constructor parameter order to be backwards compatible ([#1167](https://github.com/jschneier/django-storages/issues/1167)
_).. _#1167: jschneier/django-storages#1167 .. _#1168: jschneier/django-storages#1168
1.13 (2022-08-05)
General
- Add support for Django 4.0 and 4.1 (
[#1093](https://github.com/jschneier/django-storages/issues/1093)
_)- Drop support for Django 2.2, 3.0 and 3.1 (
[#1093](https://github.com/jschneier/django-storages/issues/1093)
_)- Drop support for Python 3.5 and 3.6 (
[#1093](https://github.com/jschneier/django-storages/issues/1093)
_)S3
- Breaking Update and document the undocumented
AWS_S3_URL_PROTOCOL
fromhttp:
tohttps:
and remove the undocumentedAWS_S3_SECURE_URLS
setting. You should only need to update your settings if you had updated either of these previously undocumented settings. The default behavior of constructing anhttps:
URL with a custom domain is unchanged. ([#1164](https://github.com/jschneier/django-storages/issues/1164)
_)- Add
AWS_S3_USE_THREADS
to disablethreading
for compatibility withgevent
([#1112](https://github.com/jschneier/django-storages/issues/1112)
_)Dropbox
- Add support for refresh tokens (
[#1159](https://github.com/jschneier/django-storages/issues/1159)
_)- Ignore
ApiError
exception inurl()
([#1158](https://github.com/jschneier/django-storages/issues/1158)
_)Azure
- Restore support for
AZURE_ENDPOINT_SUFFIX
([#1118](https://github.com/jschneier/django-storages/issues/1118)
_)- Replace deprecated
download_to_stream
withreadinto
([#1113](https://github.com/jschneier/django-storages/issues/1113)
_)- Add
AZURE_API_VERSION
setting ([#1132](https://github.com/jschneier/django-storages/issues/1132)
_)- Fix
get_modified_time()
([#1134](https://github.com/jschneier/django-storages/issues/1134)
_)Google Cloud
- Add support for gzipping files via
GS_IS_GZIPPED
andGZIP_CONTENT_TYPES
([#980](https://github.com/jschneier/django-storages/issues/980)
_)- Use
GS_BLOB_CHUNK_SIZE
with files that already exist
... (truncated)
Commits
785da47
Release version 1.13.1 (#1170)1cfb7bd
harmonize isort & flake8 config (#1169)3309662
[dropbox] fix saving files (#1168)1f30947
[dropbox] restore backwards compat for parameter order (#1167)7a89d73
Release version 1.13 (#1166)48279d6
Update README instructions (#1165)da133d5
[s3] update secure url creation handling (#1164)acb735e
Update supported Django & Python versions (#1093)91205a8
[docs] fix a few typos (#1162)12a8600
[dropbox] add refresh token support (#1159)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)