You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7-4Lines changed: 7 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,8 @@
1
1
# Change Log
2
2
3
+
## [v1.0.4] - 2024-12-09
4
+
- Fix support for custom metadata
5
+
3
6
## [v1.0.3] - 2024-11-22
4
7
- Add support for custom metadata
5
8
@@ -48,7 +51,7 @@ All notable changes to this project will be documented in this file.
48
51
49
52
### Changed
50
53
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.
52
55
This may cause breaking changes.
53
56
54
57
## [v0.12.0] - 2022-07-18
@@ -59,14 +62,14 @@ All notable changes to this project will be documented in this file.
59
62
60
63
### Changed
61
64
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.
63
66
This may cause breaking changes.
64
67
65
68
## [v0.11.0] - 2022-05-24
66
69
67
70
### Changed
68
71
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.
70
73
This may cause breaking changes.
71
74
- Change `aws_signature` requirement to `~> 0.3` in order to support newer versions.
72
75
@@ -154,7 +157,7 @@ the majority of AWS services.
154
157
- Update structure of error response from `{:error, {exception, reason}}` to `{:error, {:unexpected_response, response}}`.
155
158
- 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"]`.
156
159
- 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`
158
161
-`AWS.Cognito.IdentityProvider` is renamed to `AWS.CognitoIdentityProvider`
0 commit comments