Skip to content

Commit f035023

Browse files
authored
Prepare next release (#946)
1 parent bcd1cd2 commit f035023

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,20 @@
22

33
## NOT RELEASED
44

5+
## 1.9.0
6+
57
### Added
68

79
- Changed case of object's properties to camelCase.
8-
- Added documentation in class's headers.
10+
- Added documentation in class headers.
911
- Removed `final` from `ClientException` and `ServerException`.
1012
- Make Responses thrown Business Exception when AwsErrorCode <-> Exception class mapping provided through RequestContext.
11-
- Added Business Exceptions.
13+
- Added domain exceptions.
14+
- Improved Aws Error parsing by using specialized AwsErrorFactory.
15+
16+
### Fixed
17+
18+
- Exception thrown twice by waiters.
1219

1320
## 1.8.0
1421

src/Result.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,6 @@ class Result
2929

3030
private $response;
3131

32-
/**
33-
* @var array<string, string>
34-
*/
35-
private $exceptionMapping;
36-
3732
/**
3833
* @var self[]
3934
*/

0 commit comments

Comments
 (0)