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

build(deps): Update edwardspec/mediawiki-aws-s3 requirement from v0.12.0 to v0.13.0 #32

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 4, 2024

Updates the requirements on edwardspec/mediawiki-aws-s3 to permit the latest version.

Changelog

Sourced from edwardspec/mediawiki-aws-s3's changelog.

== AWS 0.13.0 ==

  • Added support for MediaWiki 1.39.
  • Added support for PHP 8.1.

Minor features:

  • Added $wgAWSLocalCacheExcludeFileExtensions, which allows to exclude some files (e.g. audio) from the local cache.
  • Added support for path-style endpoints: $wgFileBackends['s3']['use_path_style_endpoint'] setting.
  • $wgAWSBucketDomain now supports values that start with http:// (to not use HTTPS).
  • Added $wgAWSRepoZones, which can be used to add non-standard zones to $wgLocalFileRepo.

Troubleshooting tools:

  • Debug log now warns if some extension tries to use non-standard zones (not in $wgAWSRepoZones).

== AWS 0.12.0 ==

Major features:

  • Results of doGetFileStat() are now cached, which greatly improves performance when editing a page with many images.

Minor features:

  • $wgImgAuthPath can now override the path to /img_auth.php for private wikis.

Bugfixes:

  • HTTP headers set by other extensions (like Content-Disposition) are no longer ignored when uploading new images.

Warnings fixed:

  • Fixed harmless PHP warning in doGetLocalCopyMulti().
  • Replaced deprecated wfWikiId().
  • Replaced deprecated wfGetMainCache().

== AWS 0.11.1 ==

  • Added support for MediaWiki 1.35.
  • Dropped support for MediaWiki 1.27-1.34 and PHP 5.6.

== AWS 0.11.0 ==

Major features:

  • Added "local cache" feature for extremely large S3 objects (e.g. 100Mb.+ PDF files). This saves time when generating their thumbnails. Note: disabled by default. Set $wgAWSLocalCacheDirectory to writable directory to enable. Note: don't enable if not needed. Small images won't benefit from local cache. Note: files smaller than $wgAWSLocalCacheMinSize bytes (default: 100Mb.) won't be cached.
  • Added $wgAWSBucketTopSubdirectory, which allows to add a custom prefix to S3 paths. For example, if $wgAWSBucketTopSubdirectory="/something", then S3 object "1.jpg" will be named "Bucket/something/1.jpg" instead of "Bucket/1.jpg". Default (recommended): no prefix ($wgAWSBucketTopSubdirectory is an empty string).

... (truncated)

Commits
  • b277b87 (version) 0.13.0
  • d75873a (debug) Log situation when some container is not configured
  • 11b58d4 (tests) Run tests on REL1_41 branch
  • d7d339d Merge pull request #63 from OAuthority/patch-1
  • 1f45fc8 Update CNAME
  • 26aa8e7 (feature) Allow to add non-standard zones to $wgLocalFileRepo
  • 62529e6 (tests) Only use PHP 8.1 when testing MW 1.39+ (Composer requirements)
  • 8558e71 (tests) Use MariaDB 10.x (LTS) for testing
  • 744e594 (tests) Run tests on REL1_40 branch
  • aba18d2 (tests) Update deprecated GitHub Actions
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Updates the requirements on [edwardspec/mediawiki-aws-s3](https://github.com/edwardspec/mediawiki-aws-s3) to permit the latest version.
- [Changelog](https://github.com/edwardspec/mediawiki-aws-s3/blob/master/ChangeLog)
- [Commits](edwardspec/mediawiki-aws-s3@v0.12.0...v0.13.0)

---
updated-dependencies:
- dependency-name: edwardspec/mediawiki-aws-s3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Mar 4, 2024
@octfx octfx merged commit 35cea7c into develop Mar 9, 2024
@dependabot dependabot bot deleted the dependabot/composer/develop/edwardspec/mediawiki-aws-s3-v0.13.0 branch March 9, 2024 15:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file php Pull requests that update Php code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant