Skip to content

Commit f9744f4

Browse files
authoredJan 18, 2022
Releasing version 2.11.1
Releasing version 2.11.1
2 parents dc61223 + b689cab commit f9744f4

File tree

331 files changed

+5962
-534
lines changed

Some content is hidden

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

331 files changed

+5962
-534
lines changed
 

‎CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@ All notable changes to this project will be documented in this file.
33

44
The format is based on [Keep a Changelog](http://keepachangelog.com/).
55

6+
## 2.11.1 - 2022-01-18
7+
### Added
8+
- Support for calling Oracle Cloud Infrastructure services in the me-dcc-muscat-1 region
9+
- Support for the Visual Builder service
10+
- Support for cross-region replication of volume groups in the Block Storage service
11+
- Support for boot volume encryption in the Container Engine for Kubernetes service
12+
- Support for adding metadata to records when creating and updating records in the Data Labeling service
13+
- Support for global export formats in snapshot datasets in the Data Labeling service
14+
- Support for adding labeling instructions to datasets in the Data Labeling service
15+
- Support for updating autonomous dataguard associations for autonomous container databases in the Database service
16+
- Support for setting up automatic failover when creating autonomous container databases in the Database service
17+
- Support for setting the RECO storage size when updating a database system in the Database service
18+
- Support for reconnecting refreshable clones to source for autonomous databases on shared infrastructure in the Database service
19+
- Support for checking if an autonomous database on shared infrastructure can be reconnected to source, in the Database service
20+
621
## 2.11.0 - 2022-01-11
722
### Added
823
- Support for calling Oracle Cloud Infrastructure services in the af-johannesburg-1 and eu-stockholm-1 regions

‎index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,3 +177,4 @@ export import servicemanagerproxy = require("oci-servicemanagerproxy");
177177
export import appmgmtcontrol = require("oci-appmgmtcontrol");
178178
export import identitydataplane = require("oci-identitydataplane");
179179
export import ospgateway = require("oci-ospgateway");
180+
export import visualbuilder = require("oci-visualbuilder");

0 commit comments

Comments
 (0)
Please sign in to comment.