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": "AWS Backup introduces support for legal hold and application stack backups. AWS Backup Audit Manager introduces support for cross-Region, cross-account reports."
10
+
},
11
+
{
12
+
"type": "feature",
13
+
"category": "AWS IoT",
14
+
"contributor": "",
15
+
"description": "Job scheduling enables the scheduled rollout of a Job with start and end times and a customizable end behavior when end time is reached. This is available for continuous and snapshot jobs. Added support for MQTT5 properties to AWS IoT TopicRule Republish Action."
16
+
},
17
+
{
18
+
"type": "feature",
19
+
"category": "AWS IoT Data Plane",
20
+
"contributor": "",
21
+
"description": "This release adds support for MQTT5 properties to AWS IoT HTTP Publish API."
22
+
},
23
+
{
24
+
"type": "feature",
25
+
"category": "AWS IoT Wireless",
26
+
"contributor": "",
27
+
"description": "This release includes a new feature for customers to calculate the position of their devices by adding three new APIs: UpdateResourcePosition, GetResourcePosition, and GetPositionEstimate."
28
+
},
29
+
{
30
+
"type": "feature",
31
+
"category": "AWSKendraFrontendService",
32
+
"contributor": "",
33
+
"description": "Amazon Kendra now supports preview of table information from HTML tables in the search results. The most relevant cells with their corresponding rows, columns are displayed as a preview in the search result. The most relevant table cell or cells are also highlighted in table preview."
34
+
},
35
+
{
36
+
"type": "feature",
37
+
"category": "AWS Organizations",
38
+
"contributor": "",
39
+
"description": "This release introduces delegated administrator for AWS Organizations, a new feature to help you delegate the management of your Organizations policies, enabling you to govern your AWS organization in a decentralized way. You can now allow member accounts to manage Organizations policies."
40
+
},
41
+
{
42
+
"type": "feature",
43
+
"category": "AWS SDK for Java v2",
44
+
"contributor": "",
45
+
"description": "Added AsyncResponseTransformer.toBlockingInputStream, allowing streaming operation responses to be read as if they're an InputStream."
46
+
},
47
+
{
48
+
"type": "feature",
49
+
"category": "Amazon CloudWatch",
50
+
"contributor": "",
51
+
"description": "Adds cross-account support to the GetMetricData API. Adds cross-account support to the ListMetrics API through the usage of the IncludeLinkedAccounts flag and the new OwningAccounts field."
52
+
},
53
+
{
54
+
"type": "feature",
55
+
"category": "Amazon CloudWatch Logs",
56
+
"contributor": "",
57
+
"description": "Updates to support CloudWatch Logs data protection and CloudWatch cross-account observability"
58
+
},
59
+
{
60
+
"type": "feature",
61
+
"category": "Amazon EC2 Container Service",
62
+
"contributor": "",
63
+
"description": "This release adds support for ECS Service Connect, a new capability that simplifies writing and operating resilient distributed applications. This release updates the TaskDefinition, Cluster, Service mutation APIs with Service connect constructs and also adds a new ListServicesByNamespace API."
64
+
},
65
+
{
66
+
"type": "feature",
67
+
"category": "Amazon Elastic File System",
68
+
"contributor": "",
69
+
"description": "This release adds elastic as a new ThroughputMode value for EFS file systems and adds AFTER_1_DAY as a value for TransitionToIARules."
70
+
},
71
+
{
72
+
"type": "feature",
73
+
"category": "Amazon Relational Database Service",
74
+
"contributor": "",
75
+
"description": "This release enables new Aurora and RDS feature called Blue/Green Deployments that makes updates to databases safer, simpler and faster."
76
+
},
77
+
{
78
+
"type": "feature",
79
+
"category": "Amazon Textract",
80
+
"contributor": "",
81
+
"description": "This release adds support for classifying and splitting lending documents by type, and extracting information by using the Analyze Lending APIs. This release also includes support for summarized information of the processed lending document package, in addition to per document results."
82
+
},
83
+
{
84
+
"type": "feature",
85
+
"category": "Amazon Transcribe Service",
86
+
"contributor": "",
87
+
"description": "This release adds support for 'inputType' for post-call and real-time (streaming) Call Analytics within Amazon Transcribe."
"description": "Amazon CloudWatch Observability Access Manager is a new service that allows configuration of the CloudWatch cross-account observability feature."
106
+
},
107
+
{
108
+
"type": "feature",
109
+
"category": "Elastic Disaster Recovery Service",
110
+
"contributor": "",
111
+
"description": "Non breaking changes to existing APIs, and additional APIs added to support in-AWS failing back using AWS Elastic Disaster Recovery."
112
+
},
113
+
{
114
+
"type": "feature",
115
+
"category": "AWS SDK for Java v2",
116
+
"contributor": "",
117
+
"description": "Updated endpoint and partition metadata."
Copy file name to clipboardExpand all lines: CHANGELOG.md
+74Lines changed: 74 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,77 @@
1
+
# __2.18.25__ __2022-11-27__
2
+
## __AWS Backup__
3
+
- ### Features
4
+
- AWS Backup introduces support for legal hold and application stack backups. AWS Backup Audit Manager introduces support for cross-Region, cross-account reports.
5
+
6
+
## __AWS IoT__
7
+
- ### Features
8
+
- Job scheduling enables the scheduled rollout of a Job with start and end times and a customizable end behavior when end time is reached. This is available for continuous and snapshot jobs. Added support for MQTT5 properties to AWS IoT TopicRule Republish Action.
9
+
10
+
## __AWS IoT Data Plane__
11
+
- ### Features
12
+
- This release adds support for MQTT5 properties to AWS IoT HTTP Publish API.
13
+
14
+
## __AWS IoT Wireless__
15
+
- ### Features
16
+
- This release includes a new feature for customers to calculate the position of their devices by adding three new APIs: UpdateResourcePosition, GetResourcePosition, and GetPositionEstimate.
17
+
18
+
## __AWS Organizations__
19
+
- ### Features
20
+
- This release introduces delegated administrator for AWS Organizations, a new feature to help you delegate the management of your Organizations policies, enabling you to govern your AWS organization in a decentralized way. You can now allow member accounts to manage Organizations policies.
21
+
22
+
## __AWS SDK for Java v2__
23
+
- ### Features
24
+
- Added AsyncResponseTransformer.toBlockingInputStream, allowing streaming operation responses to be read as if they're an InputStream.
25
+
- Updated endpoint and partition metadata.
26
+
27
+
## __AWSKendraFrontendService__
28
+
- ### Features
29
+
- Amazon Kendra now supports preview of table information from HTML tables in the search results. The most relevant cells with their corresponding rows, columns are displayed as a preview in the search result. The most relevant table cell or cells are also highlighted in table preview.
30
+
31
+
## __Amazon CloudWatch__
32
+
- ### Features
33
+
- Adds cross-account support to the GetMetricData API. Adds cross-account support to the ListMetrics API through the usage of the IncludeLinkedAccounts flag and the new OwningAccounts field.
34
+
35
+
## __Amazon CloudWatch Logs__
36
+
- ### Features
37
+
- Updates to support CloudWatch Logs data protection and CloudWatch cross-account observability
38
+
39
+
## __Amazon EC2 Container Service__
40
+
- ### Features
41
+
- This release adds support for ECS Service Connect, a new capability that simplifies writing and operating resilient distributed applications. This release updates the TaskDefinition, Cluster, Service mutation APIs with Service connect constructs and also adds a new ListServicesByNamespace API.
42
+
43
+
## __Amazon Elastic File System__
44
+
- ### Features
45
+
- This release adds elastic as a new ThroughputMode value for EFS file systems and adds AFTER_1_DAY as a value for TransitionToIARules.
46
+
47
+
## __Amazon Relational Database Service__
48
+
- ### Features
49
+
- This release enables new Aurora and RDS feature called Blue/Green Deployments that makes updates to databases safer, simpler and faster.
50
+
51
+
## __Amazon Textract__
52
+
- ### Features
53
+
- This release adds support for classifying and splitting lending documents by type, and extracting information by using the Analyze Lending APIs. This release also includes support for summarized information of the processed lending document package, in addition to per document results.
54
+
55
+
## __Amazon Transcribe Service__
56
+
- ### Features
57
+
- This release adds support for 'inputType' for post-call and real-time (streaming) Call Analytics within Amazon Transcribe.
58
+
59
+
## __Amazon Transcribe Streaming Service__
60
+
- ### Features
61
+
- This release adds support for real-time (streaming) and post-call Call Analytics within Amazon Transcribe.
62
+
63
+
## __Application Migration Service__
64
+
- ### Features
65
+
- This release adds support for Application and Wave management. We also now support custom post-launch actions.
66
+
67
+
## __CloudWatch Observability Access Manager__
68
+
- ### Features
69
+
- Amazon CloudWatch Observability Access Manager is a new service that allows configuration of the CloudWatch cross-account observability feature.
70
+
71
+
## __Elastic Disaster Recovery Service__
72
+
- ### Features
73
+
- Non breaking changes to existing APIs, and additional APIs added to support in-AWS failing back using AWS Elastic Disaster Recovery.
0 commit comments