Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,35 @@
# Changelog

## v3.17.0 (2026-07-24)

### New Features

- feat: update SDK to use latest LMI v27 image for sdk v3.x (#5976)
- feat(serve): support fine-tuned models in deployment-config API (#6041)
- feat: Wire BatchWriteRecord and ListRecords into ingest_dataframe (#6026)

### Bug Fixes

- fix: Fix source_dir in FrameworkProcessor (#6047)
- fix(train): correct Networking field names in ModelTrainer intelligent defaults (#6064)
- fix: resolve MTRL eval base-model ARN against the configured hub (#6040)
- fix(train): Fall back to public hub when private hub lacks base model (#6092)
- fix: datamixing recipe path fix (#6073)
- fix: Fix private hub (#6036)
- fix(serve): support aliased hub content names in private hub deploys (#6039)
- fix(serve): dedicated INFERENCE_RECOMMENDER telemetry feature + type workload param (#6028)
- fix: Fixing EULA check, relying on HostingEulaUri field (#6077)

### Tests

- test: Doc update and added SFT integ test (#6018)
- test: Fix role issue in mtrl integ tests (#6070)
- test: Fix gpu integ test failure due to outdated MPG (#6097)
- test: move two tests in serve to gpu-integ-tests (#6096)
- test(feature-processor): Isolate pipeline names to fix flaky integ tests (#6095)
- test(integ): absorb iam:SimulatePrincipalPolicy throttling across suites (#6081)
- test(integ): let exhausted IAM throttling fail instead of skipping (#6094)

## v3.16.0 (2026-07-15)

### New Features
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.16.0
3.17.0
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ classifiers = [
"Programming Language :: Python :: 3.12",
]
dependencies = [
"sagemaker-core>=2.16.0,<3.0.0",
"sagemaker-train>=1.16.0,<2.0.0",
"sagemaker-serve>=1.16.0,<2.0.0",
"sagemaker-mlops>=1.16.0,<2.0.0",
"sagemaker-core>=2.17.0,<3.0.0",
"sagemaker-train>=1.17.0,<2.0.0",
"sagemaker-serve>=1.17.0,<2.0.0",
"sagemaker-mlops>=1.17.0,<2.0.0",
]

[project.optional-dependencies]
Expand Down
11 changes: 11 additions & 0 deletions sagemaker-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
# Changelog

## v2.17.0 (2026-07-24)

### New Features

- feat: update SDK to use latest LMI v27 image for sdk v3.x (#5976)

### Bug Fixes

- fix: Fix source_dir in FrameworkProcessor (#6047)

## v2.16.0 (2026-07-15)

### New Features
Expand Down
2 changes: 1 addition & 1 deletion sagemaker-core/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.16.0
2.17.0
13 changes: 13 additions & 0 deletions sagemaker-mlops/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
# Changelog

## v1.17.0 (2026-07-24)

### New Features

- feat: Wire BatchWriteRecord and ListRecords into ingest_dataframe (#6026)

### Tests

- test(feature-processor): Isolate pipeline names to fix flaky integ tests (#6095)
- test(integ): absorb iam:SimulatePrincipalPolicy throttling across suites (#6081)
- test(integ): let exhausted IAM throttling fail instead of skipping (#6094)

## v1.16.0 (2026-07-15)

### Tests
Expand Down
2 changes: 1 addition & 1 deletion sagemaker-mlops/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.16.0
1.17.0
6 changes: 3 additions & 3 deletions sagemaker-mlops/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ classifiers = [
"Programming Language :: Python :: 3.12",
]
dependencies = [
"sagemaker-core>=2.16.0",
"sagemaker-train>=1.16.0",
"sagemaker-serve>=1.16.0",
"sagemaker-core>=2.17.0",
"sagemaker-train>=1.17.0",
"sagemaker-serve>=1.17.0",
"cryptography>=46.0.0",
"boto3>=1.42.2,<2.0",
"botocore>=1.42.2,<2.0",
Expand Down
20 changes: 20 additions & 0 deletions sagemaker-serve/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,24 @@
# Changelog

## v1.17.0 (2026-07-24)

### New Features

- feat(serve): support fine-tuned models in deployment-config API (#6041)

### Bug Fixes

- fix: Fix private hub (#6036)
- fix(serve): support aliased hub content names in private hub deploys (#6039)
- fix(serve): dedicated INFERENCE_RECOMMENDER telemetry feature + type workload param (#6028)
- fix: Fixing EULA check, relying on HostingEulaUri field (#6077)

### Tests

- test: move two tests in serve to gpu-integ-tests (#6096)
- test(integ): absorb iam:SimulatePrincipalPolicy throttling across suites (#6081)
- test(integ): let exhausted IAM throttling fail instead of skipping (#6094)

## v1.16.0 (2026-07-15)

### New Features
Expand Down
2 changes: 1 addition & 1 deletion sagemaker-serve/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.16.0
1.17.0
4 changes: 2 additions & 2 deletions sagemaker-serve/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ classifiers = [
"Programming Language :: Python :: 3.12",
]
dependencies = [
"sagemaker-core>=2.16.0",
"sagemaker-train>=1.16.0",
"sagemaker-core>=2.17.0",
"sagemaker-train>=1.17.0",
"boto3>=1.42.2,<2.0",
"botocore>=1.35.75,<2.0",
"deepdiff",
Expand Down
18 changes: 18 additions & 0 deletions sagemaker-train/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
# Changelog

## v1.17.0 (2026-07-24)

### Bug Fixes

- fix(train): correct Networking field names in ModelTrainer intelligent defaults (#6064)
- fix: resolve MTRL eval base-model ARN against the configured hub (#6040)
- fix(train): Fall back to public hub when private hub lacks base model (#6092)
- fix: datamixing recipe path fix (#6073)

### Tests

- test: Doc update and added SFT integ test (#6018)
- test: Fix role issue in mtrl integ tests (#6070)
- test: Fix gpu integ test failure due to outdated MPG (#6097)
- test(integ): absorb iam:SimulatePrincipalPolicy throttling across suites (#6081)
- test(integ): let exhausted IAM throttling fail instead of skipping (#6094)

## v1.16.0 (2026-07-15)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion sagemaker-train/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.16.0
1.17.0
2 changes: 1 addition & 1 deletion sagemaker-train/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ classifiers = [
"Programming Language :: Python :: 3.12",
]
dependencies = [
"sagemaker-core>=2.16.0",
"sagemaker-core>=2.17.0",
"graphene>=3,<4",
"typing_extensions>=4.9.0",
"tblib>=1.7.0",
Expand Down
Loading