Skip to content

Commit 8d061fa

Browse files
Merge pull request #751 from aws/staging/dd1639d4-87a7-41b5-ad73-ee39c818cadc
Pull request: release <- staging/dd1639d4-87a7-41b5-ad73-ee39c818cadc
2 parents 803c150 + 7ecb287 commit 8d061fa

File tree

279 files changed

+905
-296
lines changed

Some content is hidden

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

279 files changed

+905
-296
lines changed

.changes/2.10.81.json

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
{
2+
"version": "2.10.81",
3+
"date": "2020-03-06",
4+
"entries": [
5+
{
6+
"type": "feature",
7+
"category": "Amazon Elastic Compute Cloud",
8+
"description": "This release provides customers with a self-service option to enable Local Zones."
9+
},
10+
{
11+
"type": "feature",
12+
"category": "AWS RoboMaker",
13+
"description": "Added support for streaming a GUI from robot and simulation applications"
14+
},
15+
{
16+
"type": "feature",
17+
"category": "AWS SDK for Java v2",
18+
"description": "Updated service endpoint metadata."
19+
},
20+
{
21+
"type": "feature",
22+
"category": "Amazon GuardDuty",
23+
"description": "Amazon GuardDuty findings now include the OutpostArn if the finding is generated for an AWS Outposts EC2 host."
24+
},
25+
{
26+
"type": "bugfix",
27+
"category": "Netty NIO Http Client",
28+
"description": "Expand Http2 connection-level flow control window when a new stream is acquired on that connection so that the connection-level window size is proportional to the number of streams."
29+
},
30+
{
31+
"type": "feature",
32+
"category": "AWS Signer",
33+
"description": "This release enables signing image format override in PutSigningProfile requests, adding two more enum fields, JSONEmbedded and JSONDetached. This release also extends the length limit of SigningProfile name from 20 to 64."
34+
},
35+
{
36+
"type": "feature",
37+
"category": "AWS App Mesh",
38+
"description": "App Mesh now supports sharing a Mesh with other AWS accounts. Customers can use AWS Resource Access Manager to share their Mesh with other accounts in their organization to connection applications within a single service mesh. See https://docs.aws.amazon.com/app-mesh/latest/userguide/sharing.html for details."
39+
}
40+
]
41+
}

