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.md
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file.
3
3
4
4
The format is based on [Keep a Changelog](http://keepachangelog.com/).
5
5
6
+
## 2.54.0 - 2023-03-07
7
+
### Added
8
+
- Support for creating and updating autonomous database long-term backup schedules in the Database service
9
+
- Support for creating, updating, and deleting autonomous database long-term backups in the Database service
10
+
- Support for model deployment resources to use customized container images containing runtime dependencies of ML models and custom web servers to handle inference requests in the Data Science service
11
+
- Support for using the compartmentIdInSubtree parameter when summarizing management agent counts in the Management Agent Cloud service
12
+
- Support for getting agent property details in the Management Agent Cloud service
13
+
- Support for filtering by gateway ID when listing agents in the Management Agent Cloud service
14
+
- Support for the Hebrew and Greek languages during AI language text translation in the AI Language service
15
+
- Support for auto-detection when analyzing text with pre-trained models in the AI Language service
16
+
- Support for specifying update operation constraints when updating an instance in the Compute Service
17
+
- Support for disaster recovery in the Content Management service
18
+
- Support for advanced autonomous databases insights in the Operations Insights service
19
+
20
+
### Breaking Changes
21
+
- Support for retries by default on operations of the Analytics Cloud service
22
+
- The enum member `Active` was removed from the enum `LifecycleDetails` in the `LifecycleDetails` model in the Content Management service
23
+
24
+
6
25
## 2.53.1 - 2023-02-28
7
26
### Added
8
27
- Support for calling Oracle Cloud Infrastructure services in the eu-dcc-rating-1, eu-dcc-rating-2, eu-dcc-dublin-1, eu-dcc-dublin-2, and eu-dcc-milan-2 regions
Copy file name to clipboardExpand all lines: lib/ailanguage/lib/client.ts
+11-21Lines changed: 11 additions & 21 deletions
Original file line number
Diff line number
Diff line change
@@ -1453,12 +1453,10 @@ Limitations:
1453
1453
}
1454
1454
1455
1455
/**
1456
-
* **Deprecated**: This API will be retired Tuesday, 10 Oct 2023 00:00:00 GMT.
1457
-
* We recommend you replace this API with the batch API, [BatchDetectDominantLanguage](https://docs.cloud.oracle.com/iaas/api/#/en/language/20221001/BatchDetectDominantLanguage/BatchDetectDominantLanguage).
1456
+
* This API will be retired on Monday, 10 Oct 2023 00:00:00 GMT
1457
+
* The API returns the detected language and a related confidence score (between 0 and 1).
1458
1458
* <p>
1459
-
The DetectDominantLanguage API returns the detected language and a related confidence score (between 0 and 1).
1460
-
* <p>
1461
-
[List of supported languages](https://docs.cloud.oracle.com/iaas/language/using/pretrain-models.htm#lang-detect)
1459
+
[List of supported languages.](https://docs.cloud.oracle.com/iaas/language/using/pretrain-models.htm#lang-detect)
1462
1460
* <p>
1463
1461
Limitations:
1464
1462
* - A record may be up to 1000 characters long.
@@ -1542,10 +1540,8 @@ Limitations:
1542
1540
}
1543
1541
1544
1542
/**
1545
-
* **Deprecated**: This API will be retired Tuesday, 10 Oct 2023 00:00:00 GMT.
1546
-
* We recommend you replace this API with the batch API, [BatchDetectLanguageEntities](https://docs.cloud.oracle.com/iaas/api/#/en/language/20221001/BatchDetectLanguageEntities/BatchDetectLanguageEntities).
1547
-
* <p>
1548
-
The DetectLanguageEntities API extracts entities in text records. For each entity, its type and confidence score (between 0 and 1) is returned.
1543
+
* This API will be retired on Monday, 10 Oct 2023 00:00:00 GMT
1544
+
* The API extracts entities in text records. For each entity, its type and confidence score (between 0 and 1) is returned.
1549
1545
* <p>
1550
1546
Limitations:
1551
1547
* - A text may be up to 1000 characters long.
@@ -1632,10 +1628,8 @@ Limitations:
1632
1628
}
1633
1629
1634
1630
/**
1635
-
* **Deprecated**: This API will be retired Tuesday, 10 Oct 2023 00:00:00 GMT.
1636
-
* We recommend you replace this API with the batch API, [BatchDetectLanguageKeyPhrases](https://docs.cloud.oracle.com/iaas/api/#/en/language/20221001/BatchDetectLanguageKeyPhrases/BatchDetectLanguageKeyPhrases).
1637
-
* <p>
1638
-
The DetectLanguageKeyPhrases API extracts key-phrases in text records. For each key-phrase, a score (between 0 and 1) is returned that highlights the importance of the key-phrase in the context of the text.
1631
+
* This API will be retired on Monday, 10 Oct 2023 00:00:00 GMT
1632
+
* The API extracts key-phrases in text records. For each key-phrase, a score (between 0 and 1) is returned that highlights the importance of the key-phrase in the context of the text.
1639
1633
* <p>
1640
1634
Limitations:
1641
1635
* - A record may be up to 1000 characters long.
@@ -1719,10 +1713,8 @@ Limitations:
1719
1713
}
1720
1714
1721
1715
/**
1722
-
* **Deprecated**: This API will be retired Tuesday, 10 Oct 2023 00:00:00 GMT.
1723
-
* We recommend you replace this API with the batch API, [BatchDetectLanguageSentiments](https://docs.cloud.oracle.com/iaas/api/#/en/language/20221001/BatchDetectLanguageSentiments/BatchDetectLanguageSentiments).
1724
-
* <p>
1725
-
The DetectLanguageSentiments API extracts aspect-based in text records.
1716
+
* This API will be retired on Monday, 10 Oct 2023 00:00:00 GMT
1717
+
* The API extracts aspect-based in text records.
1726
1718
* <p>
1727
1719
For aspect-based sentiment analysis, a set of aspects and their respective sentiment is returned.
1728
1720
* <p>
@@ -1812,10 +1804,8 @@ Limitations:
1812
1804
}
1813
1805
1814
1806
/**
1815
-
* **Deprecated**: This API will be retired Tuesday, 10 Oct 2023 00:00:00 GMT.
1816
-
* We recommend you replace this API with the batch API, [BatchDetectLanguageTextClassification](https://docs.cloud.oracle.com/iaas/api/#/en/language/20221001/BatchDetectLanguageTextClassification/BatchDetectLanguageTextClassification).
1817
-
* <p>
1818
-
The DetectLanguageTextClassification API automatically classifies text into a set of pre-determined classes and sub-classes. A single class/subclass is returned for each record classified.
1807
+
* This API will be retired on Monday, 10 Oct 2023 00:00:00 GMT
1808
+
* The API automatically classifies text into a set of pre-determined classes and sub-classes. A single class/subclass is returned for each record classified.
1819
1809
* <p>
1820
1810
Learn more about text classification [here](https://docs.cloud.oracle.com/iaas/language/using/pretrain-models.htm#text-class).
0 commit comments