We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 630837c + 3b35651 commit 6b523cdCopy full SHA for 6b523cd
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Change Log
2
3
+## [v1.0.10] - 2025-11-21
4
+- Add support for endpoint env override
5
+
6
## [v1.0.9] - 2025-08-18
7
- Allow retrying on http 429 too many requests
8
mix.exs
@@ -1,7 +1,7 @@
defmodule AWS.Mixfile do
use Mix.Project
- @version "1.0.9"
+ @version "1.0.10"
@repo_url "https://github.com/aws-beam/aws-elixir"
def project do
0 commit comments