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: CHANGELOG.rst
+17
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,23 @@ Change Log
3
3
All notable changes to this project will be documented in this file.
4
4
5
5
The format is based on `Keep a Changelog <http://keepachangelog.com/>`_.
6
+
====================
7
+
2.86.0 - 2022-10-25
8
+
====================
9
+
10
+
Added
11
+
-----
12
+
* Support for the Disaster Recovery service
13
+
* Support for running code interactively with session applications using statements in the Data Flow service
14
+
* Support for language custom models and language translation in the AI Language service
15
+
16
+
Breaking
17
+
--------
18
+
* type `documents` is changed from `TextClassificationDocument` to `TextDocument` in `BatchDetectLanguageTextClassificationDetails` model in the AI Language service
19
+
* type `documents` is changed from `SentimentsDocument` to `TextDocument` in `BatchDetectLanguageSentimentsDetails` model in the AI Language service
20
+
* type `documents` is changed from `KeyPhraseDocument` to `TextDocument` in `BatchDetectLanguageKeyPhrasesDetails` model in the AI Language service
21
+
* type `documents` is changed from `EntityDocument` to `TextDocument` in `BatchDetectLanguageEntitiesDetails` model in the AI Language service
0 commit comments