Skip to content

Commit fcd1e70

Browse files
Releasing version 2.76.0
Releasing version 2.76.0
2 parents b3f0a01 + ee6ee66 commit fcd1e70

File tree

613 files changed

+10723
-1575
lines changed

Some content is hidden

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

613 files changed

+10723
-1575
lines changed

CHANGELOG.md

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

55
The format is based on [Keep a Changelog](http://keepachangelog.com/).
6+
## 2.76.0 - 2023-12-12
7+
### Added
8+
- Support for changing compartments of configurations in the PostgreSQL service
9+
- Support for granular policies including compartments, resource types, and recommendations in the Optimizer service
10+
- Support for token exchanges in the Identity Domains service
11+
- Support for Apache HTTP server discovery and monitoring in the Stack Monitoring service
12+
- Support for resource locking in the Data Catalog service
13+
- Support for concurrency throttling in the Data Integration service
14+
- Support for reboot migrations for VMs on dedicated hosts in the Compute service
15+
- Support for connection routing method settings and subnet update in the GoldenGate service
16+
- Support for data discovery of commonly used sensitive types in the Data Safe service
17+
- Support for incremental extract and updates to the workflows in the Data Integration service
18+
19+
### Breaking Changes
20+
- Support for default retries on the operations of the Optimizer service
21+
- Fields `etag` and `configuration` have been removed from response model `ChangeConfigurationCompartmentResponse` in the PostgreSQL service
22+
23+
624
## 2.75.0 - 2023-12-04
725
### Added
826
- Support for calling Oracle Cloud Infrastructure services in the eu-dcc-zurich-1 and the sa-bogota-1 region

lib/accessgovernancecp/lib/client.ts

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,12 @@ import * as requests from "./request";
1616
import * as model from "./model";
1717
import * as responses from "./response";
1818
import { AccessGovernanceCPWaiter } from "./accessgovernancecp-waiter";
19-
import { composeResponse, composeRequest, GenericRetrier } from "oci-common";
19+
import {
20+
composeResponse,
21+
composeRequest,
22+
GenericRetrier,
23+
developerToolConfiguration
24+
} from "oci-common";
2025

2126
// ===============================================
2227
// This file is autogenerated - Please do not edit
@@ -61,6 +66,13 @@ export class AccessGovernanceCPClient {
6166
? clientConfiguration.bodyDuplexMode
6267
: undefined;
6368
}
69+
70+
if (!developerToolConfiguration.isServiceEnabled("accessgovernancecp")) {
71+
let errmsg =
72+
"The developerToolConfiguration configuration disabled this service, this behavior is controlled by developerToolConfiguration.ociEnabledServiceSet variable. Please check if your local developer_tool_configuration file has configured the service you're targeting or contact the cloud provider on the availability of this service : ";
73+
throw errmsg.concat("accessgovernancecp");
74+
}
75+
6476
// if circuit breaker is not created, check if circuit breaker system is enabled to use default circuit breaker
6577
const specCircuitBreakerEnabled = true;
6678
if (

lib/accessgovernancecp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-accessgovernancecp",
3-
"version": "2.75.0",
3+
"version": "2.76.0",
44
"description": "OCI NodeJS client for Access Governance Cp Service",
55
"repository": {
66
"type": "git",

lib/adm/lib/client.ts

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,12 @@ import * as requests from "./request";
1616
import * as model from "./model";
1717
import * as responses from "./response";
1818
import { ApplicationDependencyManagementWaiter } from "./applicationdependencymanagement-waiter";
19-
import { composeResponse, composeRequest, GenericRetrier } from "oci-common";
19+
import {
20+
composeResponse,
21+
composeRequest,
22+
GenericRetrier,
23+
developerToolConfiguration
24+
} from "oci-common";
2025

2126
// ===============================================
2227
// This file is autogenerated - Please do not edit
@@ -60,6 +65,13 @@ export class ApplicationDependencyManagementClient {
6065
? clientConfiguration.bodyDuplexMode
6166
: undefined;
6267
}
68+
69+
if (!developerToolConfiguration.isServiceEnabled("adm")) {
70+
let errmsg =
71+
"The developerToolConfiguration configuration disabled this service, this behavior is controlled by developerToolConfiguration.ociEnabledServiceSet variable. Please check if your local developer_tool_configuration file has configured the service you're targeting or contact the cloud provider on the availability of this service : ";
72+
throw errmsg.concat("adm");
73+
}
74+
6375
// if circuit breaker is not created, check if circuit breaker system is enabled to use default circuit breaker
6476
const specCircuitBreakerEnabled = true;
6577
if (

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.75.0",
3+
"version": "2.76.0",
44
"description": "OCI NodeJS client for Adm Service",
55
"repository": {
66
"type": "git",

lib/aianomalydetection/lib/client.ts

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,12 @@ import * as requests from "./request";
1919
import * as model from "./model";
2020
import * as responses from "./response";
2121
import { AnomalyDetectionWaiter } from "./anomalydetection-waiter";
22-
import { composeResponse, composeRequest, GenericRetrier } from "oci-common";
22+
import {
23+
composeResponse,
24+
composeRequest,
25+
GenericRetrier,
26+
developerToolConfiguration
27+
} from "oci-common";
2328

2429
// ===============================================
2530
// This file is autogenerated - Please do not edit
@@ -64,6 +69,13 @@ export class AnomalyDetectionClient {
6469
? clientConfiguration.bodyDuplexMode
6570
: undefined;
6671
}
72+
73+
if (!developerToolConfiguration.isServiceEnabled("aianomalydetection")) {
74+
let errmsg =
75+
"The developerToolConfiguration configuration disabled this service, this behavior is controlled by developerToolConfiguration.ociEnabledServiceSet variable. Please check if your local developer_tool_configuration file has configured the service you're targeting or contact the cloud provider on the availability of this service : ";
76+
throw errmsg.concat("aianomalydetection");
77+
}
78+
6779
// if circuit breaker is not created, check if circuit breaker system is enabled to use default circuit breaker
6880
const specCircuitBreakerEnabled = true;
6981
if (

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

lib/aidocument/lib/client.ts

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,12 @@ import * as requests from "./request";
1616
import * as model from "./model";
1717
import * as responses from "./response";
1818
import { AIServiceDocumentWaiter } from "./aiservicedocument-waiter";
19-
import { composeResponse, composeRequest, GenericRetrier } from "oci-common";
19+
import {
20+
composeResponse,
21+
composeRequest,
22+
GenericRetrier,
23+
developerToolConfiguration
24+
} from "oci-common";
2025

2126
// ===============================================
2227
// This file is autogenerated - Please do not edit
@@ -61,6 +66,13 @@ export class AIServiceDocumentClient {
6166
? clientConfiguration.bodyDuplexMode
6267
: undefined;
6368
}
69+
70+
if (!developerToolConfiguration.isServiceEnabled("aidocument")) {
71+
let errmsg =
72+
"The developerToolConfiguration configuration disabled this service, this behavior is controlled by developerToolConfiguration.ociEnabledServiceSet variable. Please check if your local developer_tool_configuration file has configured the service you're targeting or contact the cloud provider on the availability of this service : ";
73+
throw errmsg.concat("aidocument");
74+
}
75+
6476
// if circuit breaker is not created, check if circuit breaker system is enabled to use default circuit breaker
6577
const specCircuitBreakerEnabled = true;
6678
if (

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.75.0",
3+
"version": "2.76.0",
44
"description": "OCI NodeJS client for Ai Document Service",
55
"repository": {
66
"type": "git",

lib/ailanguage/lib/client.ts

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,12 @@ import * as requests from "./request";
1919
import * as model from "./model";
2020
import * as responses from "./response";
2121
import { AIServiceLanguageWaiter } from "./aiservicelanguage-waiter";
22-
import { composeResponse, composeRequest, GenericRetrier } from "oci-common";
22+
import {
23+
composeResponse,
24+
composeRequest,
25+
GenericRetrier,
26+
developerToolConfiguration
27+
} from "oci-common";
2328

2429
// ===============================================
2530
// This file is autogenerated - Please do not edit
@@ -64,6 +69,13 @@ export class AIServiceLanguageClient {
6469
? clientConfiguration.bodyDuplexMode
6570
: undefined;
6671
}
72+
73+
if (!developerToolConfiguration.isServiceEnabled("ailanguage")) {
74+
let errmsg =
75+
"The developerToolConfiguration configuration disabled this service, this behavior is controlled by developerToolConfiguration.ociEnabledServiceSet variable. Please check if your local developer_tool_configuration file has configured the service you're targeting or contact the cloud provider on the availability of this service : ";
76+
throw errmsg.concat("ailanguage");
77+
}
78+
6779
// if circuit breaker is not created, check if circuit breaker system is enabled to use default circuit breaker
6880
const specCircuitBreakerEnabled = true;
6981
if (

0 commit comments

Comments
 (0)