File tree Expand file tree Collapse file tree 2 files changed +23
-2
lines changed
Expand file tree Collapse file tree 2 files changed +23
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
2+ ## v2.5.1 (2026-03-12)
3+
4+ ### Bug Fixes
5+
6+ - Fix handling of training step dependencies to allow successful pipeline creation (#5618 )
7+ - Fix model registration with a model card to support both ` ModelCard ` and ` ModelPackageModelCard ` objects (#5611 )
8+ - Fix ` _build_for_passthrough() ` to only set ` s3_upload_path ` for S3 URIs, preventing CreateModel API validation errors with local paths (#5601 )
9+ - Fix local mode cleanup by handling root-owned files from Docker containers with ` PermissionError ` recovery (#5601 )
10+ - Fix local mode processing to allow ` file:// ` scheme URIs for output S3 paths (#5601 )
11+ - Relax ` rich ` dependency upper bound back to 15.0.0 (#5620 )
12+
13+ ### Enhancements
14+
15+ - Add EUCS region (` eusc-de-east-1 ` ) to JumpStart region config (#5615 )
16+ - Add ISO regions to DJL-LMI image URI config (#5595 )
17+ - Update DJL-LMI to latest image ` lmi21.0.0-cu129 ` for SDK v3.x (#5616 )
18+ - Add additional ISO region domains (` us-iso-west-1 ` , ` us-isob-west-1 ` ) to alternate domains config
19+
20+ ### Removals
21+
22+ - Remove unused legacy ` _convert_expression ` method from JumpStart search (#5593 )
23+
224## v2.5.0 (2026-03-02)
325
426### Features
Original file line number Diff line number Diff line change 1- 2.5.0
2-
1+ 2.5.1
You can’t perform that action at this time.
0 commit comments