You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/release_notes.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ Release date: January 18, 2023
8
8
9
9
* Added support for the `MVS (Model Version Set) <./ads.model_version_set.index>`__ feature.
10
10
* Added --job-info option to ads opctl run CLI to save job run information to a YAML file.
11
-
* Added `AuthContext <./ads.common.auth.OCIAuthContext>`__ class with support for api key configuration, resource principal, and instance principal authentication, as well as predefined signers, callable signers, or api keys configurations from specified locations.
11
+
* Added `AuthContext <./ads.common.html#ads.common.auth.OCIAuthContext>`__ class with support for api key configuration, resource principal, and instance principal authentication, as well as predefined signers, callable signers, or api keys configurations from specified locations.
12
12
* Fixed a bug in to_sql(). The string length for the column created in Oracle Database table was counting characters, not bytes.
13
13
* Fixed a bug where any exception that occurred in a notebook cell would print “ADS Exception” even if ADS code was not responsible for the error.
0 commit comments