Skip to content

Commit

Permalink
Commit version number update changes
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-dotnet-automation committed Dec 5, 2024
1 parent 4cf406c commit 92f5bd9
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 9 deletions.
6 changes: 6 additions & 0 deletions changelogs/SDK.CHANGELOG.2024.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### 3.7.941.0 (2024-12-05 01:28 UTC)
* PartnerCentralSelling (3.7.402.0)
* Introducing the preview of new partner central selling APIs designed to transform how AWS partners collaborate and co-sell with multiple partners. This enables multiple partners to seamlessly engage and jointly pursue customer opportunities, fostering a new era of collaborative selling.
* QBusiness (3.7.407.0)
* This release removes the deprecated UserId and UserGroups fields from SearchRelevantContent api's request parameters.

### 3.7.940.0 (2024-12-04 19:25 UTC)
* Bedrock (3.7.412.0)
* Introduced two APIs ListPromptRouters and GetPromptRouter for Intelligent Prompt Router feature. Add support for Bedrock Guardrails image content filter. New Bedrock Marketplace feature enabling a wider range of bedrock compatible models with self-hosted capability.
Expand Down
6 changes: 6 additions & 0 deletions changelogs/SDK.CHANGELOG.ALL.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### 3.7.941.0 (2024-12-05 01:28 UTC)
* PartnerCentralSelling (3.7.402.0)
* Introducing the preview of new partner central selling APIs designed to transform how AWS partners collaborate and co-sell with multiple partners. This enables multiple partners to seamlessly engage and jointly pursue customer opportunities, fostering a new era of collaborative selling.
* QBusiness (3.7.407.0)
* This release removes the deprecated UserId and UserGroups fields from SearchRelevantContent api's request parameters.

### 3.7.940.0 (2024-12-04 19:25 UTC)
* Bedrock (3.7.412.0)
* Introduced two APIs ListPromptRouters and GetPromptRouter for Intelligent Prompt Router feature. Add support for Bedrock Guardrails image content filter. New Bedrock Marketplace feature enabling a wider range of bedrock compatible models with self-hosted capability.
Expand Down
6 changes: 3 additions & 3 deletions generator/ServiceModels/_sdk-versions.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

{
"NewServiceVersion" : "3.7.400.0",
"ProductVersion" : "3.7.940.0",
"ProductVersion" : "3.7.941.0",
"CoreVersion" : "3.7.400.59",
"OverrideCoreVersion" : "3.3",
"DefaultToPreview" : false,
Expand Down Expand Up @@ -2892,7 +2892,7 @@
"InPreview" : false
},
"QBusiness" : {
"Version" : "3.7.406.0",
"Version" : "3.7.407.0",
"AssemblyVersionOverride" : "3.3",
"Dependencies" : {
"Core" : "3.7.400.59"
Expand Down Expand Up @@ -3140,7 +3140,7 @@
"InPreview" : false
},
"PartnerCentralSelling" : {
"Version" : "3.7.401.7",
"Version" : "3.7.402.0",
"AssemblyVersionOverride" : "3.3",
"Dependencies" : {
"Core" : "3.7.400.59"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.3")]
[assembly: AssemblyFileVersion("3.7.401.7")]
[assembly: AssemblyFileVersion("3.7.402.0")]
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.3")]
[assembly: AssemblyFileVersion("3.7.406.0")]
[assembly: AssemblyFileVersion("3.7.407.0")]
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ namespace Amazon.PartnerCentralSelling
public partial class AmazonPartnerCentralSellingConfig : ClientConfig
{
private static readonly string UserAgentString =
InternalSDKUtils.BuildUserAgentString("PartnerCentral Selling", "3.7.401.7");
InternalSDKUtils.BuildUserAgentString("PartnerCentral Selling", "3.7.402.0");

private string _userAgent = UserAgentString;
///<summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.3")]
[assembly: AssemblyFileVersion("3.7.401.7")]
[assembly: AssemblyFileVersion("3.7.402.0")]

#if BCL
[assembly: System.Security.AllowPartiallyTrustedCallers]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ namespace Amazon.QBusiness
public partial class AmazonQBusinessConfig : ClientConfig
{
private static readonly string UserAgentString =
InternalSDKUtils.BuildUserAgentString("QBusiness", "3.7.406.0");
InternalSDKUtils.BuildUserAgentString("QBusiness", "3.7.407.0");

private string _userAgent = UserAgentString;
///<summary>
Expand Down
2 changes: 1 addition & 1 deletion sdk/src/Services/QBusiness/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.3")]
[assembly: AssemblyFileVersion("3.7.406.0")]
[assembly: AssemblyFileVersion("3.7.407.0")]

#if BCL
[assembly: System.Security.AllowPartiallyTrustedCallers]
Expand Down

0 comments on commit 92f5bd9

Please sign in to comment.