Skip to content

Commit fda2565

Browse files
authored
Release v3.13.0 - mtrl launch bump versions and update changelogs (aws#5920)
* Update meta CHANGELOG.md * Update CHANGELOG.md sagemaker-core * Update CHANGELOG.md sagemaker-train * Update CHANGELOG.md sagemaker-serve * Update CHANGELOG.md sagemaker-mlops * Update VERSION meta * Update pyproject.toml meta * Update VERSION sagemaker-core * Update VERSION sagemaker-train * Update pyproject.toml sagemaker-train * Update VERSION sagemaker-serve * Update pyproject.toml sagemaker-serve * Update pyproject.toml sagemaker-mlops * Update VERSION sagemaker-mlops * Update CHANGELOG.md * Update CHANGELOG.md sagemaker-train * Update CHANGELOG.md sagemaker-serve
1 parent 213cc61 commit fda2565

14 files changed

Lines changed: 64 additions & 15 deletions

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,21 @@
11
# Changelog
2+
## v3.13.0 (2026-06-02)
3+
### New Features
4+
5+
- **feat: Model customization** - Add new finetuning Trainer - MultiTurnRLTrainer(Multi-Turn Reinforcement Learning)
6+
- **feat: Model customization** - Add new evaluator - MultiTurnRLEvaluator
7+
- **feat: Deployment** - Add MTRL support for BedrockModelBuilder and ModelBuilder.
8+
9+
### Documentation
10+
11+
- Add details for MTRL trainer along with other finetuning interfaces under Model customization Section - https://sagemaker.readthedocs.io/en/stable/model_customization/model_customization.html
12+
- Add details for MTRL evaluator along with existing evaluators.
13+
14+
### Bug Fixes
15+
16+
- fix: set sagemaker_config=None on mock session in test_from_jumpstart_config_applies_volume_size
17+
- Restore BatchTransformInput.destination attribute in v3
18+
219
## v3.12.0 (2026-05-19)
320

421
### New Features

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.12.0
1+
3.13.0

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ classifiers = [
3333
"Programming Language :: Python :: 3.12",
3434
]
3535
dependencies = [
36-
"sagemaker-core>=2.12.0,<3.0.0",
37-
"sagemaker-train>=1.12.0,<2.0.0",
38-
"sagemaker-serve>=1.12.0,<2.0.0",
39-
"sagemaker-mlops>=1.12.0,<2.0.0",
36+
"sagemaker-core>=2.13.0,<3.0.0",
37+
"sagemaker-train>=1.13.0,<2.0.0",
38+
"sagemaker-serve>=1.13.0,<2.0.0",
39+
"sagemaker-mlops>=1.13.0,<2.0.0",
4040
]
4141

4242
[project.optional-dependencies]

sagemaker-core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
# Changelog
2+
## v2.13.0 (2026-06-02)
3+
4+
### Bug Fixes
5+
6+
- Fix: Restore BatchTransformInput.destination attribute in v3 (#5865)
7+
28
## v2.12.0 (2026-05-19)
39

410
### New Features

sagemaker-core/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.12.0
1+
2.13.0

sagemaker-mlops/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# Changelog
2+
## v1.13.0 (2026-06-02)
3+
4+
- Update module dependencies
5+
26
## v1.12.0 (2026-05-19)
37

48
### New Features

sagemaker-mlops/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.12.0
1+
1.13.0

sagemaker-mlops/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ classifiers = [
2323
"Programming Language :: Python :: 3.12",
2424
]
2525
dependencies = [
26-
"sagemaker-core>=2.12.0",
27-
"sagemaker-train>=1.12.0",
28-
"sagemaker-serve>=1.12.0",
26+
"sagemaker-core>=2.13.0",
27+
"sagemaker-train>=1.13.0",
28+
"sagemaker-serve>=1.13.0",
2929
"cryptography>=46.0.0",
3030
"boto3>=1.42.2,<2.0",
3131
"botocore>=1.42.2,<2.0",

sagemaker-serve/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
# Changelog
2+
## v1.13.0 (2026-06-02)
3+
4+
### Features
5+
6+
- **feat: Deployment** - Add MTRL support for BedrockModelBuilder and ModelBuilder.
7+
8+
### Bug Fixes
9+
10+
- fix: set sagemaker_config=None on mock session in test_from_jumpstart_config_applies_volume_size (#5882)
11+
212
## v1.12.0 (2026-05-19)
313

414
### Bug Fixes

sagemaker-serve/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.12.0
1+
1.13.0

0 commit comments

Comments
 (0)