Skip to content

Commit edb3ba2

Browse files
author
AWS
committed
Release 2.5.30. Updated CHANGELOG.md, README.md and all pom.xml.
1 parent c896c3d commit edb3ba2

File tree

225 files changed

+333
-278
lines changed

Some content is hidden

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

225 files changed

+333
-278
lines changed

.changes/2.5.30.json

Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
{
2+
"date": "2019-04-24",
3+
"version": "2.5.30",
4+
"entries": [
5+
{
6+
"category": "AWS SDK for Java v2",
7+
"type": "feature",
8+
"description": "Support for `credential_source` property in profiles."
9+
},
10+
{
11+
"category": "AWS SDK for Java v2",
12+
"type": "feature",
13+
"description": "Make `BytesWrapper`, parent of `SdkBytes` and `ResponseBytes`, public. Fixes [#1208](https://github.com/aws/aws-sdk-java-v2/issues/1208)."
14+
},
15+
{
16+
"category": "Amazon Relational Database Service",
17+
"type": "feature",
18+
"description": "A new parameter \"feature-name\" is added to the add-role and remove-role db cluster APIs. The value for the parameter is optional for Aurora MySQL compatible database clusters, but mandatory for Aurora PostgresQL. You can find the valid list of values using describe db engine versions API."
19+
},
20+
{
21+
"category": "AWS Storage Gateway",
22+
"type": "feature",
23+
"description": "AWS Storage Gateway now supports Access Control Lists (ACLs) on File Gateway SMB shares, enabling you to apply fine grained access controls for Active Directory users and groups."
24+
},
25+
{
26+
"category": "Amazon Textract",
27+
"type": "feature",
28+
"description": "This release adds support for checkbox also known as SELECTION_ELEMENT in Amazon Textract."
29+
},
30+
{
31+
"category": "Amazon Simple Systems Manager (SSM)",
32+
"type": "feature",
33+
"description": "This release updates AWS Systems Manager APIs to allow customers to configure parameters to use either the standard-parameter tier (the default tier) or the advanced-parameter tier. It allows customers to create parameters with larger values and attach parameter policies to an Advanced Parameter."
34+
},
35+
{
36+
"category": "Amazon Route 53",
37+
"type": "feature",
38+
"description": "Amazon Route 53 now supports the Asia Pacific (Hong Kong) Region (ap-east-1) for latency records, geoproximity records, and private DNS for Amazon VPCs in that region."
39+
},
40+
{
41+
"category": "Alexa For Business",
42+
"type": "feature",
43+
"description": "This release adds support for the Alexa for Business gateway and gateway group APIs."
44+
},
45+
{
46+
"category": "AWS MediaConnect",
47+
"type": "feature",
48+
"description": "Adds support for ListEntitlements pagination."
49+
},
50+
{
51+
"category": "AWS CloudFormation",
52+
"type": "feature",
53+
"description": "Documentation updates for cloudformation"
54+
},
55+
{
56+
"category": "Amazon Elastic Compute Cloud",
57+
"type": "feature",
58+
"description": "You can now launch the new Amazon EC2 general purpose burstable instance types T3a that feature AMD EPYC processors."
59+
},
60+
{
61+
"category": "AWS MediaTailor",
62+
"type": "feature",
63+
"description": "AWS Elemental MediaTailor SDK now includes a new parameter to support origin servers that produce single-period DASH manifests."
64+
},
65+
{
66+
"category": "AWS SDK for Java v2",
67+
"type": "bugfix",
68+
"description": "Fixed a bug in asynchronous clients, where a service closing a connection between when a channel is acquired and handlers are attached could lead to response futures never being completed. Fixes [#1207](https://github.com/aws/aws-sdk-java-v2/issues/1207)."
69+
}
70+
]
71+
}

.changes/next-release/bugfix-AWSSDKforJavav2-0d76926.json

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

.changes/next-release/feature-AWSCloudFormation-1c33b40.json

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

.changes/next-release/feature-AWSMediaConnect-45b26a2.json

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

.changes/next-release/feature-AWSMediaTailor-e57af02.json

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

.changes/next-release/feature-AWSSDKforJavav2-914cded.json

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

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

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

.changes/next-release/feature-AWSStorageGateway-4f2e4df.json

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

.changes/next-release/feature-AlexaForBusiness-50007f9.json

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

.changes/next-release/feature-AmazonElasticComputeCloud-9ac214a.json

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

.changes/next-release/feature-AmazonRelationalDatabaseService-e0a587d.json

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

.changes/next-release/feature-AmazonRoute53-97974af.json

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

