Skip to content

Commit 98ddf6a

Browse files
Merge pull request #2836 from aws/staging/7b27dac6-6957-4cda-a494-7e94209ebdc3
Pull request: release <- staging/7b27dac6-6957-4cda-a494-7e94209ebdc3
2 parents bb0828f + 25bd778 commit 98ddf6a

File tree

475 files changed

+5567
-593
lines changed

Some content is hidden

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

475 files changed

+5567
-593
lines changed

.changes/2.21.46.json

Lines changed: 90 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,90 @@
1+
{
2+
"version": "2.21.46",
3+
"date": "2023-12-14",
4+
"entries": [
5+
{
6+
"type": "bugfix",
7+
"category": "AWS SDK for Java v2 Bundle",
8+
"contributor": "",
9+
"description": "Fix an issue where `NoSuchMethodError` can be thrown an runtime if the SLF4J implementation detects multiple bindings when using the SDK bundle."
10+
},
11+
{
12+
"type": "feature",
13+
"category": "AWS B2B Data Interchange",
14+
"contributor": "",
15+
"description": "Documentation updates for AWS B2B Data Interchange"
16+
},
17+
{
18+
"type": "feature",
19+
"category": "AWSBillingConductor",
20+
"contributor": "",
21+
"description": "Billing Conductor is releasing a new API, GetBillingGroupCostReport, which provides the ability to retrieve/view the Billing Group Cost Report broken down by attributes for a specific billing group."
22+
},
23+
{
24+
"type": "feature",
25+
"category": "AWS Control Tower",
26+
"contributor": "",
27+
"description": "Documentation updates for AWS Control Tower."
28+
},
29+
{
30+
"type": "feature",
31+
"category": "AWS IoT",
32+
"contributor": "",
33+
"description": "This release adds the ability to self-manage certificate signing in AWS IoT Core fleet provisioning using the new certificate provider resource."
34+
},
35+
{
36+
"type": "feature",
37+
"category": "Amazon AppStream",
38+
"contributor": "",
39+
"description": "This release includes support for images of Windows Server 2022 platform."
40+
},
41+
{
42+
"type": "feature",
43+
"category": "Amazon Connect Service",
44+
"contributor": "",
45+
"description": "This release adds support for more granular billing using tags (key:value pairs)"
46+
},
47+
{
48+
"type": "feature",
49+
"category": "Amazon GameLift",
50+
"contributor": "",
51+
"description": "Amazon GameLift adds the ability to add and update the game properties of active game sessions."
52+
},
53+
{
54+
"type": "feature",
55+
"category": "Amazon Kinesis Firehose",
56+
"contributor": "",
57+
"description": "This release, 1) adds configurable buffering hints for the Splunk destination, and 2) reduces the minimum configurable buffering interval for supported destinations"
58+
},
59+
{
60+
"type": "feature",
61+
"category": "Amazon Neptune Graph",
62+
"contributor": "",
63+
"description": "This is the initial SDK release for Amazon Neptune Analytics"
64+
},
65+
{
66+
"type": "feature",
67+
"category": "Amazon OpenSearch Service",
68+
"contributor": "",
69+
"description": "Updating documentation for Amazon OpenSearch Service support for new zero-ETL integration with Amazon S3."
70+
},
71+
{
72+
"type": "feature",
73+
"category": "Amazon QuickSight",
74+
"contributor": "",
75+
"description": "Update Dashboard Links support; SingleAxisOptions support; Scatterplot Query limit support."
76+
},
77+
{
78+
"type": "feature",
79+
"category": "Amazon WorkSpaces",
80+
"contributor": "",
81+
"description": "Updated note to ensure customers understand running modes."
82+
},
83+
{
84+
"type": "feature",
85+
"category": "AWS SDK for Java v2",
86+
"contributor": "",
87+
"description": "Updated endpoint and partition metadata."
88+
}
89+
]
90+
}

CHANGELOG.md

Lines changed: 59 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,60 @@
1+
# __2.21.46__ __2023-12-14__
2+
## __AWS B2B Data Interchange__
3+
- ### Features
4+
- Documentation updates for AWS B2B Data Interchange
5+
6+
## __AWS Control Tower__
7+
- ### Features
8+
- Documentation updates for AWS Control Tower.
9+
10+
## __AWS IoT__
11+
- ### Features
12+
- This release adds the ability to self-manage certificate signing in AWS IoT Core fleet provisioning using the new certificate provider resource.
13+
14+
## __AWS SDK for Java v2__
15+
- ### Features
16+
- Updated endpoint and partition metadata.
17+
18+
## __AWS SDK for Java v2 Bundle__
19+
- ### Bugfixes
20+
- Fix an issue where `NoSuchMethodError` can be thrown an runtime if the SLF4J implementation detects multiple bindings when using the SDK bundle.
21+
22+
## __AWSBillingConductor__
23+
- ### Features
24+
- Billing Conductor is releasing a new API, GetBillingGroupCostReport, which provides the ability to retrieve/view the Billing Group Cost Report broken down by attributes for a specific billing group.
25+
26+
## __Amazon AppStream__
27+
- ### Features
28+
- This release includes support for images of Windows Server 2022 platform.
29+
30+
## __Amazon Connect Service__
31+
- ### Features
32+
- This release adds support for more granular billing using tags (key:value pairs)
33+
34+
## __Amazon GameLift__
35+
- ### Features
36+
- Amazon GameLift adds the ability to add and update the game properties of active game sessions.
37+
38+
## __Amazon Kinesis Firehose__
39+
- ### Features
40+
- This release, 1) adds configurable buffering hints for the Splunk destination, and 2) reduces the minimum configurable buffering interval for supported destinations
41+
42+
## __Amazon Neptune Graph__
43+
- ### Features
44+
- This is the initial SDK release for Amazon Neptune Analytics
45+
46+
## __Amazon OpenSearch Service__
47+
- ### Features
48+
- Updating documentation for Amazon OpenSearch Service support for new zero-ETL integration with Amazon S3.
49+
50+
## __Amazon QuickSight__
51+
- ### Features
52+
- Update Dashboard Links support; SingleAxisOptions support; Scatterplot Query limit support.
53+
54+
## __Amazon WorkSpaces__
55+
- ### Features
56+
- Updated note to ensure customers understand running modes.
57+
158
# __2.21.45__ __2023-12-13__
259
## __AWS SDK for Java v2__
360
- ### Features
@@ -2258,7 +2315,7 @@ Special thanks to the following contributors to this release:
22582315
## __Contributors__
22592316
Special thanks to the following contributors to this release:
22602317

