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
+10
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,16 @@ 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
+
## 1.5.7 - 2020-10-06
7
+
### Added
8
+
- Support for calling Oracle Cloud Infrastructure services in the me-dubai-1 region
9
+
- Support for rotating keys on autonomous container databases and autonomous databases in the Database service
10
+
- Support for cloud Exadata infrastructure and cloud VM clusters in the Database service
11
+
- Support for controlling the display of tax banners in the Marketplace service
12
+
- Support for application references, patch changes, generic JDBC and MySQL data asset types, and publishing tasks to OCI Dataflow in the Data Integration service
13
+
- Support for disabling the legacy Instance Metadata endpoints v1 in the Compute service
14
+
- Support for instance configurations specifying instance options in the Compute Management service
15
+
6
16
## 1.5.6 - 2020-09-29
7
17
### Added
8
18
- Support for specifying custom content dispositions when downloading objects in the Object Storage service
* API covering the [Networking](/iaas/Content/Network/Concepts/overview.htm),
4
+
[Compute](/iaas/Content/Compute/Concepts/computeoverview.htm), and
5
+
[Block Volume](/iaas/Content/Block/Concepts/overview.htm) services. Use this API
6
+
to manage resources such as virtual cloud networks (VCNs), compute instances, and
7
+
block storage volumes.
8
+
9
+
* OpenAPI spec version: 20160918
10
+
*
11
+
*
12
+
* NOTE: This class is auto generated by OracleSDKGenerator.
13
+
* Do not edit the class manually.
14
+
*
15
+
* Copyright (c) 2020, Oracle and/or its affiliates. All rights reserved.
16
+
* 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.
17
+
*/
18
+
19
+
import*asmodelfrom"../model";
20
+
importcommon= require("oci-common");
21
+
22
+
/**
23
+
* Optional mutable instance options. As a part of Instance Metadata Service Security Header, This allows user to disable the legacy imds endpoints.
0 commit comments