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
+13-1Lines changed: 13 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,12 +2,24 @@
2
2
3
3
## NOT RELEASED
4
4
5
+
### Added
6
+
7
+
- A `AwsRetryStrategy` to define what HTTP request we retry
8
+
- Support for Elastic Container Registry (ECR) in `AwsClientFactory`
9
+
- Read "region" from ini files.
10
+
- Support for hard coded `roleArn` in `ConfigurationProvider`
11
+
- Added exception `AsyncAws\Core\Exception\UnexpectedValue` and `AsyncAws\Core\Exception\ParseResponse`
12
+
13
+
### Fixed
14
+
15
+
- Merge configuration if a profile is spread out over multiple files. Ie if `[profile company]` is defined in both `~/.aws/config` and `~/.aws/credentials`.
16
+
- All exceptions thrown must extend `AsyncAws\Core\Exception\Exception`
0 commit comments