Skip to content

Commit 8169121

Browse files
author
AWS
committed
Release 2.15.2. Updated CHANGELOG.md, README.md and all pom.xml.
1 parent bb8dfa2 commit 8169121

File tree

291 files changed

+363
-324
lines changed

Some content is hidden

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

291 files changed

+363
-324
lines changed

.changes/2.15.2.json

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
{
2+
"version": "2.15.2",
3+
"date": "2020-10-02",
4+
"entries": [
5+
{
6+
"type": "feature",
7+
"category": "Amazon Simple Storage Service",
8+
"description": "Amazon S3 Object Ownership is a new S3 feature that enables bucket owners to automatically assume ownership of objects that are uploaded to their buckets by other AWS Accounts."
9+
},
10+
{
11+
"type": "feature",
12+
"category": "Elastic Load Balancing",
13+
"description": "This release adds support for tagging listeners, rules, and target groups on creation. This release also supported tagging operations through tagging api's for listeners and rules."
14+
},
15+
{
16+
"type": "feature",
17+
"category": "AWS Cloud Map",
18+
"description": "Added support for optional parameters for DiscoverInstances API in AWS Cloud Map"
19+
},
20+
{
21+
"type": "feature",
22+
"category": "Amazon Personalize Events",
23+
"description": "Adds new APIs to write item and user records to Datasets."
24+
},
25+
{
26+
"type": "feature",
27+
"category": "AWS Batch",
28+
"description": "Support tagging for Batch resources (compute environment, job queue, job definition and job) and tag based access control on Batch APIs"
29+
},
30+
{
31+
"type": "feature",
32+
"category": "Amazon Relational Database Service",
33+
"description": "Adds the NCHAR Character Set ID parameter to the CreateDbInstance API for RDS Oracle."
34+
},
35+
{
36+
"type": "feature",
37+
"category": "AWS SDK for Java v2",
38+
"description": "Updated service endpoint metadata."
39+
},
40+
{
41+
"type": "bugfix",
42+
"category": "Apache HTTP Client",
43+
"description": "Fixed an issue in Apache HTTP client where a request with path parameter as a single slash threw invalid host name error."
44+
}
45+
]
46+
}

.changes/next-release/bugfix-ApacheHTTPClient-3ccb50d.json

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

.changes/next-release/feature-AWSBatch-04956ab.json

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

.changes/next-release/feature-AWSCloudMap-4e8d416.json

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

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

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

.changes/next-release/feature-AmazonPersonalizeEvents-2c148a3.json

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

.changes/next-release/feature-AmazonRelationalDatabaseService-05bcc78.json

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

.changes/next-release/feature-AmazonSimpleStorageService-51e6e85.json

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

.changes/next-release/feature-ElasticLoadBalancing-d7b0e78.json

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

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,36 @@
1+
# __2.15.2__ __2020-10-02__
2+
## __AWS Batch__
3+
- ### Features
4+
- Support tagging for Batch resources (compute environment, job queue, job definition and job) and tag based access control on Batch APIs
5+
6+
## __AWS Cloud Map__
7+
- ### Features
8+
- Added support for optional parameters for DiscoverInstances API in AWS Cloud Map
9+
10+
## __AWS SDK for Java v2__
11+
- ### Features
12+
- Updated service endpoint metadata.
13+
14+
## __Amazon Personalize Events__
15+
- ### Features
16+
- Adds new APIs to write item and user records to Datasets.
17+
18+
## __Amazon Relational Database Service__
19+
- ### Features
20+
- Adds the NCHAR Character Set ID parameter to the CreateDbInstance API for RDS Oracle.
21+
22+
## __Amazon Simple Storage Service__
23+
- ### Features
24+
- Amazon S3 Object Ownership is a new S3 feature that enables bucket owners to automatically assume ownership of objects that are uploaded to their buckets by other AWS Accounts.
25+
26+
## __Apache HTTP Client__
27+
- ### Bugfixes
28+
- Fixed an issue in Apache HTTP client where a request with path parameter as a single slash threw invalid host name error.
29+
30+
## __Elastic Load Balancing__
31+
- ### Features
32+
- This release adds support for tagging listeners, rules, and target groups on creation. This release also supported tagging operations through tagging api's for listeners and rules.
33+
134
# __2.15.1__ __2020-10-01__
235
## __AWS AppSync__
336
- ### Features

0 commit comments

Comments
 (0)