Skip to content

Commit 71c8d70

Browse files
mujtaba1747Syed Jafrimollyheamazon
authored
Release 3.5.0 (#5589)
* Update CHANGELOG for version 2.4.2 Add changelog entries for version 2.4.2 including new features and bug fixes. * Update CHANGELOG for version 1.5.0 * Update CHANGELOG for version 1.4.2 Added details for version 1.4.2 including bug fixes and a new feature. * Update CHANGELOG for version 1.4.2 Add version 1.4.2 details including new features and bug fixes. * Update CHANGELOG for version 3.4.2 Added new features, enhancements, and bug fixes for version 3.4.2. * Upgrade sagemaker dependencies in pyproject.toml Updated sagemaker dependencies to newer versions. * Bump version from 3.4.1 to 3.4.2 * Update sagemaker-core dependency version to 2.4.2 * Bump version to 1.4.2 * Update sagemaker-core and sagemaker-train versions * Bump version to 1.4.2 * Bump version from 1.4.1 to 1.5.0 * Update sagemaker dependencies to newer versions * Bump version to 2.4.2 * chore: updated version numbers * chore: update version number in changelog * chore: Update date in changelog * fix: Update version number for feature update * Update changelog date for v1.5.0 --------- Co-authored-by: Syed Jafri <syedjfr@amazon.com> Co-authored-by: Molly He <mollyhe@amazon.com>
1 parent 2bcf800 commit 71c8d70

File tree

14 files changed

+76
-15
lines changed

14 files changed

+76
-15
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,26 @@
11
# Changelog
2+
## v3.5.0 (2026-03-02)
3+
4+
### Features
5+
- **Feature Store v3**: New version of Feature Store functionality
6+
- **Batch job listing by share identifier**: Added support for listing Batch jobs filtered by share identifier
7+
- **Stop condition for model customization trainers**: Added stopping condition support to model customization trainers
8+
- **EMRStep smart output**: Enhanced EMR step output handling with smart output capabilities
9+
- **Transform AMI version support**: Added support for specifying AMI version in SageMaker transform jobs
10+
11+
### Enhancements
12+
- **Inference pipeline notebook example**: Added example notebook demonstrating inference pipeline usage
13+
- **Migration documentation**: Added migration documentation
14+
15+
### Bug Fixes
16+
- **Model Customization bugs**: Fixed multiple issues in Model Customization functionality
17+
- **Default stopping condition removal**: Removed default stopping condition for MC trainer to prevent conflicts
18+
- **Instance groups parameter handling**: Fixed issue where default instance_type/instance_count were incorrectly applied when instance_groups was set
19+
- **JumpStart alt config resolution**: Resolved alternative configuration resolution for JumpStart models
20+
- **Inference processor naming**: Updated inference processor identifier from 'inf2' to 'neuronx'
21+
- **HuggingFace Neuronx PyTorch version**: Corrected the PyTorch version for HuggingFace Neuronx
22+
- **License additions**: Added license to sagemaker-mlops and sagemaker-serve packages
23+
224
## v3.4.1 (2026-02-10)
325

426
### Fixes

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.4.1
1+
3.5.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.4.1,<3.0.0",
37-
"sagemaker-train>=1.4.1,<2.0.0",
38-
"sagemaker-serve>=1.4.1,<2.0.0",
39-
"sagemaker-mlops>=1.4.1,<2.0.0",
36+
"sagemaker-core>=2.5.0,<3.0.0",
37+
"sagemaker-train>=1.5.0,<2.0.0",
38+
"sagemaker-serve>=1.5.0,<2.0.0",
39+
"sagemaker-mlops>=1.5.0,<2.0.0",
4040
]
4141

4242
[project.optional-dependencies]

sagemaker-core/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
11
# Changelog
2+
## v2.5.0 (2026-03-02)
3+
4+
### Features
5+
6+
- Feature Store V3 support (#5539)
7+
- Support transform AMI version in SageMaker transform jobs (#5521)
8+
9+
### Bug Fixes
10+
11+
- Update inference processor from 'inf2' to 'neuronx' (#5488)
12+
- Correct HF neuronx pytorch version (#5501)
13+
214
## v2.4.1 (2026-02-10)
315

416
### Bug fixes and Other Changes

sagemaker-core/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
2.4.1
1+
2.5.0
22

sagemaker-mlops/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
# Changelog
2+
## v1.5.0 (2026-03-02)
3+
4+
- feat: Add Feature Store Support to V3 (#5539)
5+
- feat: EMRStep smart output with `output_args` (#5535)
6+
- chore: Add license to sagemaker-mlops (#5553)
7+
28
## v1.4.1 (2026-02-10)
39

410
- fix: Don't apply default experiment config for pipelines in non-Eureka GA regions (#5500)

sagemaker-mlops/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.4.1
1+
1.5.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.4.1",
27-
"sagemaker-train>=1.4.1",
28-
"sagemaker-serve>=1.4.1",
26+
"sagemaker-core>=2.5.0",
27+
"sagemaker-train>=1.5.0",
28+
"sagemaker-serve>=1.5.0",
2929
"boto3>=1.42.2,<2.0",
3030
"botocore>=1.42.2,<2.0",
3131
]

sagemaker-serve/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
# Changelog
2+
## v1.5.0 (2026-03-02)
3+
4+
### Bug fixes and Other Changes
5+
6+
- **Fix**: Resolve alt config resolution for jumpstart models (#5563)
7+
- **Fix**: Bug fixes for Model Customization (#5558)
8+
- **Feature**: Add license to sagemaker-serve (#5553)
9+
210
## v1.4.1 (2026-02-10)
311

412
- Update Module dependencies

sagemaker-serve/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.4.1
1+
1.5.0

0 commit comments

Comments
 (0)