Skip to content

Commit 53ac924

Browse files
author
ci
committed
prepare release v1.50.0
1 parent 417c154 commit 53ac924

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
## v1.50.0 (2020-01-06)
4+
5+
### Features
6+
7+
* allow disabling debugger_hook_config
8+
9+
### Bug fixes and other changes
10+
11+
* relax urllib3 and requests restrictions.
12+
* Add uri as return statement for upload_string_as_file_body
13+
* refactor logic in fw_utils and fill in docstrings
14+
* increase poll from 5 to 30 for DescribeEndpoint lambda.
15+
* fix test_auto_ml tests for regions without ml.c4.xlarge hosts.
16+
* fix test_processing for regions without m4.xlarge instances.
17+
* reduce test's describe frequency to eliminate throttling error.
18+
* Increase number of retries when describing an endpoint since tf-2.0 has larger images and takes longer to start.
19+
20+
### Documentation changes
21+
22+
* generalize Model Monitor documentation from SageMaker Studio tutorial
23+
324
## v1.49.0 (2019-12-23)
425

526
### Features

VERSION

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

0 commit comments

Comments
 (0)