Skip to content

Commit c223b5a

Browse files
Nyholmjderusse
andauthored
[Core] Added change log (#868)
* [Core] Added change log * Update src/Core/CHANGELOG.md Co-authored-by: Jérémy Derussé <jeremy@derusse.com> Co-authored-by: Jérémy Derussé <jeremy@derusse.com>
1 parent af6ad14 commit c223b5a

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,24 @@
22

33
## NOT RELEASED
44

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`
17+
518
## 1.6.0
619

720
### Added
821

922
- Support for Rekognition in `AwsClientFactory`
10-
- Added exception `AsyncAws\Core\Exception\UnexpectedValue`
1123

1224
## 1.5.0
1325

0 commit comments

Comments
 (0)