Skip to content

Commit 44b3b59

Browse files
Releasing version 2.109.0
Releasing version 2.109.0
2 parents 5edf824 + 18c1b1b commit 44b3b59

File tree

205 files changed

+1343
-544
lines changed

Some content is hidden

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

205 files changed

+1343
-544
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.109.0 - 2025-05-13
7+
### Added
8+
- Support for the Model Deployment service
9+
- Support for enabling and monitoring Pluggable Databases(PDB) in the Database Management service
10+
- Support for additional unit shapes in AI clusters in the Generative AI service
11+
- Support for node search details and node shape details on create and update cluster operations in the OpenSearch service
12+
13+
### Breaking Changes
14+
- The operations `disableExternalMysqlAssociatedService` and `enableExternalMysqlAssociatedService` were removed from the `ManagedMySqlDatabasesClient` in the Database Management service
15+
- The property `lifecycleState` and its enum `LifecycleState` were removed from the model `ExadataInfrastructureLifecycleStateValues` in the Database Management service
16+
- The models `DisableExternalMysqlAssociatedServiceDetails`, `EnableExternalMysqlAssociatedServiceDetails`, `DisableExternalMysqlAssociatedServiceRequest`, `EnableExternalMysqlAssociatedServiceRequest`, `DisableExternalMysqlAssociatedServiceResponse`, `EnableExternalMysqlAssociatedServiceResponse`, and `ExternalMysqlAssociatedServiceName` were removed in the Database Management service
17+
618
## 2.108.0 - 2025-05-06
719
### Added
820
- Support for dry run while creating cloud exadata Infrastructure and VM clusters in the Database service

index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,3 +234,4 @@ export import zpr = require("oci-zpr");
234234
export import dblm = require("oci-dblm");
235235
export import mngdmac = require("oci-mngdmac");
236236
export import lustrefilestorage = require("oci-lustrefilestorage");
237+
export import modeldeployment = require("oci-modeldeployment");

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

0 commit comments

Comments
 (0)