Skip to content

Commit d631efd

Browse files
Releasing version 2.54.0
Releasing version 2.54.0
2 parents 41c82e8 + 08115d4 commit d631efd

File tree

228 files changed

+2834
-234
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

228 files changed

+2834
-234
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file.
33

44
The format is based on [Keep a Changelog](http://keepachangelog.com/).
55

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+
625
## 2.53.1 - 2023-02-28
726
### Added
827
- 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

lib/adm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-adm",
3-
"version": "2.53.1",
3+
"version": "2.54.0",
44
"description": "OCI NodeJS client for Adm Service",
55
"repository": {
66
"type": "git",

lib/aianomalydetection/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-aianomalydetection",
3-
"version": "2.53.1",
3+
"version": "2.54.0",
44
"description": "OCI NodeJS client for Ai Anomaly Detection Service",
55
"repository": {
66
"type": "git",

lib/aidocument/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-aidocument",
3-
"version": "2.53.1",
3+
"version": "2.54.0",
44
"description": "OCI NodeJS client for Ai Document Service",
55
"repository": {
66
"type": "git",

lib/ailanguage/lib/client.ts

Lines changed: 11 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1453,12 +1453,10 @@ Limitations:
14531453
}
14541454

14551455
/**
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).
14581458
* <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)
14621460
* <p>
14631461
Limitations:
14641462
* - A record may be up to 1000 characters long.
@@ -1542,10 +1540,8 @@ Limitations:
15421540
}
15431541

15441542
/**
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.
15491545
* <p>
15501546
Limitations:
15511547
* - A text may be up to 1000 characters long.
@@ -1632,10 +1628,8 @@ Limitations:
16321628
}
16331629

16341630
/**
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.
16391633
* <p>
16401634
Limitations:
16411635
* - A record may be up to 1000 characters long.
@@ -1719,10 +1713,8 @@ Limitations:
17191713
}
17201714

17211715
/**
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.
17261718
* <p>
17271719
For aspect-based sentiment analysis, a set of aspects and their respective sentiment is returned.
17281720
* <p>
@@ -1812,10 +1804,8 @@ Limitations:
18121804
}
18131805

18141806
/**
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.
18191809
* <p>
18201810
Learn more about text classification [here](https://docs.cloud.oracle.com/iaas/language/using/pretrain-models.htm#text-class).
18211811
* <p>

lib/ailanguage/lib/model/batch-language-translation-details.ts

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,32 @@ export interface BatchLanguageTranslationDetails {
2626
*/
2727
"compartmentId"?: string;
2828
/**
29-
* Language code per the [ISO 639-1](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes) standard.
29+
* Language code supported
30+
* Automatically detect language - auto
31+
* Arabic - ar
32+
* Brazilian Portuguese - pt-BR
33+
* Czech - cs
34+
* Danish - da
35+
* Dutch - nl
36+
* English - en
37+
* Finnish - fi
38+
* French - fr
39+
* Canadian French - fr-CA
40+
* German - de
41+
* Italian - it
42+
* Japanese - ja
43+
* Korean - ko
44+
* Norwegian - no
45+
* Polish - pl
46+
* Romanian - ro
47+
* Simplified Chinese - zh-CN
48+
* Spanish - es
49+
* Swedish - sv
50+
* Traditional Chinese - zh-TW
51+
* Turkish - tr
52+
* Greek - el
53+
* Hebrew - he
54+
*
3055
*/
3156
"targetLanguageCode"?: string;
3257
/**

lib/ailanguage/lib/model/entity-document-result.ts

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,32 @@ export interface EntityDocumentResult {
3030
*/
3131
"entities": Array<model.HierarchicalEntity>;
3232
/**
33-
* Language code per the [ISO 639-1](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes) standard.
33+
* Language code supported
34+
* Automatically detect language - auto
35+
* Arabic - ar
36+
* Brazilian Portuguese - pt-BR
37+
* Czech - cs
38+
* Danish - da
39+
* Dutch - nl
40+
* English - en
41+
* Finnish - fi
42+
* French - fr
43+
* Canadian French - fr-CA
44+
* German - de
45+
* Italian - it
46+
* Japanese - ja
47+
* Korean - ko
48+
* Norwegian - no
49+
* Polish - pl
50+
* Romanian - ro
51+
* Simplified Chinese - zh-CN
52+
* Spanish - es
53+
* Swedish - sv
54+
* Traditional Chinese - zh-TW
55+
* Turkish - tr
56+
* Greek - el
57+
* Hebrew - he
58+
*
3459
*/
3560
"languageCode": string;
3661
}

lib/ailanguage/lib/model/key-phrase-document-result.ts

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,32 @@ export interface KeyPhraseDocumentResult {
3030
*/
3131
"keyPhrases": Array<model.KeyPhrase>;
3232
/**
33-
* Language code per the [ISO 639-1](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes) standard.
33+
* Language code supported
34+
* Automatically detect language - auto
35+
* Arabic - ar
36+
* Brazilian Portuguese - pt-BR
37+
* Czech - cs
38+
* Danish - da
39+
* Dutch - nl
40+
* English - en
41+
* Finnish - fi
42+
* French - fr
43+
* Canadian French - fr-CA
44+
* German - de
45+
* Italian - it
46+
* Japanese - ja
47+
* Korean - ko
48+
* Norwegian - no
49+
* Polish - pl
50+
* Romanian - ro
51+
* Simplified Chinese - zh-CN
52+
* Spanish - es
53+
* Swedish - sv
54+
* Traditional Chinese - zh-TW
55+
* Turkish - tr
56+
* Greek - el
57+
* Hebrew - he
58+
*
3459
*/
3560
"languageCode": string;
3661
}

lib/ailanguage/lib/model/pii-entity-document-result.ts

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,32 @@ export interface PiiEntityDocumentResult {
3434
*/
3535
"maskedText": string;
3636
/**
37-
* Language code per the [ISO 639-1](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes) standard.
37+
* Language code supported
38+
* Automatically detect language - auto
39+
* Arabic - ar
40+
* Brazilian Portuguese - pt-BR
41+
* Czech - cs
42+
* Danish - da
43+
* Dutch - nl
44+
* English - en
45+
* Finnish - fi
46+
* French - fr
47+
* Canadian French - fr-CA
48+
* German - de
49+
* Italian - it
50+
* Japanese - ja
51+
* Korean - ko
52+
* Norwegian - no
53+
* Polish - pl
54+
* Romanian - ro
55+
* Simplified Chinese - zh-CN
56+
* Spanish - es
57+
* Swedish - sv
58+
* Traditional Chinese - zh-TW
59+
* Turkish - tr
60+
* Greek - el
61+
* Hebrew - he
62+
*
3863
*/
3964
"languageCode": string;
4065
}

lib/ailanguage/lib/model/sentiment-document-result.ts

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,32 @@ export interface SentimentDocumentResult {
4444
*/
4545
"sentences"?: Array<model.SentimentSentence>;
4646
/**
47-
* Language code per the [ISO 639-1](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes) standard.
47+
* Language code supported
48+
* Automatically detect language - auto
49+
* Arabic - ar
50+
* Brazilian Portuguese - pt-BR
51+
* Czech - cs
52+
* Danish - da
53+
* Dutch - nl
54+
* English - en
55+
* Finnish - fi
56+
* French - fr
57+
* Canadian French - fr-CA
58+
* German - de
59+
* Italian - it
60+
* Japanese - ja
61+
* Korean - ko
62+
* Norwegian - no
63+
* Polish - pl
64+
* Romanian - ro
65+
* Simplified Chinese - zh-CN
66+
* Spanish - es
67+
* Swedish - sv
68+
* Traditional Chinese - zh-TW
69+
* Turkish - tr
70+
* Greek - el
71+
* Hebrew - he
72+
*
4873
*/
4974
"languageCode": string;
5075
}

0 commit comments

Comments
 (0)