Skip to content

Commit 10565c1

Browse files
authored
Merge pull request #1101 from aws/staging/c8ea8c42-16a2-4da6-a930-ccc4393bb051
Pull request: release <- staging/c8ea8c42-16a2-4da6-a930-ccc4393bb051
2 parents 8f77941 + 656f1fe commit 10565c1

File tree

321 files changed

+11478
-437
lines changed

Some content is hidden

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

321 files changed

+11478
-437
lines changed

.changes/2.15.47.json

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
{
2+
"version": "2.15.47",
3+
"date": "2020-12-15",
4+
"entries": [
5+
{
6+
"type": "feature",
7+
"category": "AWS IoT",
8+
"contributor": "",
9+
"description": "AWS IoT Rules Engine adds Kafka Action that allows sending data to Apache Kafka clusters inside a VPC. AWS IoT Device Defender adds custom metrics and machine-learning based anomaly detection."
10+
},
11+
{
12+
"type": "feature",
13+
"category": "AWS IoT Greengrass V2",
14+
"contributor": "",
15+
"description": "AWS IoT Greengrass V2 is a new major version of AWS IoT Greengrass. This release adds several updates such as modular components, continuous deployments, and improved ease of use."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "Amazon Simple Systems Manager (SSM)",
20+
"contributor": "",
21+
"description": "Adding support for Change Manager API content"
22+
},
23+
{
24+
"type": "feature",
25+
"category": "AWS IoT Wireless",
26+
"contributor": "",
27+
"description": "AWS IoT for LoRaWAN enables customers to setup a private LoRaWAN network by connecting their LoRaWAN devices and gateways to the AWS cloud without managing a LoRaWAN Network Server."
28+
},
29+
{
30+
"type": "feature",
31+
"category": "AWS IoT Core Device Advisor",
32+
"contributor": "",
33+
"description": "AWS IoT Core Device Advisor is fully managed test capability for IoT devices. Device manufacturers can use Device Advisor to test their IoT devices for reliable and secure connectivity with AWS IoT."
34+
},
35+
{
36+
"type": "feature",
37+
"category": "Amazon Prometheus Service",
38+
"contributor": "",
39+
"description": "(New Service) Amazon Managed Service for Prometheus is a fully managed Prometheus-compatible monitoring service that makes it easy to monitor containerized applications securely and at scale."
40+
},
41+
{
42+
"type": "feature",
43+
"category": "AWS IoT Fleet Hub",
44+
"contributor": "",
45+
"description": "AWS IoT Fleet Hub, a new feature of AWS IoT Device Management that provides a web application for monitoring and managing device fleets connected to AWS IoT at scale."
46+
},
47+
{
48+
"type": "feature",
49+
"category": "AWS Lambda",
50+
"contributor": "",
51+
"description": "Added support for Apache Kafka as a event source. Added support for TumblingWindowInSeconds for streams event source mappings. Added support for FunctionResponseTypes for streams event source mappings"
52+
},
53+
{
54+
"type": "feature",
55+
"category": "AWS IoT Analytics",
56+
"contributor": "",
57+
"description": "FileFormatConfiguration enables data store to save data in JSON or Parquet format. S3Paths enables you to specify the S3 objects that save your channel messages when you reprocess the pipeline."
58+
}
59+
]
60+
}