.github/ISSUE_TEMPLATE/bug-report.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
name: "\U0001F41B Bug report"
3+
about: Create a report to help us improve
4+
labels: bug, needs-triage
5+
---
6+
7+
<!--- Provide a general summary of the issue in the Title above -->
8+
9+
## Describe the bug
10+
<!--- A clear and concise description of what the bug is -->
11+
12+
## Expected Behavior
13+
<!--- Tell us what should happen -->
14+
15+
## Current Behavior
16+
<!--- Tell us what happens instead of the expected behavior -->
17+
18+
<!--- Include full errors, uncaught exceptions, stack traces, and relevant logs -->
19+
<!--- To turn on SDK logging, follow instructions here: http://docs.aws.amazon.com/sdk-for-java/v2/developer-guide/java-dg-logging.html -->
20+
<!--- If service responses are relevant, please include wirelogs -->
21+
22+
## Steps to Reproduce
23+
<!--- Provide a self-contained, concise snippet of code that can be used to reproduce the issue -->
24+
<!--- For more complex issues provide a repo with the smallest sample that reproduces the bug -->
25+
<!--- Avoid including business logic or unrelated code, it makes diagnosis more difficult -->
26+
27+
## Possible Solution
28+
<!--- Not required, but suggest a fix/reason for the bug -->
29+
30+
## Context
31+
<!--- How has this issue affected you? What are you trying to accomplish? -->
32+
<!--- Providing context helps us come up with a solution that is most useful in the real world -->
33+
34+
## Your Environment
35+
<!--- Include as many relevant details about the environment where the bug was discovered -->
36+
* AWS Java SDK version used:
37+
* JDK version used:
38+
* Operating System and version:
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
name: "\U0001F680 Feature Request"
3+
about: Suggest an idea for this project
4+
labels: feature-request, needs-triage
5+
---
6+
7+
<!--- Provide a general summary of the issue in the Title above -->
8+
9+
## Describe the Feature
10+
<!--- A clear and concise description of the feature you are proposing -->
11+
12+
## Is your Feature Request related to a problem?
13+
<!--- A description of the issue, e.g. I'm always frustrated when... -->
14+
15+
## Proposed Solution
16+
<!--- Not required, but suggest how to implement the addition or change -->
17+
18+
## Describe alternatives you've considered
19+
<!--- Any alternative solutions or features you've considered -->
20+
21+
## Additional Context
22+
<!--- How has this issue affected you? What are you trying to accomplish? -->
23+
<!--- Providing context helps us come up with a solution that is most useful in the real world -->
24+
25+
26+
27+
28+
29+
- [ ] I may be able to implement this feature request
30+
31+
32+
## Your Environment
33+
<!--- Include as many relevant details about the environment where the bug was discovered -->
34+
* AWS Java SDK version used:
35+
* JDK version used:
36+
* Operating System and version:
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
name: "\U0001F4AC General Issue"
3+
about: Create a new issue
4+
labels: guidance, needs-triage
5+
---
6+
7+
<!--- Provide a general summary of the issue in the Title above -->
8+
9+
## Describe the issue
10+
<!--- A clear and concise description of the issue -->
11+
12+
## Steps to Reproduce
13+
<!--- Provide a self-contained, concise snippet of code that can be used to reproduce the issue -->
14+
<!--- For more complex issues provide a repo with the smallest reproducible example -->
15+
<!--- Avoid including business logic or unrelated code, it makes diagnosis more difficult -->
16+
17+
## Current Behavior
18+
<!--- Tell us what happens instead of the expected behavior -->
19+
20+
<!--- Include full errors, uncaught exceptions, stack traces, and relevant logs -->
21+
<!--- To turn on SDK logging, follow instructions here: http://docs.aws.amazon.com/sdk-for-java/v2/developer-guide/java-dg-logging.html -->
22+
<!--- If service responses are relevant, please include wirelogs -->
23+
24+
## Your Environment
25+
<!--- Include as many relevant details about the environment where the bug was discovered -->
26+
* AWS Java SDK version used:
27+
* JDK version used:
28+
* Operating System and version:

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
# __2.10.81__ __2020-03-06__
2+
## __AWS App Mesh__
3+
- ### Features
4+
- App Mesh now supports sharing a Mesh with other AWS accounts. Customers can use AWS Resource Access Manager to share their Mesh with other accounts in their organization to connection applications within a single service mesh. See https://docs.aws.amazon.com/app-mesh/latest/userguide/sharing.html for details.
5+
6+
## __AWS RoboMaker__
7+
- ### Features
8+
- Added support for streaming a GUI from robot and simulation applications
9+
10+
## __AWS SDK for Java v2__
11+
- ### Features
12+
- Updated service endpoint metadata.
13+
14+
## __AWS Signer__
15+
- ### Features
16+
- This release enables signing image format override in PutSigningProfile requests, adding two more enum fields, JSONEmbedded and JSONDetached. This release also extends the length limit of SigningProfile name from 20 to 64.
17+
18+
## __Amazon Elastic Compute Cloud__
19+
- ### Features
20+
- This release provides customers with a self-service option to enable Local Zones.
21+
22+
## __Amazon GuardDuty__
23+
- ### Features
24+
- Amazon GuardDuty findings now include the OutpostArn if the finding is generated for an AWS Outposts EC2 host.
25+
26+
## __Netty NIO Http Client__
27+
- ### Bugfixes
28+
- Expand Http2 connection-level flow control window when a new stream is acquired on that connection so that the connection-level window size is proportional to the number of streams.
29+
130
# __2.10.80__ __2020-03-05__
231
## __AWS OpsWorks CM__
332
- ### Features

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ To automatically manage module versions (currently all modules have the same ver
4848
<dependency>
4949
<groupId>software.amazon.awssdk</groupId>
5050
<artifactId>bom</artifactId>
51-
<version>2.10.80</version>
51+
<version>2.10.81</version>
5252
<type>pom</type>
5353
<scope>import</scope>
5454
</dependency>
@@ -82,12 +82,12 @@ Alternatively you can add dependencies for the specific services you use only:
8282
<dependency>
8383
<groupId>software.amazon.awssdk</groupId>
8484
<artifactId>ec2</artifactId>
85-
<version>2.10.80</version>
85+
<version>2.10.81</version>
8686
</dependency>
8787
<dependency>
8888
<groupId>software.amazon.awssdk</groupId>
8989
<artifactId>s3</artifactId>
90-
<version>2.10.80</version>
90+
<version>2.10.81</version>
9191
</dependency>
9292
```
9393

@@ -99,7 +99,7 @@ You can import the whole SDK into your project (includes *ALL* services). Please
9999
<dependency>
100100
<groupId>software.amazon.awssdk</groupId>
101101
<artifactId>aws-sdk-java</artifactId>
102-
<version>2.10.80</version>
102+
<version>2.10.81</version>
103103
</dependency>
104104
```
105105

aws-sdk-java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>software.amazon.awssdk</groupId>
2121
<artifactId>aws-sdk-java-pom</artifactId>
22-
<version>2.10.80</version>
22+
<version>2.10.81</version>
2323
<relativePath>../pom.xml</relativePath>
2424
</parent>
2525
<artifactId>aws-sdk-java</artifactId>

bom-internal/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>aws-sdk-java-pom</artifactId>
2222
<groupId>software.amazon.awssdk</groupId>
23-
<version>2.10.80</version>
23+
<version>2.10.81</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>software.amazon.awssdk</groupId>
2121
<artifactId>aws-sdk-java-pom</artifactId>
22-
<version>2.10.80</version>
22+
<version>2.10.81</version>
2323
<relativePath>../pom.xml</relativePath>
2424
</parent>
2525
<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.10.80</version>
24+
<version>2.10.81</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
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>software.amazon.awssdk</groupId>
2424
<artifactId>aws-sdk-java-pom</artifactId>
25-
<version>2.10.80</version>
25+
<version>2.10.81</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828
<artifactId>codegen-lite-maven-plugin</artifactId>

codegen-lite/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.10.80</version>
24+
<version>2.10.81</version>
2525
</parent>
2626
<artifactId>codegen-lite</artifactId>
2727
<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.10.80</version>
25+
<version>2.10.81</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.10.80</version>
24+
<version>2.10.81</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
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>core</artifactId>
2222
<groupId>software.amazon.awssdk</groupId>
23-
<version>2.10.80</version>
23+
<version>2.10.81</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

core/arns/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>core</artifactId>
2222
<groupId>software.amazon.awssdk</groupId>
23-
<version>2.10.80</version>
23+
<version>2.10.81</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

core/auth/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.10.80</version>
25+
<version>2.10.81</version>
2626
</parent>
2727

2828
<artifactId>auth</artifactId>

core/aws-core/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.10.80</version>
25+
<version>2.10.81</version>
2626
</parent>
2727

2828
<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.10.80</version>
24+
<version>2.10.81</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.10.80</version>
25+
<version>2.10.81</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
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>protocols</artifactId>
2222
<groupId>software.amazon.awssdk</groupId>
23-
<version>2.10.80</version>
23+
<version>2.10.81</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>protocols</artifactId>
2222
<groupId>software.amazon.awssdk</groupId>
23-
<version>2.10.80</version>
23+
<version>2.10.81</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>protocols</artifactId>
2222
<groupId>software.amazon.awssdk</groupId>
23-
<version>2.10.80</version>
23+
<version>2.10.81</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>protocols</artifactId>
2222
<groupId>software.amazon.awssdk</groupId>
23-
<version>2.10.80</version>
23+
<version>2.10.81</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>protocols</artifactId>
2222
<groupId>software.amazon.awssdk</groupId>
23-
<version>2.10.80</version>
23+
<version>2.10.81</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

core/protocols/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>core</artifactId>
2222
<groupId>software.amazon.awssdk</groupId>
23-
<version>2.10.80</version>
23+
<version>2.10.81</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

0 commit comments

Comments
 (0)