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

Bump django-storages from 1.11.1 to 1.12 #7598

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 11, 2021

Bumps django-storages from 1.11.1 to 1.12.

Changelog

Sourced from django-storages's changelog.

1.12 (2021-10-06)


  • Add support for Django 3.2 ([#1046](https://github.com/jschneier/django-storages/issues/1046), [#1042](https://github.com/jschneier/django-storages/issues/1042), [#1005](https://github.com/jschneier/django-storages/issues/1005)_)
  • Replace Travis CI with GitHub actions ([#1051](https://github.com/jschneier/django-storages/issues/1051)_)

S3

  • Convert signing keys to bytes if necessary ([#1003](https://github.com/jschneier/django-storages/issues/1003)_)
  • Avoid a ListParts API call during multipart upload ([#1041](https://github.com/jschneier/django-storages/issues/1041)_)
  • Custom domains now use passed URL params ([#1054](https://github.com/jschneier/django-storages/issues/1054)_)
  • Allow the use of AWS profiles and clarify the options for passing credentials (fbe9538_)
  • Re-allow override of various access key names ([#1026](https://github.com/jschneier/django-storages/issues/1026)_)
  • Properly exclude empty folders during listdir (66f4f8e_)
  • Support saving file objects that are not seekable ([#860](https://github.com/jschneier/django-storages/issues/860), [#1057](https://github.com/jschneier/django-storages/issues/1057))
  • Return True for .exists() if a non-404 error is encountered ([#938](https://github.com/jschneier/django-storages/issues/938)_)

Azure

  • Breaking: This backend has been rewritten to use the newer versions of azure-storage-blob, which now has a minimum required version of 12.0. The settings AZURE_EMULATED_MODE, AZURE_ENDPOINT_SUFFIX, and AZURE_CUSTOM_CONNECTION_STRING are now ignored. ([#784](https://github.com/jschneier/django-storages/issues/784), [#805](https://github.com/jschneier/django-storages/issues/805))
  • Add support for user delegation keys ([#1063](https://github.com/jschneier/django-storages/issues/1063)_)

Google Cloud

  • Breaking: The minimum required version of google-cloud-storage is now 1.27.0 ([#994](https://github.com/jschneier/django-storages/issues/994)_)
  • Breaking: Switch URL signing version from v2 to v4 ([#994](https://github.com/jschneier/django-storages/issues/994)_)
  • Deprecated: Support for GS_CACHE_CONTROL will be removed in 1.13. Please set the cache_control parameter of GS_OBJECT_PARAMETERS instead. ([#970](https://github.com/jschneier/django-storages/issues/970)_)
  • Add GS_OBJECT_PARAMETERS and overridable GoogleCloudStorage.get_object_parameters to customize blob parameters for all blobs and per-blob respectively. ([#970](https://github.com/jschneier/django-storages/issues/970)_)
  • Catch the NotFound exception raised when deleting a non-existent blob, this matches Django and other backends ([#998](https://github.com/jschneier/django-storages/issues/998), [#999](https://github.com/jschneier/django-storages/issues/999))
  • Fix signing URLs with custom endpoints ([#994](https://github.com/jschneier/django-storages/issues/994)_)

Dropbox

  • Validate write_mode param ([#1020](https://github.com/jschneier/django-storages/issues/1020)_)

.. _fbe9538: jschneier/django-storages@fbe9538 .. _66f4f8e: jschneier/django-storages@66f4f8e .. _#1003: jschneier/django-storages#1003 .. _#1054: jschneier/django-storages#1054 .. _#1026: jschneier/django-storages#1026 .. _#1041: jschneier/django-storages#1041 .. _#970: jschneier/django-storages#970 .. _#998: jschneier/django-storages#998 .. _#784: jschneier/django-storages#784 .. _#805: jschneier/django-storages#805

... (truncated)

Commits
  • 2089714 Release version 1.12 (#1066)
  • ed35cf3 [gcloud] fix no_signed_url incorrectly evaluated when setting acl publicRead ...
  • 86bb44a Azure: support user delegation key (#1063)
  • 3222c23 [s3] Check for 404 error response in exists() (#938)
  • 7ecaf37 GoogleCloud: Use V4 signed URLs (#994)
  • c99f8ca [azure] Update to use azure-storage-blob>=12.0 (#805)
  • 5404407 [docs] Fix typo (#1012)
  • 26936b3 [gcloud] Add configurable blob parameters (#970)
  • a33ce69 [gcloud] Do not raise an exception when trying to delete a non-existent blob ...
  • 2487c70 [s3] Support saving file objects that are not 'seekable' (#1057)
  • Additional commits viewable in compare view

Dependabot compatibility score

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)

Bumps [django-storages](https://github.com/jschneier/django-storages) from 1.11.1 to 1.12.
- [Release notes](https://github.com/jschneier/django-storages/releases)
- [Changelog](https://github.com/jschneier/django-storages/blob/master/CHANGELOG.rst)
- [Commits](jschneier/django-storages@1.11.1...1.12)

---
updated-dependencies:
- dependency-name: django-storages
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added backend dependencies Pull requests that update a dependency file engineering labels Oct 11, 2021
@mofodevops mofodevops temporarily deployed to foundation-s-dependabot-8zezur October 11, 2021 06:04 Inactive
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 18, 2021

Superseded by #7634.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend dependencies Pull requests that update a dependency file engineering
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant