Skip to content

Commit ee373d0

Browse files
Merge pull request aws#1853 from aws/staging/2ddc4dd3-3ef7-4f96-a154-d6b55806dd81
Pull request: release <- staging/2ddc4dd3-3ef7-4f96-a154-d6b55806dd81
2 parents 6a885fa + 9b3e3d2 commit ee373d0

File tree

368 files changed

+4818
-1047
lines changed

Some content is hidden

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

368 files changed

+4818
-1047
lines changed

.changes/2.17.89.json

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
{
2+
"version": "2.17.89",
3+
"date": "2021-11-24",
4+
"entries": [
5+
{
6+
"type": "feature",
7+
"category": "Amazon Timestream Write",
8+
"contributor": "",
9+
"description": "This release adds support for multi-measure records and magnetic store writes. Multi-measure records allow customers to store multiple measures in a single table row. Magnetic store writes enable customers to write late arrival data (data with timestamp in the past) directly into the magnetic store."
10+
},
11+
{
12+
"type": "feature",
13+
"category": "Amazon Connect Customer Profiles",
14+
"contributor": "",
15+
"description": "This release introduces a new auto-merging feature for profile matching. The auto-merging configurations can be set via CreateDomain API or UpdateDomain API. You can use GetIdentityResolutionJob API and ListIdentityResolutionJobs API to fetch job status."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "AWS Lambda",
20+
"contributor": "",
21+
"description": "Remove Lambda function url apis"
22+
},
23+
{
24+
"type": "feature",
25+
"category": "EC2 Image Builder",
26+
"contributor": "",
27+
"description": "This release adds support for sharing AMIs with Organizations within an EC2 Image Builder Distribution Configuration."
28+
},
29+
{
30+
"type": "feature",
31+
"category": "AWS IoT SiteWise",
32+
"contributor": "",
33+
"description": "AWS IoT SiteWise now accepts data streams that aren't associated with any asset properties. You can organize data by updating data stream associations."
34+
},
35+
{
36+
"type": "feature",
37+
"category": "Amazon Translate",
38+
"contributor": "",
39+
"description": "This release enables customers to use translation settings to mask profane words and phrases in their translation output."
40+
},
41+
{
42+
"type": "feature",
43+
"category": "Amazon ElastiCache",
44+
"contributor": "",
45+
"description": "Doc only update for ElastiCache"
46+
},
47+
{
48+
"type": "feature",
49+
"category": "Auto Scaling",
50+
"contributor": "",
51+
"description": "Customers can now configure predictive scaling policies to proactively scale EC2 Auto Scaling groups based on any CloudWatch metrics that more accurately represent the load on the group than the four predefined metrics. They can also use math expressions to further customize the metrics."
52+
},
53+
{
54+
"type": "feature",
55+
"category": "AWS Proton",
56+
"contributor": "",
57+
"description": "This release adds APIs for getting the outputs and provisioned stacks for Environments, Pipelines, and ServiceInstances. You can now add tags to EnvironmentAccountConnections. It also adds APIs for working with PR-based provisioning. Also, it adds APIs for syncing templates with a git repository."
58+
},
59+
{
60+
"type": "feature",
61+
"category": "Amazon Timestream Query",
62+
"contributor": "",
63+
"description": "Releasing Amazon Timestream Scheduled Queries. It makes real-time analytics more performant and cost-effective for customers by calculating and storing frequently accessed aggregates, and other computations, typically used in operational dashboards, business reports, and other analytics applications"
64+
}
65+
]
66+
}

