Skip to content

Commit beec8d7

Browse files
author
AWS
committed
Release 2.20.13. Updated CHANGELOG.md, README.md and all pom.xml.
1 parent 2491608 commit beec8d7

File tree

413 files changed

+508
-454
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

413 files changed

+508
-454
lines changed

.changes/2.20.13.json

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
{
2+
"version": "2.20.13",
3+
"date": "2023-02-27",
4+
"entries": [
5+
{
6+
"type": "bugfix",
7+
"category": "AWS SDK for Java v2",
8+
"contributor": "stevenshan",
9+
"description": "Fix race in FlatteningSubscriber where onClose called before items passed to onNext. See [#3734](https://github.com/aws/aws-sdk-java-v2/issues/3734)"
10+
},
11+
{
12+
"type": "feature",
13+
"category": "AWS Elemental MediaConvert",
14+
"contributor": "",
15+
"description": "The AWS Elemental MediaConvert SDK has added support for HDR10 to SDR tone mapping, and animated GIF video input sources."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "AWS Lambda",
20+
"contributor": "",
21+
"description": "This release adds the ability to create ESMs with Document DB change streams as event source. For more information see https://docs.aws.amazon.com/lambda/latest/dg/with-documentdb.html."
22+
},
23+
{
24+
"type": "feature",
25+
"category": "Amazon CloudWatch Internet Monitor",
26+
"contributor": "",
27+
"description": "CloudWatch Internet Monitor is a a new service within CloudWatch that will help application developers and network engineers continuously monitor internet performance metrics such as availability and performance between their AWS-hosted applications and end-users of these applications"
28+
},
29+
{
30+
"type": "feature",
31+
"category": "Amazon DevOps Guru",
32+
"contributor": "",
33+
"description": "This release adds the description field on ListAnomaliesForInsight and DescribeAnomaly API responses for proactive anomalies."
34+
},
35+
{
36+
"type": "feature",
37+
"category": "Amazon Timestream Write",
38+
"contributor": "",
39+
"description": "This release adds the ability to ingest batched historical data or migrate data in bulk from S3 into Timestream using CSV files."
40+
},
41+
{
42+
"type": "feature",
43+
"category": "Elastic Disaster Recovery Service",
44+
"contributor": "",
45+
"description": "New fields were added to reflect availability zone data in source server and recovery instance description commands responses, as well as source server launch status."
46+
},
47+
{
48+
"type": "feature",
49+
"category": "AWS SDK for Java v2",
50+
"contributor": "",
51+
"description": "Updated endpoint and partition metadata."
52+
}
53+
]
54+
}

.changes/next-release/bugfix-AWSSDKforJavav2-56b73c0.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/next-release/feature-AWSElementalMediaConvert-aacd36b.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/next-release/feature-AWSLambda-25a46c8.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/next-release/feature-AWSSDKforJavav2-0443982.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/next-release/feature-AmazonCloudWatchInternetMonitor-ad43ea9.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/next-release/feature-AmazonDevOpsGuru-f5bd5cd.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/next-release/feature-AmazonTimestreamWrite-6892e36.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/next-release/feature-ElasticDisasterRecoveryService-8d175c4.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,40 @@
1+
# __2.20.13__ __2023-02-27__
2+
## __AWS Elemental MediaConvert__
3+
- ### Features
4+
- The AWS Elemental MediaConvert SDK has added support for HDR10 to SDR tone mapping, and animated GIF video input sources.
5+
6+
## __AWS Lambda__
7+
- ### Features
8+
- This release adds the ability to create ESMs with Document DB change streams as event source. For more information see https://docs.aws.amazon.com/lambda/latest/dg/with-documentdb.html.
9+
10+
## __AWS SDK for Java v2__
11+
- ### Features
12+
- Updated endpoint and partition metadata.
13+
14+
- ### Bugfixes
15+
- Fix race in FlatteningSubscriber where onClose called before items passed to onNext. See [#3734](https://github.com/aws/aws-sdk-java-v2/issues/3734)
16+
- Contributed by: [@stevenshan](https://github.com/stevenshan)
17+
18+
## __Amazon CloudWatch Internet Monitor__
19+
- ### Features
20+
- CloudWatch Internet Monitor is a a new service within CloudWatch that will help application developers and network engineers continuously monitor internet performance metrics such as availability and performance between their AWS-hosted applications and end-users of these applications
21+
22+
## __Amazon DevOps Guru__
23+
- ### Features
24+
- This release adds the description field on ListAnomaliesForInsight and DescribeAnomaly API responses for proactive anomalies.
25+
26+
## __Amazon Timestream Write__
27+
- ### Features
28+
- This release adds the ability to ingest batched historical data or migrate data in bulk from S3 into Timestream using CSV files.
29+
30+
## __Elastic Disaster Recovery Service__
31+
- ### Features
32+
- New fields were added to reflect availability zone data in source server and recovery instance description commands responses, as well as source server launch status.
33+
34+
## __Contributors__
35+
Special thanks to the following contributors to this release:
36+
37+
[@stevenshan](https://github.com/stevenshan)
138
# __2.20.12__ __2023-02-24__
239
## __AWS SecurityHub__
340
- ### Features

0 commit comments

Comments
 (0)