Skip to content

Commit

Permalink
Update CHANGELOG, bump version to v2.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardd committed Sep 10, 2024
1 parent 4d9810f commit c2268e3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# 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
Expand Down
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule ExAws.S3.Mixfile do
use Mix.Project

@version "2.5.3"
@version "2.5.4"
@service "s3"
@url "https://github.com/ex-aws/ex_aws_#{@service}"
@name __MODULE__ |> Module.split() |> Enum.take(2) |> Enum.join(".")
Expand All @@ -10,7 +10,7 @@ defmodule ExAws.S3.Mixfile do
[
app: :ex_aws_s3,
version: @version,
elixir: "~> 1.11",
elixir: "~> 1.13",
elixirc_paths: elixirc_paths(Mix.env()),
start_permanent: Mix.env() == :prod,
deps: deps(),
Expand Down

0 comments on commit c2268e3

Please sign in to comment.