CHANGELOG.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,44 @@
1+
# __2.17.89__ __2021-11-24__
2+
## __AWS IoT SiteWise__
3+
- ### Features
4+
- AWS IoT SiteWise now accepts data streams that aren't associated with any asset properties. You can organize data by updating data stream associations.
5+
6+
## __AWS Lambda__
7+
- ### Features
8+
- Remove Lambda function url apis
9+
10+
## __AWS Proton__
11+
- ### Features
12+
- This release adds APIs for getting the outputs and provisioned stacks for Environments, Pipelines, and ServiceInstances. You can now add tags to EnvironmentAccountConnections. It also adds APIs for working with PR-based provisioning. Also, it adds APIs for syncing templates with a git repository.
13+
14+
## __Amazon Connect Customer Profiles__
15+
- ### Features
16+
- This release introduces a new auto-merging feature for profile matching. The auto-merging configurations can be set via CreateDomain API or UpdateDomain API. You can use GetIdentityResolutionJob API and ListIdentityResolutionJobs API to fetch job status.
17+
18+
## __Amazon ElastiCache__
19+
- ### Features
20+
- Doc only update for ElastiCache
21+
22+
## __Amazon Timestream Query__
23+
- ### Features
24+
- Releasing Amazon Timestream Scheduled Queries. It makes real-time analytics more performant and cost-effective for customers by calculating and storing frequently accessed aggregates, and other computations, typically used in operational dashboards, business reports, and other analytics applications
25+
26+
## __Amazon Timestream Write__
27+
- ### Features
28+
- This release adds support for multi-measure records and magnetic store writes. Multi-measure records allow customers to store multiple measures in a single table row. Magnetic store writes enable customers to write late arrival data (data with timestamp in the past) directly into the magnetic store.
29+
30+
## __Amazon Translate__
31+
- ### Features
32+
- This release enables customers to use translation settings to mask profane words and phrases in their translation output.
33+
34+
## __Auto Scaling__
35+
- ### Features
36+
- Customers can now configure predictive scaling policies to proactively scale EC2 Auto Scaling groups based on any CloudWatch metrics that more accurately represent the load on the group than the four predefined metrics. They can also use math expressions to further customize the metrics.
37+
38+
## __EC2 Image Builder__
39+
- ### Features
40+
- This release adds support for sharing AMIs with Organizations within an EC2 Image Builder Distribution Configuration.
41+
142
# __2.17.88__ __2021-11-23__
243
## __AWS Backup__
344
- ### Features

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ To automatically manage module versions (currently all modules have the same ver
5252
<dependency>
5353
<groupId>software.amazon.awssdk</groupId>
5454
<artifactId>bom</artifactId>
55-
<version>2.17.88</version>
55+
<version>2.17.89</version>
5656
<type>pom</type>
5757
<scope>import</scope>
5858
</dependency>
@@ -86,12 +86,12 @@ Alternatively you can add dependencies for the specific services you use only:
8686
<dependency>
8787
<groupId>software.amazon.awssdk</groupId>
8888
<artifactId>ec2</artifactId>
89-
<version>2.17.88</version>
89+
<version>2.17.89</version>
9090
</dependency>
9191
<dependency>
9292
<groupId>software.amazon.awssdk</groupId>
9393
<artifactId>s3</artifactId>
94-
<version>2.17.88</version>
94+
<version>2.17.89</version>
9595
</dependency>
9696
```
9797

@@ -103,7 +103,7 @@ You can import the whole SDK into your project (includes *ALL* services). Please
103103
<dependency>
104104
<groupId>software.amazon.awssdk</groupId>
105105
<artifactId>aws-sdk-java</artifactId>
106-
<version>2.17.88</version>
106+
<version>2.17.89</version>
107107
</dependency>
108108
```
109109

archetypes/archetype-app-quickstart/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.17.88</version>
23+
<version>2.17.89</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

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.17.88</version>
23+
<version>2.17.89</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>archetype-lambda</artifactId>

archetypes/archetype-tools/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.17.88</version>
23+
<version>2.17.89</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

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

aws-sdk-java/pom.xml

Lines changed: 1 addition & 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.17.88</version>
20+
<version>2.17.89</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<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.17.88</version>
23+
<version>2.17.89</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
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>software.amazon.awssdk</groupId>
1919
<artifactId>aws-sdk-java-pom</artifactId>
20-
<version>2.17.88</version>
20+
<version>2.17.89</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<artifactId>bom</artifactId>

0 commit comments

Comments
 (0)