CHANGELOG.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,40 @@
1+
# __2.15.47__ __2020-12-15__
2+
## __AWS IoT__
3+
- ### Features
4+
- AWS IoT Rules Engine adds Kafka Action that allows sending data to Apache Kafka clusters inside a VPC. AWS IoT Device Defender adds custom metrics and machine-learning based anomaly detection.
5+
6+
## __AWS IoT Analytics__
7+
- ### Features
8+
- FileFormatConfiguration enables data store to save data in JSON or Parquet format. S3Paths enables you to specify the S3 objects that save your channel messages when you reprocess the pipeline.
9+
10+
## __AWS IoT Core Device Advisor__
11+
- ### Features
12+
- AWS IoT Core Device Advisor is fully managed test capability for IoT devices. Device manufacturers can use Device Advisor to test their IoT devices for reliable and secure connectivity with AWS IoT.
13+
14+
## __AWS IoT Fleet Hub__
15+
- ### Features
16+
- AWS IoT Fleet Hub, a new feature of AWS IoT Device Management that provides a web application for monitoring and managing device fleets connected to AWS IoT at scale.
17+
18+
## __AWS IoT Greengrass V2__
19+
- ### Features
20+
- AWS IoT Greengrass V2 is a new major version of AWS IoT Greengrass. This release adds several updates such as modular components, continuous deployments, and improved ease of use.
21+
22+
## __AWS IoT Wireless__
23+
- ### Features
24+
- AWS IoT for LoRaWAN enables customers to setup a private LoRaWAN network by connecting their LoRaWAN devices and gateways to the AWS cloud without managing a LoRaWAN Network Server.
25+
26+
## __AWS Lambda__
27+
- ### Features
28+
- Added support for Apache Kafka as a event source. Added support for TumblingWindowInSeconds for streams event source mappings. Added support for FunctionResponseTypes for streams event source mappings
29+
30+
## __Amazon Prometheus Service__
31+
- ### Features
32+
- (New Service) Amazon Managed Service for Prometheus is a fully managed Prometheus-compatible monitoring service that makes it easy to monitor containerized applications securely and at scale.
33+
34+
## __Amazon Simple Systems Manager (SSM)__
35+
- ### Features
36+
- Adding support for Change Manager API content
37+
138
# __2.15.46__ __2020-12-14__
239
## __AWS Global Accelerator__
340
- ### Features

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ To automatically manage module versions (currently all modules have the same ver
4949
<dependency>
5050
<groupId>software.amazon.awssdk</groupId>
5151
<artifactId>bom</artifactId>
52-
<version>2.15.46</version>
52+
<version>2.15.47</version>
5353
<type>pom</type>
5454
<scope>import</scope>
5555
</dependency>
@@ -83,12 +83,12 @@ Alternatively you can add dependencies for the specific services you use only:
8383
<dependency>
8484
<groupId>software.amazon.awssdk</groupId>
8585
<artifactId>ec2</artifactId>
86-
<version>2.15.46</version>
86+
<version>2.15.47</version>
8787
</dependency>
8888
<dependency>
8989
<groupId>software.amazon.awssdk</groupId>
9090
<artifactId>s3</artifactId>
91-
<version>2.15.46</version>
91+
<version>2.15.47</version>
9292
</dependency>
9393
```
9494

@@ -100,7 +100,7 @@ You can import the whole SDK into your project (includes *ALL* services). Please
100100
<dependency>
101101
<groupId>software.amazon.awssdk</groupId>
102102
<artifactId>aws-sdk-java</artifactId>
103-
<version>2.15.46</version>
103+
<version>2.15.47</version>
104104
</dependency>
105105
```
106106

archetypes/archetype-lambda/pom.xml

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

archetypes/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.15.46</version>
23+
<version>2.15.47</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>archetypes</artifactId>

aws-sdk-java/pom.xml

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>software.amazon.awssdk</groupId>
1919
<artifactId>aws-sdk-java-pom</artifactId>
20-
<version>2.15.46</version>
20+
<version>2.15.47</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<artifactId>aws-sdk-java</artifactId>
@@ -1258,6 +1258,31 @@ Amazon AutoScaling, etc).</description>
12581258
<artifactId>auditmanager</artifactId>
12591259
<version>${awsjavasdk.version}</version>
12601260
</dependency>
1261+
<dependency>
1262+
<groupId>software.amazon.awssdk</groupId>
1263+
<artifactId>amp</artifactId>
1264+
<version>${awsjavasdk.version}</version>
1265+
</dependency>
1266+
<dependency>
1267+
<groupId>software.amazon.awssdk</groupId>
1268+
<artifactId>greengrassv2</artifactId>
1269+
<version>${awsjavasdk.version}</version>
1270+
</dependency>
1271+
<dependency>
1272+
<groupId>software.amazon.awssdk</groupId>
1273+
<artifactId>iotwireless</artifactId>
1274+
<version>${awsjavasdk.version}</version>
1275+
</dependency>
1276+
<dependency>
1277+
<groupId>software.amazon.awssdk</groupId>
1278+
<artifactId>iotfleethub</artifactId>
1279+
<version>${awsjavasdk.version}</version>
1280+
</dependency>
1281+
<dependency>
1282+
<groupId>software.amazon.awssdk</groupId>
1283+
<artifactId>iotdeviceadvisor</artifactId>
1284+
<version>${awsjavasdk.version}</version>
1285+
</dependency>
12611286
</dependencies>
12621287
<build>
12631288
<finalName>${project.artifactId}-${project.version}</finalName>

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.15.46</version>
23+
<version>2.15.47</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

bom/pom.xml

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>software.amazon.awssdk</groupId>
1919
<artifactId>aws-sdk-java-pom</artifactId>
20-
<version>2.15.46</version>
20+
<version>2.15.47</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<artifactId>bom</artifactId>
@@ -1383,6 +1383,31 @@
13831383
<artifactId>auditmanager</artifactId>
13841384
<version>${awsjavasdk.version}</version>
13851385
</dependency>
1386+
<dependency>
1387+
<groupId>software.amazon.awssdk</groupId>
1388+
<artifactId>amp</artifactId>
1389+
<version>${awsjavasdk.version}</version>
1390+
</dependency>
1391+
<dependency>
1392+
<groupId>software.amazon.awssdk</groupId>
1393+
<artifactId>greengrassv2</artifactId>
1394+
<version>${awsjavasdk.version}</version>
1395+
</dependency>
1396+
<dependency>
1397+
<groupId>software.amazon.awssdk</groupId>
1398+
<artifactId>iotwireless</artifactId>
1399+
<version>${awsjavasdk.version}</version>
1400+
</dependency>
1401+
<dependency>
1402+
<groupId>software.amazon.awssdk</groupId>
1403+
<artifactId>iotfleethub</artifactId>
1404+
<version>${awsjavasdk.version}</version>
1405+
</dependency>
1406+
<dependency>
1407+
<groupId>software.amazon.awssdk</groupId>
1408+
<artifactId>iotdeviceadvisor</artifactId>
1409+
<version>${awsjavasdk.version}</version>
1410+
</dependency>
13861411
</dependencies>
13871412
</dependencyManagement>
13881413
</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.15.46</version>
24+
<version>2.15.47</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.15.46</version>
25+
<version>2.15.47</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.15.46</version>
24+
<version>2.15.47</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.15.46</version>
25+
<version>2.15.47</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.15.46</version>
24+
<version>2.15.47</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.15.46</version>
23+
<version>2.15.47</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.15.46</version>
23+
<version>2.15.47</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.15.46</version>
25+
<version>2.15.47</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.15.46</version>
25+
<version>2.15.47</version>
2626
</parent>
2727

2828
<artifactId>aws-core</artifactId>

core/metrics-spi/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.15.46</version>
8+
<version>2.15.47</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

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.15.46</version>
24+
<version>2.15.47</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.15.46</version>
25+
<version>2.15.47</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.15.46</version>
23+
<version>2.15.47</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.15.46</version>
23+
<version>2.15.47</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.15.46</version>
23+
<version>2.15.47</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.15.46</version>
23+
<version>2.15.47</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.15.46</version>
23+
<version>2.15.47</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

0 commit comments

Comments
 (0)