.changes/next-release/feature-AmazonSimpleSystemsManagerSSM-f9c6bed.json

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

.changes/next-release/feature-AmazonTextract-7e69196.json

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

CHANGELOG.md

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,52 @@
1+
# __2.5.30__ __2019-04-24__
2+
## __AWS CloudFormation__
3+
- ### Features
4+
- Documentation updates for cloudformation
5+
6+
## __AWS MediaConnect__
7+
- ### Features
8+
- Adds support for ListEntitlements pagination.
9+
10+
## __AWS MediaTailor__
11+
- ### Features
12+
- AWS Elemental MediaTailor SDK now includes a new parameter to support origin servers that produce single-period DASH manifests.
13+
14+
## __AWS SDK for Java v2__
15+
- ### Features
16+
- Make `BytesWrapper`, parent of `SdkBytes` and `ResponseBytes`, public. Fixes [#1208](https://github.com/aws/aws-sdk-java-v2/issues/1208).
17+
- Support for `credential_source` property in profiles.
18+
19+
- ### Bugfixes
20+
- Fixed a bug in asynchronous clients, where a service closing a connection between when a channel is acquired and handlers are attached could lead to response futures never being completed. Fixes [#1207](https://github.com/aws/aws-sdk-java-v2/issues/1207).
21+
22+
## __AWS Storage Gateway__
23+
- ### Features
24+
- AWS Storage Gateway now supports Access Control Lists (ACLs) on File Gateway SMB shares, enabling you to apply fine grained access controls for Active Directory users and groups.
25+
26+
## __Alexa For Business__
27+
- ### Features
28+
- This release adds support for the Alexa for Business gateway and gateway group APIs.
29+
30+
## __Amazon Elastic Compute Cloud__
31+
- ### Features
32+
- You can now launch the new Amazon EC2 general purpose burstable instance types T3a that feature AMD EPYC processors.
33+
34+
## __Amazon Relational Database Service__
35+
- ### Features
36+
- A new parameter "feature-name" is added to the add-role and remove-role db cluster APIs. The value for the parameter is optional for Aurora MySQL compatible database clusters, but mandatory for Aurora PostgresQL. You can find the valid list of values using describe db engine versions API.
37+
38+
## __Amazon Route 53__
39+
- ### Features
40+
- Amazon Route 53 now supports the Asia Pacific (Hong Kong) Region (ap-east-1) for latency records, geoproximity records, and private DNS for Amazon VPCs in that region.
41+
42+
## __Amazon Simple Systems Manager (SSM)__
43+
- ### Features
44+
- This release updates AWS Systems Manager APIs to allow customers to configure parameters to use either the standard-parameter tier (the default tier) or the advanced-parameter tier. It allows customers to create parameters with larger values and attach parameter policies to an Advanced Parameter.
45+
46+
## __Amazon Textract__
47+
- ### Features
48+
- This release adds support for checkbox also known as SELECTION_ELEMENT in Amazon Textract.
49+
150
# __2.5.29__ __2019-04-19__
251
## __AWS Resource Groups__
352
- ### Features

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ You can import the whole SDK into your project (includes all services) as follow
4545
<dependency>
4646
<groupId>software.amazon.awssdk</groupId>
4747
<artifactId>aws-sdk-java</artifactId>
48-
<version>2.5.29</version>
48+
<version>2.5.30</version>
4949
</dependency>
5050
```
5151

@@ -57,12 +57,12 @@ Alternatively you can add dependencies for the specific services you use only:
5757
<dependency>
5858
<groupId>software.amazon.awssdk</groupId>
5959
<artifactId>ec2</artifactId>
60-
<version>2.5.29</version>
60+
<version>2.5.30</version>
6161
</dependency>
6262
<dependency>
6363
<groupId>software.amazon.awssdk</groupId>
6464
<artifactId>s3</artifactId>
65-
<version>2.5.29</version>
65+
<version>2.5.30</version>
6666
</dependency>
6767
```
6868

@@ -76,7 +76,7 @@ To automatically manage module versions (currently all modules have the same ver
7676
<dependency>
7777
<groupId>software.amazon.awssdk</groupId>
7878
<artifactId>bom</artifactId>
79-
<version>2.5.29</version>
79+
<version>2.5.30</version>
8080
<type>pom</type>
8181
<scope>import</scope>
8282
</dependency>

aws-sdk-java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>software.amazon.awssdk</groupId>
66
<artifactId>aws-sdk-java-pom</artifactId>
7-
<version>2.5.30-SNAPSHOT</version>
7+
<version>2.5.30</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>aws-sdk-java</artifactId>

bom-internal/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>aws-sdk-java-pom</artifactId>
77
<groupId>software.amazon.awssdk</groupId>
8-
<version>2.5.30-SNAPSHOT</version>
8+
<version>2.5.30</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>software.amazon.awssdk</groupId>
66
<artifactId>aws-sdk-java-pom</artifactId>
7-
<version>2.5.30-SNAPSHOT</version>
7+
<version>2.5.30</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>bom</artifactId>

bundle/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>software.amazon.awssdk</groupId>
2323
<artifactId>aws-sdk-java-pom</artifactId>
24-
<version>2.5.30-SNAPSHOT</version>
24+
<version>2.5.30</version>
2525
</parent>
2626
<artifactId>bundle</artifactId>
2727
<packaging>jar</packaging>

codegen-lite-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>software.amazon.awssdk</groupId>
99
<artifactId>aws-sdk-java-pom</artifactId>
10-
<version>2.5.30-SNAPSHOT</version>
10+
<version>2.5.30</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313
<artifactId>codegen-lite-maven-plugin</artifactId>

codegen-lite/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>software.amazon.awssdk</groupId>
88
<artifactId>aws-sdk-java-pom</artifactId>
9-
<version>2.5.30-SNAPSHOT</version>
9+
<version>2.5.30</version>
1010
</parent>
1111
<artifactId>codegen-lite</artifactId>
1212
<name>AWS Java SDK :: Code Generator Lite</name>

codegen-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>software.amazon.awssdk</groupId>
2424
<artifactId>aws-sdk-java-pom</artifactId>
25-
<version>2.5.30-SNAPSHOT</version>
25+
<version>2.5.30</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828
<artifactId>codegen-maven-plugin</artifactId>

codegen/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>software.amazon.awssdk</groupId>
2323
<artifactId>aws-sdk-java-pom</artifactId>
24-
<version>2.5.30-SNAPSHOT</version>
24+
<version>2.5.30</version>
2525
</parent>
2626
<artifactId>codegen</artifactId>
2727
<name>AWS Java SDK :: Code Generator</name>

core/annotations/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>core</artifactId>
77
<groupId>software.amazon.awssdk</groupId>
8-
<version>2.5.30-SNAPSHOT</version>
8+
<version>2.5.30</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

core/auth/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>software.amazon.awssdk</groupId>
99
<artifactId>core</artifactId>
10-
<version>2.5.30-SNAPSHOT</version>
10+
<version>2.5.30</version>
1111
</parent>
1212

1313
<artifactId>auth</artifactId>

core/aws-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>software.amazon.awssdk</groupId>
99
<artifactId>core</artifactId>
10-
<version>2.5.30-SNAPSHOT</version>
10+
<version>2.5.30</version>
1111
</parent>
1212

1313
<artifactId>aws-core</artifactId>

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>aws-sdk-java-pom</artifactId>
2323
<groupId>software.amazon.awssdk</groupId>
24-
<version>2.5.30-SNAPSHOT</version>
24+
<version>2.5.30</version>
2525
</parent>
2626

2727
<artifactId>core</artifactId>

core/profiles/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>software.amazon.awssdk</groupId>
2424
<artifactId>core</artifactId>
25-
<version>2.5.30-SNAPSHOT</version>
25+
<version>2.5.30</version>
2626
</parent>
2727

2828
<artifactId>profiles</artifactId>

core/protocols/aws-cbor-protocol/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>protocols</artifactId>
77
<groupId>software.amazon.awssdk</groupId>
8-
<version>2.5.30-SNAPSHOT</version>
8+
<version>2.5.30</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

core/protocols/aws-ion-protocol/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>protocols</artifactId>
77
<groupId>software.amazon.awssdk</groupId>
8-
<version>2.5.30-SNAPSHOT</version>
8+
<version>2.5.30</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

core/protocols/aws-json-protocol/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>protocols</artifactId>
77
<groupId>software.amazon.awssdk</groupId>
8-
<version>2.5.30-SNAPSHOT</version>
8+
<version>2.5.30</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

core/protocols/aws-query-protocol/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>protocols</artifactId>
77
<groupId>software.amazon.awssdk</groupId>
8-
<version>2.5.30-SNAPSHOT</version>
8+
<version>2.5.30</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

core/protocols/aws-xml-protocol/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>protocols</artifactId>
77
<groupId>software.amazon.awssdk</groupId>
8-
<version>2.5.30-SNAPSHOT</version>
8+
<version>2.5.30</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

0 commit comments

Comments
 (0)