Skip to content

Commit

Permalink
Merge pull request #317 from oracle/release_2024-08-27
Browse files Browse the repository at this point in the history
Releasing version 2.93.0
  • Loading branch information
joshunter authored Aug 28, 2024
2 parents f669c5b + 7e4d874 commit 1d8173a
Show file tree
Hide file tree
Showing 1,027 changed files with 54,132 additions and 871 deletions.
38 changes: 38 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,44 @@
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/).
## 2.93.0 - 2024-08-27
### Added
- Support for Delegate Access Control service
- Support for upgrade and downgrade of shapes of high performance mount targets in the File Storage service
- Support for private endpoints in the Object Storage service
- Support for create, update, list and delete operations on scheduling policies and scheduling windows in the Database service
- Support for specifying domains while creating data guard associations in the Database service
- Support for provision of developer autonomous databases in the Database service
- Support for upgrade of developer autonomous databases to paid autonomous databases in the Database service
- Support for scheduling plans, actions, execution windows and execution actions for maintenance scheduling in the Database service
- Support for cross-region replication of virtual vaults in the Key Management service
- Support for listing all active service summaries in the Announcements service
- Support for VMware major and minor version upgrades in VMware Solution service
- Support for updating protected database subscriptions in the Autonomous Recovery service
- Support for health insurance id as an allowed document type in the Document Understanding service
- Support for advanced database management features for autonomous databases in the Database Management service
- Support for propagating request ids to load balancer servers in the Load balancer service
- Support for automatic update orders in Fusion Application as a Service

### Breaking Changes
- The property `tenancyId` was removed from `DocumentKeyValueExtractionFeature` and `DocumentClassificationFeature` models in the Document Understanding service
- The property `documentId` was removed from `DetectedDocumentType` in the Document Understanding service
- The enum member `INSURANCE_CLAIM` was removed from the enum `DocumentType` in the Document Understanding service

## 2.92.0 - 2024-08-20
### Added
- Support for Fleet Application Management service
- Support for creating maintenance runs using autonomous database software images in the Database service
- 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
- Support for multiple sharing modes in the OCI Cache service
- Support for extended data retention periods for instances in the Integration Cloud service
- Support for SQL watch and lifecycle management in the Database management service
- Support for identity domains and feature sets in the Analytics Cloud service
- Support for automatically extending the storage space for MySQL DB systems in pre-defined increments in the MySQL Database service

### Breaking Changes
- The field `drPlanExecutionType` has been removed from the model `ListDrPlanExecutionsRequest` in the Disaster Recovery service

## 2.91.1 - 2024-08-12
### Added
- Support for calling Oracle Cloud Infrastructure services in the `me-abudhabi-4` region
Expand Down
2 changes: 2 additions & 0 deletions index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -225,3 +225,5 @@ export import clusterplacementgroups = require("oci-clusterplacementgroups");
export import marketplaceprivateoffer = require("oci-marketplaceprivateoffer");
export import resourcescheduler = require("oci-resourcescheduler");
export import demandsignal = require("oci-demandsignal");
export import fleetappsmanagement = require("oci-fleetappsmanagement");
export import delegateaccesscontrol = require("oci-delegateaccesscontrol");
2 changes: 1 addition & 1 deletion lib/accessgovernancecp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "oci-accessgovernancecp",
"version": "2.91.1",
"version": "2.93.0",
"description": "OCI NodeJS client for Access Governance Cp Service",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion lib/adm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "oci-adm",
"version": "2.91.1",
"version": "2.93.0",
"description": "OCI NodeJS client for Adm Service",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion lib/aianomalydetection/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "oci-aianomalydetection",
"version": "2.91.1",
"version": "2.93.0",
"description": "OCI NodeJS client for Ai Anomaly Detection Service",
"repository": {
"type": "git",
Expand Down
Loading

0 comments on commit 1d8173a

Please sign in to comment.