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 ex_aws_s3 from 2.5.2 to 2.5.4 #329

Merged
merged 1 commit into from
Sep 16, 2024
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 16, 2024

Bumps ex_aws_s3 from 2.5.2 to 2.5.4.

Changelog

Sourced from ex_aws_s3's changelog.

v2.5.4 (2024-09-10)

  • Add empty value checks for delete_object
  • Handle errors in parse_complete_multipart_upload
  • Add newer_concurrent_versions option to put lifecycle
  • Show changelog link on hex info page
  • Add missing meta opts from the upload type spec
  • Add newer_noncurrent_versions to put_bucket_lifecycle
  • Clarify in docs that presigned URLs are generated locally
  • Document the :expires_in type
  • Add checksum header when hash is not MD5

v2.5.3 (2024-01-11)

  • Add option to get auth from AuthCache on every request when uploading to S3 in a stream
  • Fix dialyzer warnings with Elixir 1.16
  • Allow hash types other than MD5 when generating body hash
  • Fix error handling for parse_upload_part_copy
Commits
  • c2268e3 Update CHANGELOG, bump version to v2.5.4
  • 4d9810f Merge pull request #269 from j-asser/delete_object_empty_values
  • aaa2a4d Merge pull request #266 from vhf/feat/fix-parse_complete_multipart_upload
  • a16c1ea Merge pull request #270 from ex-aws/update_workflows
  • bd9030d Update elixir/erlang versions
  • b25cc77 Merge pull request #260 from thomas9911/main
  • f441871 Merge pull request #268 from kianmeng/show-changelog-link-in-hex-info-page
  • 3c7a5a1 Merge pull request #267 from ex-aws/dependabot/hex/jason-1.4.4
  • ba865fb Merge pull request #265 from ex-aws/dependabot/hex/ex_doc-0.34.2
  • d579a53 Add empty value checks for delete_object
  • 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 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file elixir Pull requests that update Elixir code labels Sep 16, 2024
Copy link

@mergify mergify bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Automatically approving dependabot

Bumps [ex_aws_s3](https://github.com/ex-aws/ex_aws_s3) from 2.5.2 to 2.5.4.
- [Changelog](https://github.com/ex-aws/ex_aws_s3/blob/main/CHANGELOG.md)
- [Commits](ex-aws/ex_aws_s3@v2.5.2...v2.5.4)

---
updated-dependencies:
- dependency-name: ex_aws_s3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/hex/ex_aws_s3-2.5.4 branch from 716a152 to f002575 Compare September 16, 2024 01:55
@mergify mergify bot merged commit 801b2e8 into main Sep 16, 2024
12 checks passed
@dependabot dependabot bot deleted the dependabot/hex/ex_aws_s3-2.5.4 branch September 16, 2024 01:59
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 elixir Pull requests that update Elixir code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants