Skip to content

Commit 7e4d874

Browse files
Releasing version 2.93.0
Co-authored-by: Harsh Kumar <[email protected]>
1 parent f669c5b commit 7e4d874

File tree

1,027 files changed

+54132
-871
lines changed

Some content is hidden

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

1,027 files changed

+54132
-871
lines changed

CHANGELOG.md

+38
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,44 @@
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.93.0 - 2024-08-27
7+
### Added
8+
- Support for Delegate Access Control service
9+
- Support for upgrade and downgrade of shapes of high performance mount targets in the File Storage service
10+
- Support for private endpoints in the Object Storage service
11+
- Support for create, update, list and delete operations on scheduling policies and scheduling windows in the Database service
12+
- Support for specifying domains while creating data guard associations in the Database service
13+
- Support for provision of developer autonomous databases in the Database service
14+
- Support for upgrade of developer autonomous databases to paid autonomous databases in the Database service
15+
- Support for scheduling plans, actions, execution windows and execution actions for maintenance scheduling in the Database service
16+
- Support for cross-region replication of virtual vaults in the Key Management service
17+
- Support for listing all active service summaries in the Announcements service
18+
- Support for VMware major and minor version upgrades in VMware Solution service
19+
- Support for updating protected database subscriptions in the Autonomous Recovery service
20+
- Support for health insurance id as an allowed document type in the Document Understanding service
21+
- Support for advanced database management features for autonomous databases in the Database Management service
22+
- Support for propagating request ids to load balancer servers in the Load balancer service
23+
- Support for automatic update orders in Fusion Application as a Service
24+
25+
### Breaking Changes
26+
- The property `tenancyId` was removed from `DocumentKeyValueExtractionFeature` and `DocumentClassificationFeature` models in the Document Understanding service
27+
- The property `documentId` was removed from `DetectedDocumentType` in the Document Understanding service
28+
- The enum member `INSURANCE_CLAIM` was removed from the enum `DocumentType` in the Document Understanding service
29+
30+
## 2.92.0 - 2024-08-20
31+
### Added
32+
- Support for Fleet Application Management service
33+
- Support for creating maintenance runs using autonomous database software images in the Database service
34+
- Support for Object Storage buckets, Oracle databases, Oracle databases on exascale Infrastructure, autonomous container databases, and autonomous container databases on Cloud at Customer in the Disaster Recovery service
35+
- Support for multiple sharing modes in the OCI Cache service
36+
- Support for extended data retention periods for instances in the Integration Cloud service
37+
- Support for SQL watch and lifecycle management in the Database management service
38+
- Support for identity domains and feature sets in the Analytics Cloud service
39+
- Support for automatically extending the storage space for MySQL DB systems in pre-defined increments in the MySQL Database service
40+
41+
### Breaking Changes
42+
- The field `drPlanExecutionType` has been removed from the model `ListDrPlanExecutionsRequest` in the Disaster Recovery service
43+
644
## 2.91.1 - 2024-08-12
745
### Added
846
- Support for calling Oracle Cloud Infrastructure services in the `me-abudhabi-4` region

index.ts

+2
Original file line numberDiff line numberDiff line change
@@ -225,3 +225,5 @@ export import clusterplacementgroups = require("oci-clusterplacementgroups");
225225
export import marketplaceprivateoffer = require("oci-marketplaceprivateoffer");
226226
export import resourcescheduler = require("oci-resourcescheduler");
227227
export import demandsignal = require("oci-demandsignal");
228+
export import fleetappsmanagement = require("oci-fleetappsmanagement");
229+
export import delegateaccesscontrol = require("oci-delegateaccesscontrol");

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.91.1",
3+
"version": "2.93.0",
44
"description": "OCI NodeJS client for Access Governance Cp Service",
55
"repository": {
66
"type": "git",

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

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

0 commit comments

Comments
 (0)