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
+11
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file.
3
3
4
4
The format is based on [Keep a Changelog](http://keepachangelog.com/).
5
5
6
+
## 2.58.1 - 2023-04-25
7
+
### Added
8
+
- Support for enabling mTLS authentication with Listener and for providing custom value for TLS port and Non-TLS Port during AVM Cluster Creation in Database service
9
+
- Support for usedDataStorageSizeInGbs property for autonomous database in the Database service
10
+
- Support for csiNumber organization in Tenant Manager Control Plane service
11
+
- Support for creating and updating an infrastructure with LACP support in Database service
12
+
- Support for changePrivateEndpointOutboundConnection operation in Integration Cloud service
13
+
- Support for Enable Process in Integration Cloud service
14
+
- Support for Disaster Recovery, DR enablement, switchover, and failover feature in Fusion Apps service
15
+
- Support for discovery and monitoring of External Exadata infrastructure in Database Management Service
16
+
6
17
## 2.58.0 - 2023-04-18
7
18
### Added
8
19
- Support for private endpoints in the Digital Assistant service
* Copyright (c) 2020, 2021 Oracle and/or its affiliates. All rights reserved.
3
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
4
+
5
+
@param args Arguments to provide to the example. The following arguments are expected:
6
+
* <ul>
7
+
* <li>The first argument is the OCID of the compartment.</li>
8
+
* <li>The second is the name of bucket to create and later fetch</li>
* Copyright (c) 2020, 2021 Oracle and/or its affiliates. All rights reserved.
3
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
4
+
*/
5
+
6
+
/**
7
+
* This script provides an example on how to enable realm specific endpoints for the service. This example uses
8
+
* ObjectStorageClient as the example client
9
+
* @param args Arguments to provide to the example. The following arguments are expected:
10
+
* <ul>
11
+
* <li>The first argument is the OCID of the compartment.</li>
12
+
* <li>The second is the name of bucket to create and later fetch</li>
0 commit comments