Skip to content

Commit

Permalink
Bump to v2.5.8, update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardd committed Dec 13, 2024
1 parent d67dcb0 commit b03c0e7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
v2.5.8 (2024-12-13)
- Fix Req :follow_redirects deprecation warning
- Add exclude_patterns to filter out temporary files

v2.5.7 (2024-10-31)
- Endpoint updates
- Configurable max attempts for client-specific errors (4xx) using `max_attempts_client` in `retries` config
Expand Down
5 changes: 3 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule ExAws.Mixfile do
use Mix.Project

@source_url "https://github.com/ex-aws/ex_aws"
@version "2.5.7"
@version "2.5.8"

def project do
[
Expand Down Expand Up @@ -64,7 +64,8 @@ defmodule ExAws.Mixfile do
links: %{
Changelog: "#{@source_url}/blob/master/CHANGELOG.md",
GitHub: @source_url
}
},
exclude_patterns: [~r/.*~/]
]
end

Expand Down
1 change: 0 additions & 1 deletion test/ex_aws/request_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -283,5 +283,4 @@ defmodule ExAws.RequestTest do

success
end

end

0 comments on commit b03c0e7

Please sign in to comment.