Skip to content

Bump django-storages from 1.11.1 to 1.12.2#7634

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/django-storages-1.12.2
Closed

Bump django-storages from 1.11.1 to 1.12.2#7634
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/django-storages-1.12.2

Conversation

@dependabot
Copy link
Contributor

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

Bumps django-storages from 1.11.1 to 1.12.2.

Changelog

Sourced from django-storages's changelog.

1.12.2 (2021-10-16)


Azure

  • Add parameters kwarg to AzureStorage.url to configure blob properties in the SAS token ([#1071](https://github.com/jschneier/django-storages/issues/1071)_)
  • Fix regression where AZURE_CUSTOM_DOMAIN was interpreted as a replacement of blob.core.windows.net rather than as a full domain ([#1073](https://github.com/jschneier/django-storages/issues/1073), [#1076](https://github.com/jschneier/django-storages/issues/1076))

.. _#1071: jschneier/django-storages#1071 .. _#1073: jschneier/django-storages#1073 .. _#1076: jschneier/django-storages#1076

1.12.1 (2021-10-11)


S3

  • Change gzip compression to use a streaming implementation ([#1061](https://github.com/jschneier/django-storages/issues/1061)_)
  • Fix saving files with S3ManifestStaticStorage ([#1068](https://github.com/jschneier/django-storages/issues/1068), [#1069](https://github.com/jschneier/django-storages/issues/1069))

.. _#1061: jschneier/django-storages#1061 .. _#1068: jschneier/django-storages#1068 .. _#1069: jschneier/django-storages#1069

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))

... (truncated)

Commits

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.2.
- [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.2)

---
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 18, 2021
@mofodevops mofodevops temporarily deployed to foundation-s-dependabot-xhvzk9 October 18, 2021 06:05 Inactive
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 1, 2021

Superseded by #7727.

@dependabot dependabot bot closed this Nov 1, 2021
@dependabot dependabot bot deleted the dependabot/pip/django-storages-1.12.2 branch November 1, 2021 06:05
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.

1 participant