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
"description": "This release adds the PutInvitationConfiguration API to configure the user invitation email template with custom attributes, and the GetInvitationConfiguration API to retrieve the configured values."
9
+
},
10
+
{
11
+
"category": "Application Auto Scaling",
12
+
"type": "feature",
13
+
"description": "Documentation updates for application-autoscaling"
14
+
},
15
+
{
16
+
"category": "AWS SDK for Java v2",
17
+
"type": "bugfix",
18
+
"description": "Fixed a bug where the request would fail of NoSuchElementException. This bug would affect `TranscribeStreaming#startStreamTranscription` request"
19
+
},
20
+
{
21
+
"category": "Netty Nio HTTP Client",
22
+
"type": "bugfix",
23
+
"description": "Added try-catch blocks to prevent uncompleted future when exception is thrown."
24
+
},
25
+
{
26
+
"category": "AWS SDK for Java v2",
27
+
"type": "bugfix",
28
+
"description": "Fix a bug in the code generator where the enum getter for a structure member is not being generated in some cases. Additionally, fix a bug that generated the wrong code for enum getters where the enum is not at the top level container but is nested, such as `List<List<EnumType>>`. This breaks the interface for affected services so the minor version is increased."
29
+
},
30
+
{
31
+
"category": "AmazonApiGatewayV2",
32
+
"type": "feature",
33
+
"description": "Marking certain properties as explicitly required and fixing an issue with the GetApiMappings operation for ApiMapping resources."
34
+
},
35
+
{
36
+
"category": "Amazon Simple Systems Manager (SSM)",
37
+
"type": "feature",
38
+
"description": "AWS Systems Manager State Manager now supports associations using documents shared by other AWS accounts."
Copy file name to clipboardExpand all lines: CHANGELOG.md
+26
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,29 @@
1
+
# __2.5.0____2019-02-28__
2
+
## __AWS SDK for Java v2__
3
+
-### Bugfixes
4
+
- Fix a bug in the code generator where the enum getter for a structure member is not being generated in some cases. Additionally, fix a bug that generated the wrong code for enum getters where the enum is not at the top level container but is nested, such as `List<List<EnumType>>`. This breaks the interface for affected services so the minor version is increased.
5
+
- Fixed a bug where the request would fail of NoSuchElementException. This bug would affect `TranscribeStreaming#startStreamTranscription` request
6
+
7
+
## __Alexa For Business__
8
+
-### Features
9
+
- This release adds the PutInvitationConfiguration API to configure the user invitation email template with custom attributes, and the GetInvitationConfiguration API to retrieve the configured values.
10
+
11
+
## __Amazon Simple Systems Manager (SSM)__
12
+
-### Features
13
+
- AWS Systems Manager State Manager now supports associations using documents shared by other AWS accounts.
14
+
15
+
## __AmazonApiGatewayV2__
16
+
-### Features
17
+
- Marking certain properties as explicitly required and fixing an issue with the GetApiMappings operation for ApiMapping resources.
18
+
19
+
## __Application Auto Scaling__
20
+
-### Features
21
+
- Documentation updates for application-autoscaling
22
+
23
+
## __Netty Nio HTTP Client__
24
+
-### Bugfixes
25
+
- Added try-catch blocks to prevent uncompleted future when exception is thrown.
0 commit comments