Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 10, 2025

Bumps ex_aws_s3 from 2.4.0 to 2.5.8.

Changelog

Sourced from ex_aws_s3's changelog.

v2.5.8 (2025-08-12)

  • Rename get_bucket_object_versions to list_object_versions

v2.5.7 (2025-04-15)

  • Add support for If-Match and If-None-Match headers to PutObject call
  • Handle errors in parse_bucket_object_versions/1

v2.5.6 (2024-12-13)

  • Fix compilation warning on Elixir 1.17

v2.5.5 (2024-10-31)

  • Fix stream! handling when the client adapter models response headers as lists (eg Req)

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

v2.5.2 (2023-10-16)

  • Properly fix typespec for presigned_url/5, and include support for Elixir datetime types.

v2.5.1 (2023-10-12)

  • Fix typespec for presigned_url/5

v2.5.0 (2023-10-04)

  • Increase minimum Elixir version to 1.11
  • Add tests for Elixir 1.15
  • Merge fix for multipart copy (sort of BREAKING: this changes the signature of upload_part_copy, however that function could never have worked properly previously so I have to assume that nobody was actually using it).

... (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 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 Oct 10, 2025
@dependabot dependabot bot force-pushed the dependabot/hex/ex_aws_s3-2.5.8 branch 3 times, most recently from aa7e77a to 7a73bc8 Compare October 10, 2025 15:16
@dependabot dependabot bot force-pushed the dependabot/hex/ex_aws_s3-2.5.8 branch from 7a73bc8 to 41d7734 Compare October 20, 2025 19:44
@lemald
Copy link
Member

lemald commented Oct 23, 2025

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/hex/ex_aws_s3-2.5.8 branch from 41d7734 to 49df753 Compare October 23, 2025 18:45
Bumps [ex_aws_s3](https://github.com/ex-aws/ex_aws_s3) from 2.4.0 to 2.5.8.
- [Changelog](https://github.com/ex-aws/ex_aws_s3/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ex-aws/ex_aws_s3/commits)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/hex/ex_aws_s3-2.5.8 branch from 49df753 to 89cfea4 Compare October 29, 2025 17:00
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.

2 participants