Skip to content

Commit 1142885

Browse files
Commit version number update changes
1 parent 4415c22 commit 1142885

File tree

10 files changed

+21
-20
lines changed

10 files changed

+21
-20
lines changed

changelogs/SDK.CHANGELOG.2025.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
### 3.7.1154.0 (2025-10-29 20:22 UTC)
2+
* BedrockRuntime (3.7.507.0)
3+
* Add support for system tool and web citation response.
4+
* SecurityToken (3.7.501.31)
5+
* Security Fix for .NET Framework 4.5 and 4.5.1 disabling the XML resolver for SAML Assertions to prevent XML External Entity (XXE) injection vulnerability
6+
17
### 3.7.1153.0 (2025-10-28 19:23 UTC)
28
* ApiGatewayV2 (3.7.502.0)
39
* Update endpoint ruleset parameters casing

changelogs/SDK.CHANGELOG.ALL.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
### 3.7.1154.0 (2025-10-29 20:22 UTC)
2+
* BedrockRuntime (3.7.507.0)
3+
* Add support for system tool and web citation response.
4+
* SecurityToken (3.7.501.31)
5+
* Security Fix for .NET Framework 4.5 and 4.5.1 disabling the XML resolver for SAML Assertions to prevent XML External Entity (XXE) injection vulnerability
6+
17
### 3.7.1153.0 (2025-10-28 19:23 UTC)
28
* ApiGatewayV2 (3.7.502.0)
39
* Update endpoint ruleset parameters casing

generator/.DevConfigs/930eb11b-65d4-46ca-be22-73cc5eb62d27.json

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

generator/ServiceModels/_sdk-versions.json

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

22
{
33
"NewServiceVersion" : "3.7.500.0",
4-
"ProductVersion" : "3.7.1153.0",
4+
"ProductVersion" : "3.7.1154.0",
55
"CoreVersion" : "3.7.500.39",
66
"OverrideCoreVersion" : "3.3",
77
"DefaultToPreview" : false,
@@ -316,7 +316,7 @@
316316
"InPreview" : false
317317
},
318318
"SecurityToken" : {
319-
"Version" : "3.7.501.30",
319+
"Version" : "3.7.501.31",
320320
"AssemblyVersionOverride" : "3.3",
321321
"Dependencies" : {
322322
"Core" : "3.7.500.39"
@@ -2668,7 +2668,7 @@
26682668
"InPreview" : false
26692669
},
26702670
"BedrockRuntime" : {
2671-
"Version" : "3.7.506.0",
2671+
"Version" : "3.7.507.0",
26722672
"AssemblyVersionOverride" : "3.3",
26732673
"Dependencies" : {
26742674
"Core" : "3.7.500.39"

sdk/code-analysis/ServiceAnalysis/BedrockRuntime/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("3.3")]
32-
[assembly: AssemblyFileVersion("3.7.506.0")]
32+
[assembly: AssemblyFileVersion("3.7.507.0")]

sdk/code-analysis/ServiceAnalysis/SecurityToken/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("3.3")]
32-
[assembly: AssemblyFileVersion("3.7.501.30")]
32+
[assembly: AssemblyFileVersion("3.7.501.31")]

sdk/src/Services/BedrockRuntime/Generated/AmazonBedrockRuntimeConfig.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ namespace Amazon.BedrockRuntime
3232
public partial class AmazonBedrockRuntimeConfig : ClientConfig
3333
{
3434
private static readonly string UserAgentString =
35-
InternalSDKUtils.BuildUserAgentString("Bedrock Runtime", "3.7.506.0");
35+
InternalSDKUtils.BuildUserAgentString("Bedrock Runtime", "3.7.507.0");
3636

3737
private string _userAgent = UserAgentString;
3838
///<summary>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
// by using the '*' as shown below:
4545
// [assembly: AssemblyVersion("1.0.*")]
4646
[assembly: AssemblyVersion("3.3")]
47-
[assembly: AssemblyFileVersion("3.7.506.0")]
47+
[assembly: AssemblyFileVersion("3.7.507.0")]
4848

4949
#if BCL
5050
[assembly: System.Security.AllowPartiallyTrustedCallers]

sdk/src/Services/SecurityToken/Generated/AmazonSecurityTokenServiceConfig.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ namespace Amazon.SecurityToken
3232
public partial class AmazonSecurityTokenServiceConfig : ClientConfig
3333
{
3434
private static readonly string UserAgentString =
35-
InternalSDKUtils.BuildUserAgentString("STS", "3.7.501.30");
35+
InternalSDKUtils.BuildUserAgentString("STS", "3.7.501.31");
3636

3737
private string _userAgent = UserAgentString;
3838
///<summary>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
// by using the '*' as shown below:
4545
// [assembly: AssemblyVersion("1.0.*")]
4646
[assembly: AssemblyVersion("3.3")]
47-
[assembly: AssemblyFileVersion("3.7.501.30")]
47+
[assembly: AssemblyFileVersion("3.7.501.31")]
4848

4949
#if BCL
5050
[assembly: System.Security.AllowPartiallyTrustedCallers]

0 commit comments

Comments
 (0)