Skip to content

Commit 65b1bed

Browse files
Commit version number update changes
1 parent b6b2b65 commit 65b1bed

File tree

15 files changed

+37
-17
lines changed

15 files changed

+37
-17
lines changed

changelogs/SDK.CHANGELOG.2025.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
### 3.7.1143.0 (2025-10-13 18:21 UTC)
2+
* BedrockAgentCore (3.7.505.0)
3+
* Updated InvokeAgentRuntime API to accept account id optionally and added CompleteResourceTokenAuth API.
4+
* BedrockAgentCoreControl (3.7.507.0)
5+
* Updated http status code in control plane apis of agentcore runtime, tools and identity. Additional included provider types for AgentCore Identity
6+
* EC2 (3.7.515.0)
7+
* Release Amazon EC2 c8i, c8i-flex, m8a, and r8gb
8+
* ObservabilityAdmin (3.7.504.0)
9+
* CloudWatch Observability Admin adds the ability to enable Resource tags for telemetry in a customer account. The release introduces new APIs to enable, disable and describe the status of Resource tags for telemetry feature. This new capability simplifies monitoring AWS resources using tags.
10+
111
### 3.7.1142.0 (2025-10-10 19:09 UTC)
212
* BedrockAgentCore (3.7.504.0)
313
* Bedrock AgentCore release for Runtime, and Memory.

changelogs/SDK.CHANGELOG.ALL.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
### 3.7.1143.0 (2025-10-13 18:21 UTC)
2+
* BedrockAgentCore (3.7.505.0)
3+
* Updated InvokeAgentRuntime API to accept account id optionally and added CompleteResourceTokenAuth API.
4+
* BedrockAgentCoreControl (3.7.507.0)
5+
* Updated http status code in control plane apis of agentcore runtime, tools and identity. Additional included provider types for AgentCore Identity
6+
* EC2 (3.7.515.0)
7+
* Release Amazon EC2 c8i, c8i-flex, m8a, and r8gb
8+
* ObservabilityAdmin (3.7.504.0)
9+
* CloudWatch Observability Admin adds the ability to enable Resource tags for telemetry in a customer account. The release introduces new APIs to enable, disable and describe the status of Resource tags for telemetry feature. This new capability simplifies monitoring AWS resources using tags.
10+
111
### 3.7.1142.0 (2025-10-10 19:09 UTC)
212
* BedrockAgentCore (3.7.504.0)
313
* Bedrock AgentCore release for Runtime, and Memory.

generator/ServiceModels/_sdk-versions.json

Lines changed: 5 additions & 5 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.1142.0",
4+
"ProductVersion" : "3.7.1143.0",
55
"CoreVersion" : "3.7.500.31",
66
"OverrideCoreVersion" : "3.3",
77
"DefaultToPreview" : false,
@@ -154,7 +154,7 @@
154154
"InPreview" : false
155155
},
156156
"EC2" : {
157-
"Version" : "3.7.514.8",
157+
"Version" : "3.7.515.0",
158158
"AssemblyVersionOverride" : "3.3",
159159
"Dependencies" : {
160160
"Core" : "3.7.500.31"
@@ -3124,7 +3124,7 @@
31243124
"InPreview" : false
31253125
},
31263126
"ObservabilityAdmin" : {
3127-
"Version" : "3.7.503.12",
3127+
"Version" : "3.7.504.0",
31283128
"AssemblyVersionOverride" : "3.3",
31293129
"Dependencies" : {
31303130
"Core" : "3.7.500.31"
@@ -3276,15 +3276,15 @@
32763276
"InPreview" : false
32773277
},
32783278
"BedrockAgentCore" : {
3279-
"Version" : "3.7.504.0",
3279+
"Version" : "3.7.505.0",
32803280
"AssemblyVersionOverride" : "3.3",
32813281
"Dependencies" : {
32823282
"Core" : "3.7.500.31"
32833283
},
32843284
"InPreview" : false
32853285
},
32863286
"BedrockAgentCoreControl" : {
3287-
"Version" : "3.7.506.0",
3287+
"Version" : "3.7.507.0",
32883288
"AssemblyVersionOverride" : "3.3",
32893289
"Dependencies" : {
32903290
"Core" : "3.7.500.31"

sdk/code-analysis/ServiceAnalysis/BedrockAgentCore/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.504.0")]
32+
[assembly: AssemblyFileVersion("3.7.505.0")]

sdk/code-analysis/ServiceAnalysis/BedrockAgentCoreControl/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/EC2/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.514.8")]
32+
[assembly: AssemblyFileVersion("3.7.515.0")]

sdk/code-analysis/ServiceAnalysis/ObservabilityAdmin/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.503.12")]
32+
[assembly: AssemblyFileVersion("3.7.504.0")]

sdk/src/Services/BedrockAgentCore/Generated/AmazonBedrockAgentCoreConfig.cs

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

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

sdk/src/Services/BedrockAgentCore/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.504.0")]
47+
[assembly: AssemblyFileVersion("3.7.505.0")]
4848

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

sdk/src/Services/BedrockAgentCoreControl/Generated/AmazonBedrockAgentCoreControlConfig.cs

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

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

0 commit comments

Comments
 (0)