Skip to content

Commit 9ad1d08

Browse files
Merge pull request #685 from aws/staging/4f667181-cddd-4f0a-b90e-8a1b95e06ce5
Pull request: release <- staging/4f667181-cddd-4f0a-b90e-8a1b95e06ce5
2 parents 7a48503 + cf12c69 commit 9ad1d08

File tree

349 files changed

+8699
-1035
lines changed

Some content is hidden

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

349 files changed

+8699
-1035
lines changed

.changes/2.10.26.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"version": "2.10.26",
3+
"date": "2019-12-02",
4+
"entries": [
5+
{
6+
"type": "feature",
7+
"category": "Schemas",
8+
"description": "This release introduces support for Amazon EventBridge schema registry, making it easy to discover and write code for events in EventBridge."
9+
},
10+
{
11+
"type": "feature",
12+
"category": "AWS License Manager",
13+
"description": "AWS License Manager now automates discovery of bring-your-own-license usage across the customers organization. With few simple settings, customers can add bring your own license product information along with licensing rules, which would enable License Manager to automatically track the instances that have the specified products installed. If License Manager detects any violation of licensing rules, it would notify the customers designated license administrator to take corrective action."
14+
},
15+
{
16+
"type": "feature",
17+
"category": "Amazon DynamoDB Enhanced Client [Preview]",
18+
"description": "Write operations (put, get, delete) now support 'conditionExpression'"
19+
},
20+
{
21+
"type": "feature",
22+
"category": "Amazon Elastic Compute Cloud",
23+
"description": "AWS now provides a new BYOL experience for software licenses, such as Windows and SQL Server, that require a dedicated physical server. You can now enjoy the flexibility and cost effectiveness of using your own licenses on Amazon EC2 Dedicated Hosts, but with the simplicity, resiliency, and elasticity of AWS. You can specify your Dedicated Host management preferences, such as host allocation, host capacity utilization, and instance placement in AWS License Manager. Once set up, AWS takes care of these administrative tasks on your behalf, so that you can seamlessly launch virtual machines (instances) on Dedicated Hosts just like you would launch an EC2 instance with AWS provided licenses."
24+
},
25+
{
26+
"type": "feature",
27+
"category": "EC2 Image Builder",
28+
"description": "This is the first release of EC2 Image Builder, a service that provides a managed experience for automating the creation of EC2 AMIs."
29+
}
30+
]
31+
}

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
# __2.10.26__ __2019-12-02__
2+
## __AWS License Manager__
3+
- ### Features
4+
- AWS License Manager now automates discovery of bring-your-own-license usage across the customers organization. With few simple settings, customers can add bring your own license product information along with licensing rules, which would enable License Manager to automatically track the instances that have the specified products installed. If License Manager detects any violation of licensing rules, it would notify the customers designated license administrator to take corrective action.
5+
6+
## __Amazon DynamoDB Enhanced Client [Preview]__
7+
- ### Features
8+
- Write operations (put, get, delete) now support 'conditionExpression'
9+
10+
## __Amazon Elastic Compute Cloud__
11+
- ### Features
12+
- AWS now provides a new BYOL experience for software licenses, such as Windows and SQL Server, that require a dedicated physical server. You can now enjoy the flexibility and cost effectiveness of using your own licenses on Amazon EC2 Dedicated Hosts, but with the simplicity, resiliency, and elasticity of AWS. You can specify your Dedicated Host management preferences, such as host allocation, host capacity utilization, and instance placement in AWS License Manager. Once set up, AWS takes care of these administrative tasks on your behalf, so that you can seamlessly launch virtual machines (instances) on Dedicated Hosts just like you would launch an EC2 instance with AWS provided licenses.
13+
14+
## __EC2 Image Builder__
15+
- ### Features
16+
- This is the first release of EC2 Image Builder, a service that provides a managed experience for automating the creation of EC2 AMIs.
17+
18+
## __Schemas__
19+
- ### Features
20+
- This release introduces support for Amazon EventBridge schema registry, making it easy to discover and write code for events in EventBridge.
21+
122
# __2.10.25__ __2019-11-26__
223
## __AWS Directory Service__
324
- ### 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.25</version>
51+
<version>2.10.26</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.25</version>
85+
<version>2.10.26</version>
8686
</dependency>
8787
<dependency>
8888
<groupId>software.amazon.awssdk</groupId>
8989
<artifactId>s3</artifactId>
90-
<version>2.10.25</version>
90+
<version>2.10.26</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.25</version>
102+
<version>2.10.26</version>
103103
</dependency>
104104
```
105105

aws-sdk-java/pom.xml

Lines changed: 11 additions & 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.10.25</version>
7+
<version>2.10.26</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>aws-sdk-java</artifactId>
@@ -1020,6 +1020,16 @@ Amazon AutoScaling, etc).</description>
10201020
<artifactId>elasticinference</artifactId>
10211021
<version>${awsjavasdk.version}</version>
10221022
</dependency>
1023+
<dependency>
1024+
<groupId>software.amazon.awssdk</groupId>
1025+
<artifactId>imagebuilder</artifactId>
1026+
<version>${awsjavasdk.version}</version>
1027+
</dependency>
1028+
<dependency>
1029+
<groupId>software.amazon.awssdk</groupId>
1030+
<artifactId>schemas</artifactId>
1031+
<version>${awsjavasdk.version}</version>
1032+
</dependency>
10231033
</dependencies>
10241034
<build>
10251035
<finalName>${project.artifactId}-${project.version}</finalName>

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.10.25</version>
8+
<version>2.10.26</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

bom/pom.xml

Lines changed: 11 additions & 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.10.25</version>
7+
<version>2.10.26</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>bom</artifactId>
@@ -1130,6 +1130,16 @@
11301130
<artifactId>elasticinference</artifactId>
11311131
<version>${awsjavasdk.version}</version>
11321132
</dependency>
1133+
<dependency>
1134+
<groupId>software.amazon.awssdk</groupId>
1135+
<artifactId>imagebuilder</artifactId>
1136+
<version>${awsjavasdk.version}</version>
1137+
</dependency>
1138+
<dependency>
1139+
<groupId>software.amazon.awssdk</groupId>
1140+
<artifactId>schemas</artifactId>
1141+
<version>${awsjavasdk.version}</version>
1142+
</dependency>
11331143
</dependencies>
11341144
</dependencyManagement>
11351145
</project>

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.25</version>
24+
<version>2.10.26</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.10.25</version>
10+
<version>2.10.26</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.10.25</version>
9+
<version>2.10.26</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.10.25</version>
25+
<version>2.10.26</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.25</version>
24+
<version>2.10.26</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.10.25</version>
8+
<version>2.10.26</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

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.25</version>
23+
<version>2.10.26</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
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>software.amazon.awssdk</groupId>
99
<artifactId>core</artifactId>
10-
<version>2.10.25</version>
10+
<version>2.10.26</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.10.25</version>
10+
<version>2.10.26</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.10.25</version>
24+
<version>2.10.26</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.25</version>
25+
<version>2.10.26</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.10.25</version>
8+
<version>2.10.26</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.10.25</version>
8+
<version>2.10.26</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.10.25</version>
8+
<version>2.10.26</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.10.25</version>
8+
<version>2.10.26</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.10.25</version>
8+
<version>2.10.26</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

core/protocols/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.10.25</version>
8+
<version>2.10.26</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

core/protocols/protocol-core/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.10.25</version>
8+
<version>2.10.26</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

core/regions/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.25</version>
25+
<version>2.10.26</version>
2626
</parent>
2727

2828
<artifactId>regions</artifactId>

core/sdk-core/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>core</artifactId>
24-
<version>2.10.25</version>
24+
<version>2.10.26</version>
2525
</parent>
2626
<artifactId>sdk-core</artifactId>
2727
<name>AWS Java SDK :: SDK Core</name>

docs/design/ClientConfiguration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
**Design:** Convention, **Status:** [Complete](README.md)
1+
**Design:** Convention, **Status:** [Accepted](README.md)
22

33
## Client Configuration
44

docs/design/FavorStaticFactoryMethods.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
**Design:** Convention, **Status:** [Complete](README.md)
1+
**Design:** Convention, **Status:** [Accepted](README.md)
22

33
## Favor Static Factory Methods Over Constructors
44

docs/design/NamingConventions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
**Design:** Convention, **Status:** [Complete](README.md)
1+
**Design:** Convention, **Status:** [Accepted](README.md)
22

33
## Naming Conventions
44

docs/design/README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,15 @@ decided.*
2828
\- Automatically reconnects to an event streaming session when they are
2929
interrupted by a network error.
3030

31-
**Completed**
31+
**Released**
3232

33-
None
33+
*These features are considered "mostly implemented". Development on new features
34+
is never "done". These features are considered "done enough" that any remaining
35+
design elements or features can be implemented incrementally based on customer
36+
demand.*
37+
38+
* [Request Presigners](core/presigners/README.md) - Makes it possible to sign
39+
requests to be executed at a later time.
3440

3541
**Rejected**
3642

@@ -42,7 +48,7 @@ None
4248

4349
None
4450

45-
**Completed**
51+
**Accepted**
4652

4753
* [Class Initialization](FavorStaticFactoryMethods.md) - Conventions
4854
used to initialize a class.

docs/design/UseOfCompletableFuture.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
**Design:** Convention, **Status:** [Complete](README.md)
1+
**Design:** Convention, **Status:** [Accepted](README.md)
22

33
## Use of CompletableFuture
44

docs/design/UseOfOptional.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
**Design:** Convention, **Status:** [Complete](README.md)
1+
**Design:** Convention, **Status:** [Accepted](README.md)
22

33
## Use of Optional
44

docs/design/core/presigners/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
## Feature Overview
1+
**Design:** New Feature, **Status:** [Released](../../../README.md)
2+
3+
# Request Presigners
24

35
"Presigned URLs" are a generic term usually used for an AWS request that has been signed using
46
[SigV4's query parameter signing](https://docs.aws.amazon.com/AmazonS3/latest/API/sigv4-query-string-auth.html) so that it can be

0 commit comments

Comments
 (0)