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,12 +1,21 @@
1
1
# Change Log
2
2
3
-
## NOT RELEASED
3
+
## 2.0.0
4
4
5
5
### BC-BREAK
6
6
7
7
- The return type for `\AsyncAws\TimestreamWrite\ValueObject\Record::getVersion` uses `int` instead of `string` to reflect the AWS type.
8
8
- The return type for `\AsyncAws\TimestreamWrite\ValueObject\RejectedRecord::getExistingVersion` uses `int` instead of `string` to reflect the AWS type.
9
9
10
+
### Added
11
+
12
+
- Avoid overriding the exception message with the raw message
13
+
- Use int as the PHP representation of long fields in generated code
14
+
15
+
### Changed
16
+
17
+
- Improve parameter type and return type in phpdoc
0 commit comments