Skip to content

Commit 69cef6d

Browse files
Releasing version 2.107.1
Releasing version 2.107.1
2 parents 368fd54 + e792b33 commit 69cef6d

File tree

180 files changed

+1160
-154
lines changed

Some content is hidden

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

180 files changed

+1160
-154
lines changed

Diff for: CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
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.107.1 - 2025-04-15
7+
### Added
8+
- Support for applying guardrails, enabling content moderation and detection of Prompt Injection and Personally Identifiable Information (PII) in the Generative AI Inference service
9+
- Support for providing customer contacts for operational notifications in the Database service
10+
611
## 2.107.0 - 2025-04-08
712
### Added
813
- Support for connector source and targets with private endpoints in the Resource Scheduler service

Diff for: lib/accessgovernancecp/package.json

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

Diff for: lib/adm/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-adm",
3-
"version": "2.107.0",
3+
"version": "2.107.1",
44
"description": "OCI NodeJS client for Adm Service",
55
"repository": {
66
"type": "git",

Diff for: lib/aianomalydetection/package.json

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

Diff for: lib/aidocument/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-aidocument",
3-
"version": "2.107.0",
3+
"version": "2.107.1",
44
"description": "OCI NodeJS client for Ai Document Service",
55
"repository": {
66
"type": "git",

Diff for: lib/ailanguage/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-ailanguage",
3-
"version": "2.107.0",
3+
"version": "2.107.1",
44
"description": "OCI NodeJS client for Ai Language Service",
55
"repository": {
66
"type": "git",

Diff for: lib/aispeech/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-aispeech",
3-
"version": "2.107.0",
3+
"version": "2.107.1",
44
"description": "OCI NodeJS client for Ai Speech Service",
55
"repository": {
66
"type": "git",

Diff for: lib/aivision/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-aivision",
3-
"version": "2.107.0",
3+
"version": "2.107.1",
44
"description": "OCI NodeJS client for Ai Vision Service",
55
"repository": {
66
"type": "git",

Diff for: lib/analytics/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-analytics",
3-
"version": "2.107.0",
3+
"version": "2.107.1",
44
"description": "OCI NodeJS client for Analytics Service",
55
"repository": {
66
"type": "git",

Diff for: lib/announcementsservice/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-announcementsservice",
3-
"version": "2.107.0",
3+
"version": "2.107.1",
44
"description": "OCI NodeJS client for Announcement Service",
55
"repository": {
66
"type": "git",

Diff for: lib/apigateway/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-apigateway",
3-
"version": "2.107.0",
3+
"version": "2.107.1",
44
"description": "OCI NodeJS client for API gateway service",
55
"repository": {
66
"type": "git",

Diff for: lib/apmconfig/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-apmconfig",
3-
"version": "2.107.0",
3+
"version": "2.107.1",
44
"description": "OCI NodeJS client for Apm Config Service",
55
"repository": {
66
"type": "git",

Diff for: lib/apmcontrolplane/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-apmcontrolplane",
3-
"version": "2.107.0",
3+
"version": "2.107.1",
44
"description": "OCI NodeJS client for Apm Control Plane Service",
55
"repository": {
66
"type": "git",

Diff for: lib/apmsynthetics/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-apmsynthetics",
3-
"version": "2.107.0",
3+
"version": "2.107.1",
44
"description": "OCI NodeJS client for Apm Synthetics Service",
55
"repository": {
66
"type": "git",

Diff for: lib/apmtraces/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-apmtraces",
3-
"version": "2.107.0",
3+
"version": "2.107.1",
44
"description": "OCI NodeJS client for Apm Traces Service",
55
"repository": {
66
"type": "git",

Diff for: lib/appmgmtcontrol/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-appmgmtcontrol",
3-
"version": "2.107.0",
3+
"version": "2.107.1",
44
"description": "OCI NodeJS client for Appmgmt Control Service",
55
"repository": {
66
"type": "git",

Diff for: lib/artifacts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-artifacts",
3-
"version": "2.107.0",
3+
"version": "2.107.1",
44
"description": "OCI NodeJS client for Artifacts Service",
55
"repository": {
66
"type": "git",

Diff for: lib/audit/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-audit",
3-
"version": "2.107.0",
3+
"version": "2.107.1",
44
"description": "OCI NodeJS client for Audit Service",
55
"repository": {
66
"type": "git",

Diff for: lib/autoscaling/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-autoscaling",
3-
"version": "2.107.0",
3+
"version": "2.107.1",
44
"description": "OCI NodeJS client for Autoscaling Service",
55
"repository": {
66
"type": "git",

Diff for: lib/bastion/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-bastion",
3-
"version": "2.107.0",
3+
"version": "2.107.1",
44
"description": "OCI NodeJS client for Bastion Service",
55
"repository": {
66
"type": "git",

Diff for: lib/bds/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-bds",
3-
"version": "2.107.0",
3+
"version": "2.107.1",
44
"description": "OCI NodeJS client for BDS Service",
55
"repository": {
66
"type": "git",

Diff for: lib/blockchain/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-blockchain",
3-
"version": "2.107.0",
3+
"version": "2.107.1",
44
"description": "OCI NodeJS client for Blockchain Service",
55
"repository": {
66
"type": "git",

Diff for: lib/budget/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-budget",
3-
"version": "2.107.0",
3+
"version": "2.107.1",
44
"description": "OCI NodeJS client for Budget Service",
55
"repository": {
66
"type": "git",

Diff for: lib/capacitymanagement/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-capacitymanagement",
3-
"version": "2.107.0",
3+
"version": "2.107.1",
44
"description": "OCI NodeJS client for Capacity Management Service",
55
"repository": {
66
"type": "git",

Diff for: lib/certificates/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-certificates",
3-
"version": "2.107.0",
3+
"version": "2.107.1",
44
"description": "OCI NodeJS client for Certificates Service",
55
"repository": {
66
"type": "git",

Diff for: lib/certificatesmanagement/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-certificatesmanagement",
3-
"version": "2.107.0",
3+
"version": "2.107.1",
44
"description": "OCI NodeJS client for Certificates Management Service",
55
"repository": {
66
"type": "git",

Diff for: lib/cims/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-cims",
3-
"version": "2.107.0",
3+
"version": "2.107.1",
44
"description": "OCI NodeJS client for Cims ",
55
"repository": {
66
"type": "git",

Diff for: lib/cloudbridge/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-cloudbridge",
3-
"version": "2.107.0",
3+
"version": "2.107.1",
44
"description": "OCI NodeJS client for Cloud Bridge Service",
55
"repository": {
66
"type": "git",

Diff for: lib/cloudguard/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-cloudguard",
3-
"version": "2.107.0",
3+
"version": "2.107.1",
44
"description": "OCI NodeJS client for Cloud Guard Service",
55
"repository": {
66
"type": "git",

Diff for: lib/cloudmigrations/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-cloudmigrations",
3-
"version": "2.107.0",
3+
"version": "2.107.1",
44
"description": "OCI NodeJS client for Cloud Migrations Service",
55
"repository": {
66
"type": "git",

Diff for: lib/clusterplacementgroups/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-clusterplacementgroups",
3-
"version": "2.107.0",
3+
"version": "2.107.1",
44
"description": "OCI NodeJS client for Cluster Placement Groups Service",
55
"repository": {
66
"type": "git",

Diff for: lib/common/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-common",
3-
"version": "2.107.0",
3+
"version": "2.107.1",
44
"description": "OCI Common module for NodeJS",
55
"repository": {
66
"type": "git",

Diff for: lib/computecloudatcustomer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-computecloudatcustomer",
3-
"version": "2.107.0",
3+
"version": "2.107.1",
44
"description": "OCI NodeJS client for Compute Cloud At Customer Service",
55
"repository": {
66
"type": "git",

Diff for: lib/computeinstanceagent/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-computeinstanceagent",
3-
"version": "2.107.0",
3+
"version": "2.107.1",
44
"description": "OCI NodeJS client for Compute Instance Agent Service",
55
"repository": {
66
"type": "git",

Diff for: lib/containerengine/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-containerengine",
3-
"version": "2.107.0",
3+
"version": "2.107.1",
44
"description": "OCI NodeJS client for Container Engine",
55
"repository": {
66
"type": "git",

Diff for: lib/containerinstances/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-containerinstances",
3-
"version": "2.107.0",
3+
"version": "2.107.1",
44
"description": "OCI NodeJS client for Container Instances Service",
55
"repository": {
66
"type": "git",

Diff for: lib/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-core",
3-
"version": "2.107.0",
3+
"version": "2.107.1",
44
"description": "OCI NodeJS client for Core",
55
"repository": {
66
"type": "git",

Diff for: lib/dashboardservice/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-dashboardservice",
3-
"version": "2.107.0",
3+
"version": "2.107.1",
44
"description": "OCI NodeJS client for Dashboard Service Service",
55
"repository": {
66
"type": "git",

Diff for: lib/database/lib/model/autonomous-container-database-summary.ts

+17
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ export interface AutonomousContainerDatabaseSummary {
3232
* The user-provided name for the Autonomous Container Database.
3333
*/
3434
"displayName": string;
35+
/**
36+
* Customer Contacts. Setting this to an empty list removes all customer contacts.
37+
*
38+
*/
39+
"customerContacts"?: Array<model.CustomerContact>;
3540
/**
3641
* **Deprecated.** The {@code DB_UNIQUE_NAME} value is set by Oracle Cloud Infrastructure. Do not specify a value for this parameter. Specifying a value for this field will cause Terraform operations to fail.
3742
*
@@ -369,6 +374,12 @@ export namespace AutonomousContainerDatabaseSummary {
369374
const jsonObj = {
370375
...obj,
371376
...{
377+
"customerContacts": obj.customerContacts
378+
? obj.customerContacts.map(item => {
379+
return model.CustomerContact.getJsonObj(item);
380+
})
381+
: undefined,
382+
372383
"keyHistoryEntry": obj.keyHistoryEntry
373384
? obj.keyHistoryEntry.map(item => {
374385
return model.AutonomousDatabaseKeyHistoryEntry.getJsonObj(item);
@@ -413,6 +424,12 @@ export namespace AutonomousContainerDatabaseSummary {
413424
const jsonObj = {
414425
...obj,
415426
...{
427+
"customerContacts": obj.customerContacts
428+
? obj.customerContacts.map(item => {
429+
return model.CustomerContact.getDeserializedJsonObj(item);
430+
})
431+
: undefined,
432+
416433
"keyHistoryEntry": obj.keyHistoryEntry
417434
? obj.keyHistoryEntry.map(item => {
418435
return model.AutonomousDatabaseKeyHistoryEntry.getDeserializedJsonObj(item);

Diff for: lib/database/lib/model/autonomous-container-database.ts

+17
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ export interface AutonomousContainerDatabase {
2828
* The user-provided name for the Autonomous Container Database.
2929
*/
3030
"displayName": string;
31+
/**
32+
* Customer Contacts. Setting this to an empty list removes all customer contacts.
33+
*
34+
*/
35+
"customerContacts"?: Array<model.CustomerContact>;
3136
/**
3237
* **Deprecated.** The {@code DB_UNIQUE_NAME} value is set by Oracle Cloud Infrastructure. Do not specify a value for this parameter. Specifying a value for this field will cause Terraform operations to fail.
3338
*
@@ -365,6 +370,12 @@ export namespace AutonomousContainerDatabase {
365370
const jsonObj = {
366371
...obj,
367372
...{
373+
"customerContacts": obj.customerContacts
374+
? obj.customerContacts.map(item => {
375+
return model.CustomerContact.getJsonObj(item);
376+
})
377+
: undefined,
378+
368379
"keyHistoryEntry": obj.keyHistoryEntry
369380
? obj.keyHistoryEntry.map(item => {
370381
return model.AutonomousDatabaseKeyHistoryEntry.getJsonObj(item);
@@ -409,6 +420,12 @@ export namespace AutonomousContainerDatabase {
409420
const jsonObj = {
410421
...obj,
411422
...{
423+
"customerContacts": obj.customerContacts
424+
? obj.customerContacts.map(item => {
425+
return model.CustomerContact.getDeserializedJsonObj(item);
426+
})
427+
: undefined,
428+
412429
"keyHistoryEntry": obj.keyHistoryEntry
413430
? obj.keyHistoryEntry.map(item => {
414431
return model.AutonomousDatabaseKeyHistoryEntry.getDeserializedJsonObj(item);

0 commit comments

Comments
 (0)