Skip to content

Commit 6809122

Browse files
authored
Merge pull request #205 from aws-beam/release-1-0-4
Prepare for release of 1.0.4
2 parents 45f34ab + a93d6d6 commit 6809122

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

CHANGELOG.md

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

3+
## [v1.0.4] - 2024-12-09
4+
- Fix support for custom metadata
5+
36
## [v1.0.3] - 2024-11-22
47
- Add support for custom metadata
58

@@ -48,7 +51,7 @@ All notable changes to this project will be documented in this file.
4851

4952
### Changed
5053

51-
- Update the AWS generated modules to reflect v1.44.90 of Go SDK.
54+
- Update the AWS generated modules to reflect v1.44.90 of Go SDK.
5255
This may cause breaking changes.
5356

5457
## [v0.12.0] - 2022-07-18
@@ -59,14 +62,14 @@ All notable changes to this project will be documented in this file.
5962

6063
### Changed
6164

62-
- Update the AWS generated modules to reflect v1.44.60 of Go SDK.
65+
- Update the AWS generated modules to reflect v1.44.60 of Go SDK.
6366
This may cause breaking changes.
6467

6568
## [v0.11.0] - 2022-05-24
6669

6770
### Changed
6871

69-
- Update the AWS generated modules to reflect v1.44.21 of Go SDK.
72+
- Update the AWS generated modules to reflect v1.44.21 of Go SDK.
7073
This may cause breaking changes.
7174
- Change `aws_signature` requirement to `~> 0.3` in order to support newer versions.
7275

@@ -154,7 +157,7 @@ the majority of AWS services.
154157
- Update structure of error response from `{:error, {exception, reason}}` to `{:error, {:unexpected_response, response}}`.
155158
- You can obtained the previous `exception` and `reason` in this version by decoding the `response.body`, where `exception` is mapped to `response.body["__type"]` and `reason` is mapped to `response.body["message"]`.
156159
- Update module naming for certain AWS services. E.g.:
157-
- `AWS.Cognito` is renamed to `AWS.CognitoIdentity`
160+
- `AWS.Cognito` is renamed to `AWS.CognitoIdentity`
158161
- `AWS.Cognito.IdentityProvider` is renamed to `AWS.CognitoIdentityProvider`
159162

160163
### Changed

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 "1.0.3"
4+
@version "1.0.4"
55
@repo_url "https://github.com/aws-beam/aws-elixir"
66

77
def project do

0 commit comments

Comments
 (0)