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
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# Changelog

## v3.23.0 (2026-09-24)

### New Features

- feat(pipeline): add inference and lineage step types (#6224)
- feat(train): finetuningoptions validation telemetry (#6286)
- feat(train): apply constructor hyperparameters in fine-tuning trainers (#6293)
- feat(serve): update SDK to use latest LMI v29 image for sdk v3.x (#6301)

### Bug Fixes

- fix(core): recognize new duplicate-name wording; actionable train() errors (#6256)
- fix(train): raise on invalid constructor hyperparameters (#6306)
- fix(core): keep environment variable names intact when parsing private hub model documents (#6204)
- fix: migrate llama-cpp-arm64 to cpu processor schema and align image_uri unit tests (#6290)
- fix(serve): use the correct AMI when on cu130 to avoid crashes at launch (#6281)

### Other

- change: update image_uri_configs 09-23-2026 (#6308)
- change: update image_uri_configs 09-22-2026 (#6304)
- add: metadata for huggingface vllm v0.29 (#6300)

### Tests

- fix PR check tests (#6272)
- fix: codestyle-doc-tests pass in all four submodules (#6294)


## v3.22.1 (2026-09-17)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.22.1
3.23.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.22.1,<3.0.0",
"sagemaker-train>=1.22.1,<2.0.0",
"sagemaker-serve>=1.22.1,<2.0.0",
"sagemaker-mlops>=1.22.1,<2.0.0",
"sagemaker-core>=2.23.0,<3.0.0",
"sagemaker-train>=1.23.0,<2.0.0",
"sagemaker-serve>=1.23.0,<2.0.0",
"sagemaker-mlops>=1.23.0,<2.0.0",
]

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

## v2.23.0 (2026-09-24)

### Bug Fixes

- fix(core): recognize new duplicate-name wording; actionable train() errors (#6256)
- fix(core): keep environment variable names intact when parsing private hub model documents (#6204)
- fix: migrate llama-cpp-arm64 to cpu processor schema and align image_uri unit tests (#6290)

### Other

- change: update image_uri_configs 09-23-2026 (#6308)
- change: update image_uri_configs 09-22-2026 (#6304)
- add: metadata for huggingface vllm v0.29 (#6300)

### Tests

- fix: codestyle-doc-tests pass in all four submodules (#6294)


## v2.22.1 (2026-09-17)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion sagemaker-core/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.22.1
2.23.0
11 changes: 11 additions & 0 deletions sagemaker-mlops/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## v1.23.0 (2026-09-24)

### New Features

- feat(pipeline): add inference and lineage step types (#6224)

### Tests

- fix: codestyle-doc-tests pass in all four submodules (#6294)


## v1.22.1 (2026-09-17)

- Update module dependencies
Expand Down
2 changes: 1 addition & 1 deletion sagemaker-mlops/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.22.1
1.23.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.22.1",
"sagemaker-train>=1.22.1",
"sagemaker-serve>=1.22.1",
"sagemaker-core>=2.23.0",
"sagemaker-train>=1.23.0",
"sagemaker-serve>=1.23.0",
"cryptography>=46.0.0",
"boto3>=1.42.2,<2.0",
"botocore>=1.42.2,<2.0",
Expand Down
16 changes: 16 additions & 0 deletions sagemaker-serve/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## v1.23.0 (2026-09-24)

### New Features

- feat(serve): update SDK to use latest LMI v29 image for sdk v3.x (#6301)

### Bug Fixes

- fix(serve): use the correct AMI when on cu130 to avoid crashes at launch (#6281)

### Tests

- fix PR check tests (#6272)
- fix: codestyle-doc-tests pass in all four submodules (#6294)


## v1.22.1 (2026-09-17)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion sagemaker-serve/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.22.1
1.23.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.22.1",
"sagemaker-train>=1.22.1",
"sagemaker-core>=2.23.0",
"sagemaker-train>=1.23.0",
"boto3>=1.42.2,<2.0",
"botocore>=1.35.75,<2.0",
"deepdiff",
Expand Down
17 changes: 17 additions & 0 deletions sagemaker-train/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## v1.23.0 (2026-09-24)

### New Features

- feat(train): finetuningoptions validation telemetry (#6286)
- feat(train): apply constructor hyperparameters in fine-tuning trainers (#6293)

### Bug Fixes

- fix(train): raise on invalid constructor hyperparameters (#6306)

### Tests

- fix PR check tests (#6272)
- fix: codestyle-doc-tests pass in all four submodules (#6294)


## v1.22.1 (2026-09-17)

### 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.22.1
1.23.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.22.1",
"sagemaker-core>=2.23.0",
"graphene>=3,<4",
"typing_extensions>=4.9.0",
"tblib>=1.7.0",
Expand Down
Loading