Skip to content

Commit 89119b2

Browse files
Commit version number update changes
1 parent b8cf753 commit 89119b2

File tree

12 files changed

+29
-13
lines changed

12 files changed

+29
-13
lines changed

changelogs/SDK.CHANGELOG.2025.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
### 3.7.1103.0 (2025-08-15 18:25 UTC)
2+
* BedrockAgent (3.7.501.0)
3+
* This release adds support for saving Bedrock Flows while node configuration is still in progress, even if the Flow is not yet able to be invoked
4+
* Glue (3.7.503.0)
5+
* AWS Glue Zero ETL now supports On-demand snapshot load
6+
* PrometheusService (3.7.501.0)
7+
* Add Resource-based Policy APIs for Amazon Prometheus
8+
19
### 3.7.1102.0 (2025-08-14 18:38 UTC)
210
* ARCRegionswitch (3.7.501.0)
311
* Endpoint rule test and documentation update.

changelogs/SDK.CHANGELOG.ALL.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
### 3.7.1103.0 (2025-08-15 18:25 UTC)
2+
* BedrockAgent (3.7.501.0)
3+
* This release adds support for saving Bedrock Flows while node configuration is still in progress, even if the Flow is not yet able to be invoked
4+
* Glue (3.7.503.0)
5+
* AWS Glue Zero ETL now supports On-demand snapshot load
6+
* PrometheusService (3.7.501.0)
7+
* Add Resource-based Policy APIs for Amazon Prometheus
8+
19
### 3.7.1102.0 (2025-08-14 18:38 UTC)
210
* ARCRegionswitch (3.7.501.0)
311
* Endpoint rule test and documentation update.

generator/ServiceModels/_sdk-versions.json

Lines changed: 4 additions & 4 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.1102.0",
4+
"ProductVersion" : "3.7.1103.0",
55
"CoreVersion" : "3.7.500.7",
66
"OverrideCoreVersion" : "3.3",
77
"DefaultToPreview" : false,
@@ -820,7 +820,7 @@
820820
"InPreview" : false
821821
},
822822
"Glue" : {
823-
"Version" : "3.7.502.0",
823+
"Version" : "3.7.503.0",
824824
"AssemblyVersionOverride" : "3.3",
825825
"Dependencies" : {
826826
"Core" : "3.7.500.7"
@@ -1932,7 +1932,7 @@
19321932
"InPreview" : false
19331933
},
19341934
"PrometheusService" : {
1935-
"Version" : "3.7.500.7",
1935+
"Version" : "3.7.501.0",
19361936
"AssemblyVersionOverride" : "3.3",
19371937
"Dependencies" : {
19381938
"Core" : "3.7.500.7"
@@ -2876,7 +2876,7 @@
28762876
"InPreview" : false
28772877
},
28782878
"BedrockAgent" : {
2879-
"Version" : "3.7.500.7",
2879+
"Version" : "3.7.501.0",
28802880
"AssemblyVersionOverride" : "3.3",
28812881
"Dependencies" : {
28822882
"Core" : "3.7.500.7"

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

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

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

sdk/src/Services/BedrockAgent/Generated/AmazonBedrockAgentConfig.cs

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

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

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

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

sdk/src/Services/Glue/Generated/AmazonGlueConfig.cs

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

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

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

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

0 commit comments

Comments
 (0)