Skip to content

Commit b536148

Browse files
Commit version number update changes
1 parent 99feb63 commit b536148

File tree

7 files changed

+13
-16
lines changed

7 files changed

+13
-16
lines changed

changelogs/SDK.CHANGELOG.2025.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### 4.0.81.1 (2025-08-29 21:31 UTC)
2+
* S3 (4.0.6.12)
3+
* Fix issue #3989. If an empty filter was specified, GetLifecycleConfiguration was failing. This fix allows an empty filter to be specified when retrieving lifecycle configurations via GetLifecycleConfiguration.
4+
15
### 4.0.81.0 (2025-08-29 18:19 UTC)
26
* BedrockRuntime (4.0.6.0)
37
* Fixed stop sequence limit for converse API.

changelogs/SDK.CHANGELOG.ALL.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### 4.0.81.1 (2025-08-29 21:31 UTC)
2+
* S3 (4.0.6.12)
3+
* Fix issue #3989. If an empty filter was specified, GetLifecycleConfiguration was failing. This fix allows an empty filter to be specified when retrieving lifecycle configurations via GetLifecycleConfiguration.
4+
15
### 4.0.81.0 (2025-08-29 18:19 UTC)
26
* BedrockRuntime (4.0.6.0)
37
* Fixed stop sequence limit for converse API.

generator/.DevConfigs/69493830-939a-47ba-ae94-e9ae35de6475.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

generator/ServiceModels/_sdk-versions.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
{
33
"NewServiceVersion" : "4.0.0.0",
4-
"ProductVersion" : "4.0.81.0",
4+
"ProductVersion" : "4.0.81.1",
55
"CoreVersion" : "4.0.0.26",
66
"OverrideCoreVersion" : "4.0",
77
"DefaultToPreview" : false,
@@ -308,7 +308,7 @@
308308
"InPreview" : false
309309
},
310310
"S3" : {
311-
"Version" : "4.0.6.11",
311+
"Version" : "4.0.6.12",
312312
"AssemblyVersionOverride" : "4.0",
313313
"Dependencies" : {
314314
"Core" : "4.0.0.26"

sdk/code-analysis/ServiceAnalysis/S3/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@
2929
// by using the '*' as shown below:
3030
// [assembly: AssemblyVersion("1.0.*")]
3131
[assembly: AssemblyVersion("4.0")]
32-
[assembly: AssemblyFileVersion("4.0.6.11")]
32+
[assembly: AssemblyFileVersion("4.0.6.12")]

sdk/src/Services/S3/Generated/AmazonS3Config.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ namespace Amazon.S3
3333
public partial class AmazonS3Config : ClientConfig
3434
{
3535
private static readonly string UserAgentString =
36-
InternalSDKUtils.BuildUserAgentString("S3", "4.0.6.11");
36+
InternalSDKUtils.BuildUserAgentString("S3", "4.0.6.12");
3737

3838
private static readonly AmazonS3EndpointResolver EndpointResolver =
3939
new AmazonS3EndpointResolver();

sdk/src/Services/S3/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@
4242
// by using the '*' as shown below:
4343
// [assembly: AssemblyVersion("1.0.*")]
4444
[assembly: AssemblyVersion("4.0")]
45-
[assembly: AssemblyFileVersion("4.0.6.11")]
45+
[assembly: AssemblyFileVersion("4.0.6.12")]

0 commit comments

Comments
 (0)