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
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Change Log
2
2
3
-
## NOT RELEASED
3
+
## 2.0.0
4
4
5
5
### BC-BREAK
6
6
@@ -10,6 +10,15 @@
10
10
- The return type for the methods `getBaseTableTtl` and `getDeltaSyncTableTtl` of `\AsyncAws\AppSync\ValueObject\DeltaSyncConfig` uses `int` instead of `string` to reflect the AWS type.
11
11
- The class `AsyncAws\AppSync\ValueObject\FunctionConfiguration` (not used by any supported operations) has been removed.
12
12
13
+
### Added
14
+
15
+
- Avoid overriding the exception message with the raw message
16
+
- Use int as the PHP representation of long fields in generated code
17
+
18
+
### Changed
19
+
20
+
- Improve parameter type and return type in phpdoc
0 commit comments