Skip to content

Commit f3dacdb

Browse files
committed
update the release notes
1 parent 71ed51e commit f3dacdb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/source/release_notes.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Release date: January 18, 2023
1010
* Added ``--job-info`` option to ``ads opctl run`` CLI to save job run information to a YAML file.
1111
* Added the `AuthContext <./ads.common.html#ads.common.auth.OCIAuthContext>`__ class. It supports API key configuration, resource principal, and instance principal authentication. In addition, predefined signers, callable signers, or API keys configurations from specified locations.
1212
* Added `restart_deployment() <./ads.model.html#ads.model.generic_model.GenericModel.restart_deployment>`__ method to the :doc:`framework-specific <./user_guide/model_registration/framework_specific_instruction>` classes. Update model deployment associated with the model.
13+
* Added `activate() <./ads.catalog.html#ads.catalog.model.Model.activate>`__ and `deactivate() <./ads.catalog.html#ads.catalog.model.Model.deactivate>`__ method to the `model deployment <./ads.catalog.html#ads.catalog.model.Model.deactivate>`__ classes.
1314
* Fixed a bug in ``to_sql()``. The string length for the column created in Oracle Database table was counting characters, not bytes.
1415
* Fixed a bug where any exception that occurred in a notebook cell printed "ADS Exception" even if the ADS code was not responsible for the error.
1516

0 commit comments

Comments
 (0)