Skip to content

Commit 678ea10

Browse files
Commit version number update changes
1 parent dc3d322 commit 678ea10

File tree

18 files changed

+45
-21
lines changed

18 files changed

+45
-21
lines changed

changelogs/SDK.CHANGELOG.2024.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
### 3.7.935.0 (2024-11-26 19:20 UTC)
2+
* BedrockAgent (3.7.410.0)
3+
* Custom Orchestration API release for AWSBedrockAgents.
4+
* BedrockAgentRuntime (3.7.410.0)
5+
* Custom Orchestration and Streaming configurations API release for AWSBedrockAgents.
6+
* Connect (3.7.411.0)
7+
* Enables access to ValueMap and ValueInteger types for SegmentAttributes and fixes deserialization bug for DescribeContactFlow in AmazonConnect Public API
8+
* EC2 (3.7.421.0)
9+
* Adds support for Time-based Copy for EBS Snapshots and Cross Region PrivateLink. Time-based Copy ensures that EBS Snapshots are copied within and across AWS Regions in a specified timeframe. Cross Region PrivateLink enables customers to connect to VPC endpoint services hosted in other AWS Regions.
10+
* QApps (3.7.403.0)
11+
* Private sharing, file upload and data collection feature support for Q Apps
12+
113
### 3.7.934.0 (2024-11-25 19:30 UTC)
214
* DirectConnect (3.7.401.0)
315
* Update DescribeDirectConnectGatewayAssociations API to return associated core network information if a Direct Connect gateway is attached to a Cloud WAN core network.

changelogs/SDK.CHANGELOG.ALL.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
### 3.7.935.0 (2024-11-26 19:20 UTC)
2+
* BedrockAgent (3.7.410.0)
3+
* Custom Orchestration API release for AWSBedrockAgents.
4+
* BedrockAgentRuntime (3.7.410.0)
5+
* Custom Orchestration and Streaming configurations API release for AWSBedrockAgents.
6+
* Connect (3.7.411.0)
7+
* Enables access to ValueMap and ValueInteger types for SegmentAttributes and fixes deserialization bug for DescribeContactFlow in AmazonConnect Public API
8+
* EC2 (3.7.421.0)
9+
* Adds support for Time-based Copy for EBS Snapshots and Cross Region PrivateLink. Time-based Copy ensures that EBS Snapshots are copied within and across AWS Regions in a specified timeframe. Cross Region PrivateLink enables customers to connect to VPC endpoint services hosted in other AWS Regions.
10+
* QApps (3.7.403.0)
11+
* Private sharing, file upload and data collection feature support for Q Apps
12+
113
### 3.7.934.0 (2024-11-25 19:30 UTC)
214
* DirectConnect (3.7.401.0)
315
* Update DescribeDirectConnectGatewayAssociations API to return associated core network information if a Direct Connect gateway is attached to a Cloud WAN core network.

generator/ServiceModels/_sdk-versions.json

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

22
{
33
"NewServiceVersion" : "3.7.400.0",
4-
"ProductVersion" : "3.7.934.0",
4+
"ProductVersion" : "3.7.935.0",
55
"CoreVersion" : "3.7.400.57",
66
"OverrideCoreVersion" : "3.3",
77
"DefaultToPreview" : false,
@@ -154,7 +154,7 @@
154154
"InPreview" : false
155155
},
156156
"EC2" : {
157-
"Version" : "3.7.420.1",
157+
"Version" : "3.7.421.0",
158158
"AssemblyVersionOverride" : "3.3",
159159
"Dependencies" : {
160160
"Core" : "3.7.400.57"
@@ -1036,7 +1036,7 @@
10361036
"InPreview" : false
10371037
},
10381038
"Connect" : {
1039-
"Version" : "3.7.410.0",
1039+
"Version" : "3.7.411.0",
10401040
"AssemblyVersionOverride" : "3.3",
10411041
"Dependencies" : {
10421042
"Core" : "3.7.400.57"
@@ -2884,7 +2884,7 @@
28842884
"InPreview" : false
28852885
},
28862886
"BedrockAgentRuntime" : {
2887-
"Version" : "3.7.409.0",
2887+
"Version" : "3.7.410.0",
28882888
"AssemblyVersionOverride" : "3.3",
28892889
"Dependencies" : {
28902890
"Core" : "3.7.400.57"
@@ -2908,7 +2908,7 @@
29082908
"InPreview" : false
29092909
},
29102910
"BedrockAgent" : {
2911-
"Version" : "3.7.409.11",
2911+
"Version" : "3.7.410.0",
29122912
"AssemblyVersionOverride" : "3.3",
29132913
"Dependencies" : {
29142914
"Core" : "3.7.400.57"
@@ -3060,7 +3060,7 @@
30603060
"InPreview" : false
30613061
},
30623062
"QApps" : {
3063-
"Version" : "3.7.402.12",
3063+
"Version" : "3.7.403.0",
30643064
"AssemblyVersionOverride" : "3.3",
30653065
"Dependencies" : {
30663066
"Core" : "3.7.400.57"

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.409.11")]
32+
[assembly: AssemblyFileVersion("3.7.410.0")]

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

sdk/code-analysis/ServiceAnalysis/Connect/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.410.0")]
32+
[assembly: AssemblyFileVersion("3.7.411.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.420.1")]
32+
[assembly: AssemblyFileVersion("3.7.421.0")]

sdk/code-analysis/ServiceAnalysis/QApps/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.402.12")]
32+
[assembly: AssemblyFileVersion("3.7.403.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.409.11");
35+
InternalSDKUtils.BuildUserAgentString("Bedrock Agent", "3.7.410.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.409.11")]
47+
[assembly: AssemblyFileVersion("3.7.410.0")]
4848

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

0 commit comments

Comments
 (0)