Skip to content

Commit 25d6390

Browse files
Merge branch 'master' into add-inference-pipeline-example
2 parents 4b41ce8 + 2081516 commit 25d6390

37 files changed

+1392
-5990
lines changed

.readthedocs.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,14 @@ formats:
1818
python:
1919
install:
2020
- requirements: docs/requirements.txt
21+
- method: pip
22+
path: ./sagemaker-core
23+
- method: pip
24+
path: ./sagemaker-train
25+
- method: pip
26+
path: ./sagemaker-serve
27+
- method: pip
28+
path: ./sagemaker-mlops
2129
- method: pip
2230
path: .
2331
extra_requirements:

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,21 @@
11
# Changelog
2+
## v3.4.1 (2026-02-10)
3+
4+
### Fixes
5+
- **Pipelines**: Correct Tag class usage in pipeline creation (#5526)
6+
- **ModelTrainer**: Support PipelineVariables in hyperparameters (#5519)
7+
- **HyperparameterTuner**: Include ModelTrainer internal channels (#5516)
8+
- **Experiments**: Don't apply default experiment config for pipelines in non-Eureka GA
9+
regions (#5500)
10+
11+
### Features
12+
- **JumpStart**: Added ISO regions support (#5505)
13+
- **JumpStart**: Added version 1.4 and 1.5 (#5538)
14+
15+
### Chores
16+
- Added unit and integration tests for JumpStart search functionality (#5544)
17+
- Removed java-kotlin from CodeQL workflow (#5517)
18+
219
## v3.4.0 (2026-01-22)
320

421
### Features

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.4.0
1+
3.4.1

0 commit comments

Comments
 (0)