Skip to content

Commit 1aaa1fa

Browse files
authored
Merge branch 'master' into sklearn-1.0-1-image
2 parents 27383ea + 621e70e commit 1aaa1fa

37 files changed

+1634
-99
lines changed

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
## v2.92.1 (2022-05-26)
4+
5+
### Bug Fixes and Other Changes
6+
7+
* pin protobuf to < 4.0 to fix breaking change
8+
9+
## v2.92.0 (2022-05-26)
10+
11+
### Features
12+
13+
* add 'Domain' property to RegisterModel step
14+
15+
### Bug Fixes and Other Changes
16+
17+
* support estimator output path parameterization
18+
* Add back Prevent passing PipelineVariable object into image_uris.retrieve
19+
* jumpstart amt tracking
20+
* fix missing register method params for framework models
21+
* fix docstring for decorated functions
22+
* Documents: add sagemaker model building pipeline readthedocs
23+
324
## v2.91.1 (2022-05-19)
425

526
### Bug Fixes and Other Changes

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.91.2.dev0
1+
2.92.2.dev0

0 commit comments

Comments
 (0)