You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file.
4
4
5
5
The format is based on [Keep a Changelog](http://keepachangelog.com/)
6
6
7
+
## 65.91.0 - 2025-05-13
8
+
### Added
9
+
- Support for the Model Deployment service
10
+
- Support for enabling and monitoring Pluggable Databases(PDB) in the Database Management service
11
+
- Support for additional unit shapes in AI clusters in the Generative AI service
12
+
- Support for node search details and node shape details on create and update cluster operations in the OpenSearch service
13
+
14
+
### Breaking Changes
15
+
- The operations `DisableExternalMysqlAssociatedService` and `EnableExternalMysqlAssociatedService` were removed from the model `ManagedMySqlDatabasesClient` in the Database Management service
16
+
- The property `LifecycleState` was renamed to `State` and it's type changed to `ExadataInfrastructureLifecycleStateValuesStateEnum` in the model `ExadataInfrastructureLifecycleStateValues` in the Database Management service
17
+
- The models `DisableExternalMysqlAssociatedServiceDetails`, `EnableExternalMysqlAssociatedServiceDetails`, `DisableExternalMysqlAssociatedServiceRequest`, `EnableExternalMysqlAssociatedServiceRequest`, `DisableExternalMysqlAssociatedServiceResponse`, `EnableExternalMysqlAssociatedServiceResponse`, and `ExternalMysqlAssociatedServiceNameEnum` were removed in the Database Management service
18
+
7
19
## 65.90.0 - 2025-05-06
8
20
### Added
9
21
- Support for dry run while creating cloud exadata Infrastructure and VM clusters in the Database service
Copy file name to clipboardExpand all lines: databasemanagement/databasemanagement_dbmanagement_client.go
+67-2Lines changed: 67 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -6658,9 +6658,10 @@ func (client DbManagementClient) getManagedDatabaseGroup(ctx context.Context, re
6658
6658
// # See also
6659
6659
//
6660
6660
// Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/databasemanagement/GetNamedCredential.go.html to see an example of how to use GetNamedCredential API.
6661
+
// A default retry strategy applies to this operation GetNamedCredential()
// Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/databasemanagement/ListNamedCredentials.go.html to see an example of how to use ListNamedCredentials API.
9456
+
// A default retry strategy applies to this operation ListNamedCredentials()
// ModifyExternalContainerDatabaseManagementFeature Modifies a Database Management feature for the specified external container database.
10741
+
//
10742
+
// # See also
10743
+
//
10744
+
// Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/databasemanagement/ModifyExternalContainerDatabaseManagementFeature.go.html to see an example of how to use ModifyExternalContainerDatabaseManagementFeature API.
10745
+
// A default retry strategy applies to this operation ModifyExternalContainerDatabaseManagementFeature()
// DisableExternalMysqlAssociatedService Disable an Associated Service for an external MySQL database resource. An Associated Service example is OPSI.
97
-
//
98
-
// # See also
99
-
//
100
-
// Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/databasemanagement/DisableExternalMysqlAssociatedService.go.html to see an example of how to use DisableExternalMysqlAssociatedService API.
101
-
// A default retry strategy applies to this operation DisableExternalMysqlAssociatedService()
// EnableExternalMysqlAssociatedService Enable an Associated Service for an external MySQL database resource. An Associated Service example is OPSI.
160
-
//
161
-
// # See also
162
-
//
163
-
// Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/databasemanagement/EnableExternalMysqlAssociatedService.go.html to see an example of how to use EnableExternalMysqlAssociatedService API.
164
-
// A default retry strategy applies to this operation EnableExternalMysqlAssociatedService()
0 commit comments