Skip to content

Commit 0b61001

Browse files
authored
TC 23367/release notes 2.7.3 (#61)
2 parents e4668a1 + 2b031d5 commit 0b61001

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

docs/source/release_notes.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22
Release Notes
33
=============
44

5+
2.7.3
6+
-----
7+
Release date: January 18, 2023
8+
9+
* Added support for the :doc:`model version set <./user_guide/model_version_set/index>` feature.
10+
* Added ``--job-info`` option to ``ads opctl run`` CLI to save job run information to a YAML file.
11+
* 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.
12+
* Fixed a bug in ``to_sql()``. The string length for the column created in Oracle Database table was counting characters, not bytes.
13+
* 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.
14+
515
2.7.2
616
-----
717
Release date: December 20, 2022

docs/source/user_guide/model_version_set/index.rst

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
.. _model version set:
22

3-
########################
4-
Model Version Set |beta|
5-
########################
6-
7-
.. |beta| image:: ../../_static/badge_beta.svg
3+
#################
4+
Model Version Set
5+
#################
86

97

108
.. toctree::

0 commit comments

Comments
 (0)