Skip to content

Commit c0fd669

Browse files
authored
Merge branch 'master' into deepar-kix
2 parents fd64e36 + 621e70e commit c0fd669

26 files changed

+1564
-37
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
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+
24+
## v2.91.1 (2022-05-19)
25+
26+
### Bug Fixes and Other Changes
27+
28+
* Revert Prevent passing PipelineVariable object into image_uris.retrieve
29+
330
## v2.91.0 (2022-05-19)
431

532
### Features

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.91.1.dev0
1+
2.92.2.dev0

0 commit comments

Comments
 (0)