Skip to content

Commit 8034839

Browse files
Releasing version 2.111.0
Releasing version 2.111.0
2 parents 3d2e872 + 3e7b0ff commit 8034839

File tree

357 files changed

+8911
-433
lines changed

Some content is hidden

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

357 files changed

+8911
-433
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@
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.111.0 - 2025-06-03
7+
### Added
8+
- Support for creating auto Autonomous Container Database backups in a remote region in the Database service
9+
- Support for creating new Autonomous Container Databases from a backup in the remote region in the Database service
10+
- Support for input/output token usage information in the Generative AI Agent service
11+
- Support for standby connection in the Database Management service
12+
- Support for additional metrics, including replication metrics, in the Database Management service
13+
- Support for replication dashboard in the Database Management service
14+
- Support for soft-deleting backups in the HeatWave service
15+
- Support for additional connections types for Oracle Rest Data Services (ORDS), Apache Iceberg, and IBM Db2 for i in the Golden Gate service
16+
17+
### Breaking Changes
18+
- The properties `customerContacts`, `displayName`, `dbUniqueName`, `dbName`, `serviceLevelAgreementType`, `autonomousExadataInfrastructureId`, `dbVersion`, `databaseSoftwareImageId`, `peerAutonomousExadataInfrastructureId`, `peerAutonomousContainerDatabaseDisplayName`, `peerAutonomousContainerDatabaseDisplayName;`, `protectionMode`, `fastStartFailOverLagLimitInSeconds`, `isAutomaticFailoverEnabled`, `peerCloudAutonomousVmClusterId`, `peerAutonomousVmClusterId`, `peerAutonomousContainerDatabaseCompartmentId`, `peerAutonomousContainerDatabaseCompartmentId;`, `peerAutonomousContainerDatabaseBackupConfig`, `peerAutonomousContainerDatabaseBackupConfig;`, `peerDbUniqueName`, `autonomousVmClusterId`, `cloudAutonomousVmClusterId`, `compartmentId`, `patchModel`, `maintenanceWindowDetails`, `standbyMaintenanceBufferInDays`, `versionPreference`, `isDstFileUpdateEnabled`, `freeformTags`, `definedTags`, `backupConfig`, `kmsKeyId`, `kmsKeyVersionId`, `vaultId`, `keyStoreId`, `dbSplitThreshold`, `vmFailoverReservation`, `distributionAffinity` and `netServicesArchitecture` have been removed from the model `CreateAutonomousContainerDatabaseDetails` and moved into the base class model `CreateAutonomousContainerDatabaseBase` in the Database service
19+
- The enum classes `ServiceLevelAgreementType`, `ProtectionMode`, `PatchModel`, `VersionPreference`, `DistributionAffinity` and `NetServicesArchitecture` have been removed from model `CreateAutonomousContainerDatabaseDetails` and moved into the base class model `CreateAutonomousContainerDatabaseBase` in the Database service
20+
621
## 2.110.0 - 2025-05-27
722
### Added
823
- Support for List and Get APIs for out-of-box management dashboard resources in Management Dashboard service

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

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

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

lib/aispeech/package.json

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

lib/aivision/package.json

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

lib/analytics/package.json

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

lib/announcementsservice/package.json

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

0 commit comments

Comments
 (0)