Skip to content

Commit 7ee474d

Browse files
authored
Merge pull request #187 from aws-beam/prepare-release-1-0-0
Prepare for release of AWS Elixir 1.0.0
2 parents a9b4ab8 + 882a29a commit 7ee474d

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## [v0.14.1] - 2024-04-21
4+
- Implement automatic retries
5+
- Fix typo on S3 multipart upload doc
6+
- Fix API Gateway Management API to include Stage on all endpoints
7+
- Update generated code to include auto-generated types and specs for everything
8+
- Move to new version of aws-codegen (aws-codegen/issues/103) which uses aws-sdk-go-v2
9+
310
## [v0.14.1] - 2024-02-16
411
- Fix endpoints for global AWS services
512

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* Configurable HTTP client and JSON parser.
1717
* Generated by [aws-codegen](https://github.com/aws-beam/aws-codegen) using the
1818
same JSON descriptions of AWS services used to build the
19-
[AWS SDK for Go](https://github.com/aws/aws-sdk-go/tree/master/models/apis).
19+
[AWS SDK for Go V2](https://github.com/aws/aws-sdk-go-v2/tree/main/codegen/sdk-codegen/aws-models).
2020
* Documentation is updated from the official AWS docs.
2121

2222
## Usage
@@ -123,7 +123,7 @@ Optionally, you can implement your own (Check `AWS.Client` docs).
123123
```elixir
124124
def deps do
125125
[
126-
{:aws, "~> 0.13.0"},
126+
{:aws, "~> 1.0.0"},
127127
{:hackney, "~> 1.18"}
128128
]
129129
end

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule AWS.Mixfile do
22
use Mix.Project
33

4-
@version "0.14.1"
4+
@version "1.0.0"
55
@repo_url "https://github.com/aws-beam/aws-elixir"
66

77
def project do

0 commit comments

Comments
 (0)