|
1 | 1 | # 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 | + |
| 24 | +## v3.4.1 (2026-02-10) |
| 25 | + |
| 26 | +### Fixes |
| 27 | +- **Pipelines**: Correct Tag class usage in pipeline creation (#5526) |
| 28 | +- **ModelTrainer**: Support PipelineVariables in hyperparameters (#5519) |
| 29 | +- **HyperparameterTuner**: Include ModelTrainer internal channels (#5516) |
| 30 | +- **Experiments**: Don't apply default experiment config for pipelines in non-Eureka GA |
| 31 | +regions (#5500) |
| 32 | + |
| 33 | +### Features |
| 34 | +- **JumpStart**: Added ISO regions support (#5505) |
| 35 | +- **JumpStart**: Added version 1.4 and 1.5 (#5538) |
| 36 | + |
| 37 | +### Chores |
| 38 | +- Added unit and integration tests for JumpStart search functionality (#5544) |
| 39 | +- Removed java-kotlin from CodeQL workflow (#5517) |
| 40 | + |
| 41 | +## v3.4.0 (2026-01-22) |
| 42 | + |
| 43 | +### Features |
| 44 | + - feat: add emr-serverless step for SageMaker Pipelines |
| 45 | + |
| 46 | +### Bug fixes and Other Changes |
| 47 | + - Add Nova recipe training support in ModelTrainer |
| 48 | + - Add Partner-app Auth provider |
| 49 | + - Add sagemaker dependency for remote function by default V3 |
| 50 | + |
2 | 51 |
|
3 | 52 | ## v3.3.1 (2026-01-12) |
4 | 53 | ### Bug fixes and Other Changes |
|
0 commit comments