Skip to content

Commit c4ce52c

Browse files
Merge pull request #2857 from aws/staging/5673c154-22fb-4a49-8b74-d2b3c3006142
Pull request: release <- staging/5673c154-22fb-4a49-8b74-d2b3c3006142
2 parents 994516c + cb8860e commit c4ce52c

File tree

480 files changed

+2547
-664
lines changed

Some content is hidden

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

480 files changed

+2547
-664
lines changed

.changes/2.23.2.json

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
{
2+
"version": "2.23.2",
3+
"date": "2024-01-12",
4+
"entries": [
5+
{
6+
"type": "bugfix",
7+
"category": "AWS SDK for Java v2",
8+
"contributor": "",
9+
"description": "Fix shading of artifacts in the `bundle` by not `org.apache.log4j.*` packages. This allows proper binding of `commons-logging` to Log4J and enables dependencies that use commons logging (e.g. Apache HTTP Client) to properly bind to Log4j."
10+
},
11+
{
12+
"type": "feature",
13+
"category": "AWS S3 Control",
14+
"contributor": "",
15+
"description": "S3 On Outposts team adds dualstack endpoints support for S3Control and S3Outposts API calls."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "AWS Supply Chain",
20+
"contributor": "",
21+
"description": "This release includes APIs CreateBillOfMaterialsImportJob and GetBillOfMaterialsImportJob."
22+
},
23+
{
24+
"type": "feature",
25+
"category": "AWS Transfer Family",
26+
"contributor": "",
27+
"description": "AWS Transfer Family now supports static IP addresses for SFTP & AS2 connectors and for async MDNs on AS2 servers."
28+
},
29+
{
30+
"type": "feature",
31+
"category": "Amazon Connect Participant Service",
32+
"contributor": "",
33+
"description": "Introduce new Supervisor participant role"
34+
},
35+
{
36+
"type": "feature",
37+
"category": "Amazon Connect Service",
38+
"contributor": "",
39+
"description": "Supervisor Barge for Chat is now supported through the MonitorContact API."
40+
},
41+
{
42+
"type": "feature",
43+
"category": "Amazon Location Service",
44+
"contributor": "",
45+
"description": "Location SDK documentation update. Added missing fonts to the MapConfiguration data type. Updated note for the SubMunicipality property in the place data type."
46+
},
47+
{
48+
"type": "feature",
49+
"category": "AmazonMWAA",
50+
"contributor": "",
51+
"description": "This Amazon MWAA feature release includes new fields in CreateWebLoginToken response model. The new fields IamIdentity and AirflowIdentity will let you match identifications, as the Airflow identity length is currently hashed to 64 characters."
52+
},
53+
{
54+
"type": "feature",
55+
"category": "AWS SDK for Java v2",
56+
"contributor": "",
57+
"description": "Updated endpoint and partition metadata."
58+
}
59+
]
60+
}

CHANGELOG.md

