Skip to content

Commit 0981773

Browse files
Commit version number update changes
1 parent 8c48742 commit 0981773

File tree

9 files changed

+25
-9
lines changed

9 files changed

+25
-9
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+
### 4.0.145.0 (2025-12-03 16:47 UTC)
2+
* Bedrock (4.0.17.0)
3+
* Adding support in Amazon Bedrock to customize models with reinforcement fine-tuning (RFT) and support for updating the existing Custom Model Deployments.
4+
* SageMaker (4.0.38.0)
5+
* Introduces Serverless training: A fully managed compute infrastructure that abstracts away all infrastructure complexity, allowing you to focus purely on model development.
6+
7+
Added AI model customization assets used to train, refine, and evaluate custom models during the model customization process.
8+
19
### 4.0.144.0 (2025-12-02 16:43 UTC)
210
* Bedrock (4.0.16.0)
311
* Adds the audioDataDeliveryEnabled boolean field to the Model Invocation Logging Configuration.

changelogs/SDK.CHANGELOG.ALL.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
### 4.0.145.0 (2025-12-03 16:47 UTC)
2+
* Bedrock (4.0.17.0)
3+
* Adding support in Amazon Bedrock to customize models with reinforcement fine-tuning (RFT) and support for updating the existing Custom Model Deployments.
4+
* SageMaker (4.0.38.0)
5+
* Introduces Serverless training: A fully managed compute infrastructure that abstracts away all infrastructure complexity, allowing you to focus purely on model development.
6+
7+
Added AI model customization assets used to train, refine, and evaluate custom models during the model customization process.
8+
19
### 4.0.144.0 (2025-12-02 16:43 UTC)
210
* Bedrock (4.0.16.0)
311
* Adds the audioDataDeliveryEnabled boolean field to the Model Invocation Logging Configuration.

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" : "4.0.0.0",
4-
"ProductVersion" : "4.0.144.0",
4+
"ProductVersion" : "4.0.145.0",
55
"CoreVersion" : "4.0.3.3",
66
"OverrideCoreVersion" : "4.0",
77
"DefaultToPreview" : false,
@@ -908,7 +908,7 @@
908908
"InPreview" : false
909909
},
910910
"SageMaker" : {
911-
"Version" : "4.0.37.0",
911+
"Version" : "4.0.38.0",
912912
"AssemblyVersionOverride" : "4.0",
913913
"Dependencies" : {
914914
"Core" : "4.0.3.3"
@@ -2684,7 +2684,7 @@
26842684
"InPreview" : false
26852685
},
26862686
"Bedrock" : {
2687-
"Version" : "4.0.16.0",
2687+
"Version" : "4.0.17.0",
26882688
"AssemblyVersionOverride" : "4.0",
26892689
"Dependencies" : {
26902690
"Core" : "4.0.3.3"

sdk/code-analysis/ServiceAnalysis/Bedrock/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("4.0")]
32-
[assembly: AssemblyFileVersion("4.0.16.0")]
32+
[assembly: AssemblyFileVersion("4.0.17.0")]

sdk/code-analysis/ServiceAnalysis/SageMaker/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("4.0")]
32-
[assembly: AssemblyFileVersion("4.0.37.0")]
32+
[assembly: AssemblyFileVersion("4.0.38.0")]

sdk/src/Services/Bedrock/Generated/AmazonBedrockConfig.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ namespace Amazon.Bedrock
3333
public partial class AmazonBedrockConfig : ClientConfig
3434
{
3535
private static readonly string UserAgentString =
36-
InternalSDKUtils.BuildUserAgentString("Bedrock", "4.0.16.0");
36+
InternalSDKUtils.BuildUserAgentString("Bedrock", "4.0.17.0");
3737

3838
private static readonly AmazonBedrockEndpointResolver EndpointResolver =
3939
new AmazonBedrockEndpointResolver();

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@
4242
// by using the '*' as shown below:
4343
// [assembly: AssemblyVersion("1.0.*")]
4444
[assembly: AssemblyVersion("4.0")]
45-
[assembly: AssemblyFileVersion("4.0.16.0")]
45+
[assembly: AssemblyFileVersion("4.0.17.0")]

sdk/src/Services/SageMaker/Generated/AmazonSageMakerConfig.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ namespace Amazon.SageMaker
3333
public partial class AmazonSageMakerConfig : ClientConfig
3434
{
3535
private static readonly string UserAgentString =
36-
InternalSDKUtils.BuildUserAgentString("SageMaker", "4.0.37.0");
36+
InternalSDKUtils.BuildUserAgentString("SageMaker", "4.0.38.0");
3737

3838
private static readonly AmazonSageMakerEndpointResolver EndpointResolver =
3939
new AmazonSageMakerEndpointResolver();

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@
4242
// by using the '*' as shown below:
4343
// [assembly: AssemblyVersion("1.0.*")]
4444
[assembly: AssemblyVersion("4.0")]
45-
[assembly: AssemblyFileVersion("4.0.37.0")]
45+
[assembly: AssemblyFileVersion("4.0.38.0")]

0 commit comments

Comments
 (0)