2261-
[@faucct](https://github.com/faucct), [@psnilesh](https://github.com/psnilesh)
2318+
[@psnilesh](https://github.com/psnilesh), [@faucct](https://github.com/faucct)
22622319
# __2.20.146__ __2023-09-12__
22632320
## __AWS CRT-based S3 Client__
22642321
- ### Bugfixes
@@ -3999,7 +4056,7 @@ Special thanks to the following contributors to this release:
39994056
## __Contributors__
40004057
Special thanks to the following contributors to this release:
40014058

4002-
[@bmaizels](https://github.com/bmaizels), [@breader124](https://github.com/breader124)
4059+
[@breader124](https://github.com/breader124), [@bmaizels](https://github.com/bmaizels)
40034060
# __2.20.85__ __2023-06-13__
40044061
## __AWS CloudTrail__
40054062
- ### 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.21.45</version>
55+
<version>2.21.46</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.21.45</version>
89+
<version>2.21.46</version>
9090
</dependency>
9191
<dependency>
9292
<groupId>software.amazon.awssdk</groupId>
9393
<artifactId>s3</artifactId>
94-
<version>2.21.45</version>
94+
<version>2.21.46</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.21.45</version>
106+
<version>2.21.46</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.21.45</version>
23+
<version>2.21.46</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.21.45</version>
23+
<version>2.21.46</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.21.45</version>
23+
<version>2.21.46</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.21.45</version>
23+
<version>2.21.46</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.21.45</version>
20+
<version>2.21.46</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<artifactId>aws-sdk-java</artifactId>
@@ -1898,6 +1898,11 @@ Amazon AutoScaling, etc).</description>
18981898
<artifactId>marketplaceagreement</artifactId>
18991899
<version>${awsjavasdk.version}</version>
19001900
</dependency>
1901+
<dependency>
1902+
<groupId>software.amazon.awssdk</groupId>
1903+
<artifactId>neptunegraph</artifactId>
1904+
<version>${awsjavasdk.version}</version>
1905+
</dependency>
19011906
</dependencies>
19021907
<build>
19031908
<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.21.45</version>
23+
<version>2.21.46</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.21.45</version>
20+
<version>2.21.46</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<artifactId>bom</artifactId>
@@ -2088,6 +2088,11 @@
20882088
<artifactId>marketplaceagreement</artifactId>
20892089
<version>${awsjavasdk.version}</version>
20902090
</dependency>
2091+
<dependency>
2092+
<groupId>software.amazon.awssdk</groupId>
2093+
<artifactId>neptunegraph</artifactId>
2094+
<version>${awsjavasdk.version}</version>
2095+
</dependency>
20912096
</dependencies>
20922097
</dependencyManagement>
20932098
</project>

bundle-logging-bridge/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.21.45</version>
24+
<version>2.21.46</version>
2525
</parent>
2626
<artifactId>bundle-logging-bridge</artifactId>
2727
<packaging>jar</packaging>

bundle-logging-bridge/src/main/java/software/amazon/awssdk/thirdparty/org/slf4j/impl/StaticLoggerBinder.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,11 @@ public ILoggerFactory getLoggerFactory() {
8686
}
8787
}
8888

89+
// SLF4J API
90+
public String getLoggerFactoryClassStr() {
91+
return ILoggerFactoryAdapter.class.getCanonicalName();
92+
}
93+
8994
@SdkTestInternalApi
9095
Object getActualStaticLoggerBinder() {
9196
return IMPL;

bundle-logging-bridge/src/main/java/software/amazon/awssdk/thirdparty/org/slf4j/impl/StaticMarkerBinder.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,11 @@ public IMarkerFactory getMarkerFactory() {
9999
}
100100
}
101101

102+
// SLF4J API
103+
public String getMarkerFactoryClassStr() {
104+
return IMarkerFactoryAdapter.class.getCanonicalName();
105+
}
106+
102107
@SdkTestInternalApi
103108
Object getActualStaticMarkerBinder() {
104109
return IMPL;

bundle-sdk/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.21.45</version>
24+
<version>2.21.46</version>
2525
</parent>
2626
<artifactId>bundle-sdk</artifactId>
2727
<packaging>jar</packaging>

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

0 commit comments

Comments
 (0)