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 a new setting for a user pool to configure which recovery methods a user can use to recover their account via the forgot password operation."
6
+
},
7
+
{
8
+
"type": "feature",
9
+
"category": "DirectoryService",
10
+
"description": "This release will introduce optional encryption over LDAP network traffic using SSL certificates between customer's self-managed AD and AWS Directory Services instances. The release also provides APIs for Certificate management."
11
+
},
12
+
{
13
+
"type": "feature",
14
+
"category": "DynamoDB",
15
+
"description": "1) Amazon Contributor Insights for Amazon DynamoDB is a diagnostic tool for identifying frequently accessed keys and understanding database traffic trends. 2) Support for displaying new fields when a table's encryption state is Inaccessible or the table have been Archived."
16
+
},
17
+
{
18
+
"type": "feature",
19
+
"category": "ElasticInference",
20
+
"description": "Amazon Elastic Inference allows customers to attach Elastic Inference Accelerators to Amazon EC2 and Amazon ECS tasks, thus providing low-cost GPU-powered acceleration and reducing the cost of running deep learning inference. This release allows customers to add or remove tags for their Elastic Inference Accelerators."
21
+
},
22
+
{
23
+
"type": "feature",
24
+
"category": "MediaTailor",
25
+
"description": "AWS Elemental MediaTailor SDK now allows configuration of the Live Pre-Roll feature for HLS and DASH streams."
26
+
},
27
+
{
28
+
"type": "feature",
29
+
"category": "Organizations",
30
+
"description": "Introduces the DescribeEffectivePolicy action, which returns the contents of the policy that's in effect for the account."
31
+
},
32
+
{
33
+
"type": "feature",
34
+
"category": "RDSDataService",
35
+
"description": "Type hints to improve handling of some specific parameter types (date/time, decimal etc) for ExecuteStatement and BatchExecuteStatement APIs"
36
+
},
37
+
{
38
+
"type": "feature",
39
+
"category": "ResourceGroupsTaggingAPI",
40
+
"description": "You can use tag policies to help standardize on tags across your organization's resources."
41
+
},
42
+
{
43
+
"type": "feature",
44
+
"category": "ServerlessApplicationRepository",
45
+
"description": "AWS Serverless Application Repository now supports verified authors. Verified means that AWS has made a good faith review, as a reasonable and prudent service provider, of the information provided by the requester and has confirmed that the requester's identity is as claimed."
46
+
},
47
+
{
48
+
"type": "feature",
49
+
"category": "WorkSpaces",
50
+
"description": "For the WorkspaceBundle API, added the image identifier and the time of the last update."
Copy file name to clipboardExpand all lines: CHANGELOG.md
+13-1Lines changed: 13 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,19 @@
1
1
# Changelog for AWS SDK for JavaScript
2
-
<!--LATEST=2.579.0-->
2
+
<!--LATEST=2.580.0-->
3
3
<!--ENTRYINSERT-->
4
4
5
+
## 2.580.0
6
+
* feature: CognitoIdentityServiceProvider: This release adds a new setting for a user pool to configure which recovery methods a user can use to recover their account via the forgot password operation.
7
+
* feature: DirectoryService: This release will introduce optional encryption over LDAP network traffic using SSL certificates between customer's self-managed AD and AWS Directory Services instances. The release also provides APIs for Certificate management.
8
+
* feature: DynamoDB: 1) Amazon Contributor Insights for Amazon DynamoDB is a diagnostic tool for identifying frequently accessed keys and understanding database traffic trends. 2) Support for displaying new fields when a table's encryption state is Inaccessible or the table have been Archived.
9
+
* feature: ElasticInference: Amazon Elastic Inference allows customers to attach Elastic Inference Accelerators to Amazon EC2 and Amazon ECS tasks, thus providing low-cost GPU-powered acceleration and reducing the cost of running deep learning inference. This release allows customers to add or remove tags for their Elastic Inference Accelerators.
10
+
* feature: MediaTailor: AWS Elemental MediaTailor SDK now allows configuration of the Live Pre-Roll feature for HLS and DASH streams.
11
+
* feature: Organizations: Introduces the DescribeEffectivePolicy action, which returns the contents of the policy that's in effect for the account.
12
+
* feature: RDSDataService: Type hints to improve handling of some specific parameter types (date/time, decimal etc) for ExecuteStatement and BatchExecuteStatement APIs
13
+
* feature: ResourceGroupsTaggingAPI: You can use tag policies to help standardize on tags across your organization's resources.
14
+
* feature: ServerlessApplicationRepository: AWS Serverless Application Repository now supports verified authors. Verified means that AWS has made a good faith review, as a reasonable and prudent service provider, of the information provided by the requester and has confirmed that the requester's identity is as claimed.
15
+
* feature: WorkSpaces: For the WorkspaceBundle API, added the image identifier and the time of the last update.
16
+
5
17
## 2.579.0
6
18
* feature: AlexaForBusiness: API update for Alexa for Business: This update enables the use of meeting room configuration that can be applied to a room profile. These settings help improve and measure utilization on Alexa for Business enabled rooms. New features include end meeting reminders, intelligent room release and room utilization analytics report.
7
19
* feature: AppConfig: Introducing AWS AppConfig, a new service that enables customers to quickly deploy validated configurations to applications of any size in a controlled and monitored fashion.
0 commit comments