Lines changed: 38 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,39 @@
1+
# __2.23.2__ __2024-01-12__
2+
## __AWS S3 Control__
3+
- ### Features
4+
- S3 On Outposts team adds dualstack endpoints support for S3Control and S3Outposts API calls.
5+
6+
## __AWS SDK for Java v2__
7+
- ### Features
8+
- Updated endpoint and partition metadata.
9+
10+
- ### Bugfixes
11+
- Fix shading of artifacts in the `bundle` by not `org.apache.log4j.*` packages. This allows proper binding of `commons-logging` to Log4J and enables dependencies that use commons logging (e.g. Apache HTTP Client) to properly bind to Log4j.
12+
13+
## __AWS Supply Chain__
14+
- ### Features
15+
- This release includes APIs CreateBillOfMaterialsImportJob and GetBillOfMaterialsImportJob.
16+
17+
## __AWS Transfer Family__
18+
- ### Features
19+
- AWS Transfer Family now supports static IP addresses for SFTP & AS2 connectors and for async MDNs on AS2 servers.
20+
21+
## __Amazon Connect Participant Service__
22+
- ### Features
23+
- Introduce new Supervisor participant role
24+
25+
## __Amazon Connect Service__
26+
- ### Features
27+
- Supervisor Barge for Chat is now supported through the MonitorContact API.
28+
29+
## __Amazon Location Service__
30+
- ### Features
31+
- Location SDK documentation update. Added missing fonts to the MapConfiguration data type. Updated note for the SubMunicipality property in the place data type.
32+
33+
## __AmazonMWAA__
34+
- ### Features
35+
- This Amazon MWAA feature release includes new fields in CreateWebLoginToken response model. The new fields IamIdentity and AirflowIdentity will let you match identifications, as the Airflow identity length is currently hashed to 64 characters.
36+
137
# __2.23.1__ __2024-01-11__
238
## __AWS IoT__
339
- ### Features
@@ -2727,7 +2763,7 @@ Special thanks to the following contributors to this release:
27272763
## __Contributors__
27282764
Special thanks to the following contributors to this release:
27292765

2730-
[@psnilesh](https://github.com/psnilesh), [@faucct](https://github.com/faucct)
2766+
[@faucct](https://github.com/faucct), [@psnilesh](https://github.com/psnilesh)
27312767
# __2.20.146__ __2023-09-12__
27322768
## __AWS CRT-based S3 Client__
27332769
- ### Bugfixes
@@ -4468,7 +4504,7 @@ Special thanks to the following contributors to this release:
44684504
## __Contributors__
44694505
Special thanks to the following contributors to this release:
44704506

4471-
[@breader124](https://github.com/breader124), [@bmaizels](https://github.com/bmaizels)
4507+
[@bmaizels](https://github.com/bmaizels), [@breader124](https://github.com/breader124)
44724508
# __2.20.85__ __2023-06-13__
44734509
## __AWS CloudTrail__
44744510
- ### 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.23.1</version>
55+
<version>2.23.2</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.23.1</version>
89+
<version>2.23.2</version>
9090
</dependency>
9191
<dependency>
9292
<groupId>software.amazon.awssdk</groupId>
9393
<artifactId>s3</artifactId>
94-
<version>2.23.1</version>
94+
<version>2.23.2</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.23.1</version>
106+
<version>2.23.2</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.23.1</version>
23+
<version>2.23.2</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.23.1</version>
23+
<version>2.23.2</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.23.1</version>
23+
<version>2.23.2</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.23.1</version>
23+
<version>2.23.2</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>archetypes</artifactId>

aws-sdk-java/pom.xml

Lines changed: 6 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.23.1</version>
20+
<version>2.23.2</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<artifactId>aws-sdk-java</artifactId>
@@ -1908,6 +1908,11 @@ Amazon AutoScaling, etc).</description>
19081908
<artifactId>networkmonitor</artifactId>
19091909
<version>${awsjavasdk.version}</version>
19101910
</dependency>
1911+
<dependency>
1912+
<groupId>software.amazon.awssdk</groupId>
1913+
<artifactId>supplychain</artifactId>
1914+
<version>${awsjavasdk.version}</version>
1915+
</dependency>
19111916
</dependencies>
19121917
<build>
19131918
<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.23.1</version>
23+
<version>2.23.2</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

bom/pom.xml

Lines changed: 6 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.23.1</version>
20+
<version>2.23.2</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<artifactId>bom</artifactId>
@@ -2098,6 +2098,11 @@
20982098
<artifactId>networkmonitor</artifactId>
20992099
<version>${awsjavasdk.version}</version>
21002100
</dependency>
2101+
<dependency>
2102+
<groupId>software.amazon.awssdk</groupId>
2103+
<artifactId>supplychain</artifactId>
2104+
<version>${awsjavasdk.version}</version>
2105+
</dependency>
21012106
</dependencies>
21022107
</dependencyManagement>
21032108
</project>

0 commit comments

Comments
 (0)