Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
# Changelog
## v3.15.1 (2026-07-09)

### New Features

- feat: Add granular telemetry signals decorator params and error classification (#5963)

### Bug Fixes

- fix: always apply evaluator identity keywords and allow explicit domain_id (#5989)
- fix: ModelBuilder resolves private hub artifacts correctly (#5985)
- fix: refresh LLMAsJudgeEvaluator allowed evaluator models (#5987)
- fix: define LAMBDA_ARN_REGEX in finetune_utils to fix RLVRTrainer NameError (#5988)
Expand All @@ -23,6 +28,7 @@
- Add Triton Server v26.05 image URI config (#5999)
- Add sklearn 1.4-2-py312 and xgboost 3.2-0 image URI configs (#6008)
- test: Fix/v3 tests (#5996)
- test: wip nova hyperpod integ tests (#5990)

## v3.15.0 (2026-06-22)

Expand Down
4 changes: 4 additions & 0 deletions sagemaker-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog
## v2.15.1 (2026-07-09)

### New Features

- feat: Add granular telemetry signals decorator params and error classification (#5963)

### Bug Fixes

- fix: Correct DJL-LMI ISO/ADC accounts + add THF/ISO-E (djl-lmi, huggingface-llm-neuronx) (#5980)
Expand Down
4 changes: 3 additions & 1 deletion sagemaker-mlops/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Changelog
## v1.15.1 (2026-07-09)

- Update module dependencies
### New Features

- feat: Add granular telemetry signals decorator params and error classification (#5963)

## v1.15.0 (2026-06-22)

Expand Down
4 changes: 4 additions & 0 deletions sagemaker-serve/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog
## v1.15.1 (2026-07-09)

### New Features

- feat: Add granular telemetry signals decorator params and error classification (#5963)

### Bug Fixes

- fix: ModelBuilder resolves private hub artifacts correctly (#5985)
Expand Down
6 changes: 6 additions & 0 deletions sagemaker-train/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
# Changelog
## v1.15.1 (2026-07-09)

### New Features

- feat: Add granular telemetry signals decorator params and error classification (#5963)

### Bug Fixes

- fix: always apply evaluator identity keywords and allow explicit domain_id (#5989)
- fix: refresh LLMAsJudgeEvaluator allowed evaluator models (#5987)
- fix: define LAMBDA_ARN_REGEX in finetune_utils to fix RLVRTrainer NameError (#5988)
- fix: RLVR validation bugfix (#6000)
Expand All @@ -11,6 +16,7 @@
### Other

- test: Fix/v3 tests (#5996)
- test: wip nova hyperpod integ tests (#5990)

## v1.15.0 (2026-06-22)

Expand Down
Loading