Skip to content

Commit 4745b1e

Browse files
Releasing version 2.38.0
Releasing version 2.38.0
2 parents c9e021a + f00b4e4 commit 4745b1e

File tree

449 files changed

+9856
-449
lines changed

Some content is hidden

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

449 files changed

+9856
-449
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,29 @@ 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.38.0 - 2022-08-09
7+
### Added
8+
- Support for single-host software-defined data centers in the VMWare Solution service
9+
- Support for Java download and installation in the Java Management service
10+
- Support for lifecycle management for Windows in the Java Management service
11+
- Support for installation scripts in the Java Management service
12+
- Support for unlimited-installation keys in the Java Management service
13+
- Support for configuring automatic usage tracking in the Java Management service
14+
- Support for STANDARDX and ENTERPRISEX instance types in Integration service
15+
- Support for additional languages and multimedia formats in transcription jobs in the AI Speech service
16+
- Support for maintenance run history for Exadata Cloud at Customer in the Database service
17+
- Support for Optimizer statistics monitoring and management on various database administration operations in the Database Management service
18+
- Support for OCI Compute instances in the Operations Insights service
19+
- Support for moving resources in the Console Dashboard service
20+
- Support for round-robin alerting in the Application Performance Monitoring service
21+
- Support for aggregated network data of synthetic monitors in the Application Performance Monitoring service
22+
- Support for etags on operations in the Load Balancing service
23+
24+
### Breaking Changes
25+
- The enum `UsageUnit` was replaced by `UsageUnitEnum` in the Operations Insights service
26+
- Property `hostType` changed from type Array of `ListHostInsightsRequest.HostType` to Array of `string` in the model `ListHostInsightsRequest` in Operations Insights service.
27+
- Property `inventoryLog` changed from optional to required in the model `CreateFleetDetails` in Java Management Service
28+
629
## 2.37.0 - 2022-08-02
730
### Added
831
- Support for OpenSearch in the Search service

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.37.0",
3+
"version": "2.38.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.37.0",
3+
"version": "2.38.0",
44
"description": "OCI NodeJS client for Ai Anomaly Detection Service",
55
"repository": {
66
"type": "git",

lib/ailanguage/package.json

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

lib/aispeech/lib/model/create-transcription-job-details.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export interface CreateTranscriptionJobDetails {
3131
*/
3232
"description"?: string;
3333
/**
34-
* Transcription Format. By default JSON format will be considered.
34+
* Transcription Format. By default, the JSON format is used.
3535
*/
3636
"additionalTranscriptionFormats"?: Array<
3737
CreateTranscriptionJobDetails.AdditionalTranscriptionFormats

lib/aispeech/lib/model/object-list-file-input-location.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import * as model from "../model";
1515
import common = require("oci-common");
1616

1717
/**
18-
* An object in Object Storage that contains a list of input files.
18+
* Use this locationType when passing the location of the object storage in the request (where the WAV file is stored).
1919
*/
2020
export interface ObjectListFileInputLocation extends model.InputLocation {
2121
"objectLocation": model.ObjectLocation;

lib/aispeech/lib/model/object-list-inline-input-location.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import * as model from "../model";
1515
import common = require("oci-common");
1616

1717
/**
18-
* A list of object locations in Object Storage inline in request.
18+
* Use this locationType when passing the WAV file name in the request.
1919
*/
2020
export interface ObjectListInlineInputLocation extends model.InputLocation {
2121
/**

lib/aispeech/lib/model/transcription-model-details.ts

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,17 @@ export interface TranscriptionModelDetails {
2424
"domain"?: TranscriptionModelDetails.Domain;
2525
/**
2626
* Locale value as per given in [https://datatracker.ietf.org/doc/html/rfc5646].
27+
* - en-US: English - United States
28+
* - es-ES: Spanish - Spain
29+
* - pt-BR: Portuguese - Brazil
30+
* - en-GB: English - Great Britain
31+
* - en-AU: English - Australia
32+
* - en-IN: English - India
33+
* - hi-IN: Hindi - India
34+
* - fr-FR: French - France
35+
* - de-DE: German - Germany
36+
* - it-IT: Italian - Italy
37+
*
2738
*/
2839
"languageCode"?: TranscriptionModelDetails.LanguageCode;
2940
}
@@ -42,6 +53,13 @@ export namespace TranscriptionModelDetails {
4253
EnUs = "en-US",
4354
EsEs = "es-ES",
4455
PtBr = "pt-BR",
56+
EnGb = "en-GB",
57+
EnAu = "en-AU",
58+
EnIn = "en-IN",
59+
HiIn = "hi-IN",
60+
FrFr = "fr-FR",
61+
DeDe = "de-DE",
62+
ItIt = "it-IT",
4563
/**
4664
* This value is used if a service returns a value for this enum that is not recognized by this
4765
* version of the SDK.

lib/aispeech/lib/model/transcription-normalization.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import common = require("oci-common");
1919
*/
2020
export interface TranscriptionNormalization {
2121
/**
22-
* Whether to add punctuation in generated transcription. By default it is enabled.
22+
* Whether to add punctuation in the generated transcription. Enabled by default.
2323
*/
2424
"isPunctuationEnabled"?: boolean;
2525
/**

lib/aispeech/lib/model/transcription-task-summary.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ export interface TranscriptionTaskSummary {
3838
* Duration of input file in Seconds. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
3939
*/
4040
"fileDurationInSeconds"?: number;
41+
/**
42+
* Task proccessing duration, which excludes waiting time in the system. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
43+
*/
44+
"processingDurationInSeconds"?: number;
4145
/**
4246
* Task started time
4347
*/

0 commit comments

Comments
 (0)