Skip to content

Commit a35825a

Browse files
Releasing version 2.12.0
Releasing version 2.12.0
2 parents f9744f4 + 2051a8f commit a35825a

File tree

207 files changed

+5496
-312
lines changed

Some content is hidden

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

207 files changed

+5496
-312
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@ 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.12.0 - 2022-01-25
7+
### Added
8+
- Support for OneSubscription services
9+
- Support for retries enabled by default on all operations in the Object Storage service (Breaking change, only for python, go, java, typescript)
10+
- Support for specifying if a run or application is streaming or batch in the Data Flow service
11+
- Support for updating the Instance Configuration of an Instance Pool within a Cluster Network in the Compute Management service
12+
- Updated documentation for Cross Region ADG feature for Autonomous Database in the Database service
13+
14+
### Breaking Changes
15+
- Support for retries enabled by default on all operations in the Object Storage service
16+
617
## 2.11.1 - 2022-01-18
718
### Added
819
- Support for calling Oracle Cloud Infrastructure services in the me-dcc-muscat-1 region

index.ts

+4
Original file line numberDiff line numberDiff line change
@@ -178,3 +178,7 @@ export import appmgmtcontrol = require("oci-appmgmtcontrol");
178178
export import identitydataplane = require("oci-identitydataplane");
179179
export import ospgateway = require("oci-ospgateway");
180180
export import visualbuilder = require("oci-visualbuilder");
181+
export import osubbillingschedule = require("oci-osubbillingschedule");
182+
export import osuborganizationsubscription = require("oci-osuborganizationsubscription");
183+
export import osubsubscription = require("oci-osubsubscription");
184+
export import osubusage = require("oci-osubusage");

lib/aianomalydetection/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-aianomalydetection",
3-
"version": "2.11.1",
3+
"version": "2.12.0",
44
"description": "OCI NodeJS client for Ai Anomaly Detection Service",
55
"repository": {
66
"type": "git",

lib/ailanguage/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-ailanguage",
3-
"version": "2.11.1",
3+
"version": "2.12.0",
44
"description": "OCI NodeJS client for Ai Language Service",
55
"repository": {
66
"type": "git",

lib/analytics/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-analytics",
3-
"version": "2.11.1",
3+
"version": "2.12.0",
44
"description": "OCI NodeJS client for Analytics Service",
55
"repository": {
66
"type": "git",

lib/announcementsservice/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-announcementsservice",
3-
"version": "2.11.1",
3+
"version": "2.12.0",
44
"description": "OCI NodeJS client for Announcement Service",
55
"repository": {
66
"type": "git",

lib/apigateway/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-apigateway",
3-
"version": "2.11.1",
3+
"version": "2.12.0",
44
"description": "OCI NodeJS client for API gateway service",
55
"repository": {
66
"type": "git",

lib/apmconfig/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-apmconfig",
3-
"version": "2.11.1",
3+
"version": "2.12.0",
44
"description": "OCI NodeJS client for Apm Config Service",
55
"repository": {
66
"type": "git",

lib/apmcontrolplane/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-apmcontrolplane",
3-
"version": "2.11.1",
3+
"version": "2.12.0",
44
"description": "OCI NodeJS client for Apm Control Plane Service",
55
"repository": {
66
"type": "git",

lib/apmsynthetics/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-apmsynthetics",
3-
"version": "2.11.1",
3+
"version": "2.12.0",
44
"description": "OCI NodeJS client for Apm Synthetics Service",
55
"repository": {
66
"type": "git",

lib/apmtraces/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-apmtraces",
3-
"version": "2.11.1",
3+
"version": "2.12.0",
44
"description": "OCI NodeJS client for Apm Traces Service",
55
"repository": {
66
"type": "git",

lib/applicationmigration/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-applicationmigration",
3-
"version": "2.11.1",
3+
"version": "2.12.0",
44
"description": "OCI NodeJS client for Application Migration service",
55
"repository": {
66
"type": "git",

lib/appmgmtcontrol/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-appmgmtcontrol",
3-
"version": "2.11.1",
3+
"version": "2.12.0",
44
"description": "OCI NodeJS client for Appmgmt Control Service",
55
"repository": {
66
"type": "git",

lib/artifacts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-artifacts",
3-
"version": "2.11.1",
3+
"version": "2.12.0",
44
"description": "OCI NodeJS client for Artifacts Service",
55
"repository": {
66
"type": "git",

lib/audit/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-audit",
3-
"version": "2.11.1",
3+
"version": "2.12.0",
44
"description": "OCI NodeJS client for Audit Service",
55
"repository": {
66
"type": "git",

lib/autoscaling/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-autoscaling",
3-
"version": "2.11.1",
3+
"version": "2.12.0",
44
"description": "OCI NodeJS client for Autoscaling Service",
55
"repository": {
66
"type": "git",

lib/bastion/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-bastion",
3-
"version": "2.11.1",
3+
"version": "2.12.0",
44
"description": "OCI NodeJS client for Bastion Service",
55
"repository": {
66
"type": "git",

lib/bds/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-bds",
3-
"version": "2.11.1",
3+
"version": "2.12.0",
44
"description": "OCI NodeJS client for BDS Service",
55
"repository": {
66
"type": "git",

lib/blockchain/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-blockchain",
3-
"version": "2.11.1",
3+
"version": "2.12.0",
44
"description": "OCI NodeJS client for Blockchain Service",
55
"repository": {
66
"type": "git",

lib/budget/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-budget",
3-
"version": "2.11.1",
3+
"version": "2.12.0",
44
"description": "OCI NodeJS client for Budget Service",
55
"repository": {
66
"type": "git",

lib/certificates/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-certificates",
3-
"version": "2.11.1",
3+
"version": "2.12.0",
44
"description": "OCI NodeJS client for Certificates Service",
55
"repository": {
66
"type": "git",

lib/certificatesmanagement/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-certificatesmanagement",
3-
"version": "2.11.1",
3+
"version": "2.12.0",
44
"description": "OCI NodeJS client for Certificates Management Service",
55
"repository": {
66
"type": "git",

lib/cims/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-cims",
3-
"version": "2.11.1",
3+
"version": "2.12.0",
44
"description": "OCI NodeJS client for Cims ",
55
"repository": {
66
"type": "git",

lib/cloudguard/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-cloudguard",
3-
"version": "2.11.1",
3+
"version": "2.12.0",
44
"description": "OCI NodeJS client for Cloud Guard Service",
55
"repository": {
66
"type": "git",

lib/common/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-common",
3-
"version": "2.11.1",
3+
"version": "2.12.0",
44
"description": "OCI Common module for NodeJS",
55
"repository": {
66
"type": "git",

lib/computeinstanceagent/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-computeinstanceagent",
3-
"version": "2.11.1",
3+
"version": "2.12.0",
44
"description": "OCI NodeJS client for Compute Instance Agent Service",
55
"repository": {
66
"type": "git",

lib/containerengine/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-containerengine",
3-
"version": "2.11.1",
3+
"version": "2.12.0",
44
"description": "OCI NodeJS client for Container Engine",
55
"repository": {
66
"type": "git",

lib/core/lib/model/boot-volume-attachment.ts

+1
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ Example: `2016-08-25T21:10:29.600Z`
6969
"timeCreated": Date;
7070
/**
7171
* Whether in-transit encryption for the boot volume's paravirtualized attachment is enabled or not.
72+
*
7273
*/
7374
"isPvEncryptionInTransitEnabled"?: boolean;
7475
/**

lib/core/lib/model/instance.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ The default iPXE script connects to the instance's local boot
130130
* following iSCSI IP address: 169.254.0.2, and boot volume IQN:
131131
* iqn.2015-02.oracle.boot.
132132
* <p>
133-
If your instance boot volume type is paravirtualized,
133+
If your instance boot volume type is paravirtualized,
134134
* the boot volume is attached to the instance through virtio-scsi and no iPXE script is used.
135135
* If your instance boot volume type is paravirtualized
136136
* and you use custom iPXE to network boot into your instance,

lib/core/lib/model/launch-instance-details.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ The default iPXE script connects to the instance's local boot
134134
* following iSCSI IP address: 169.254.0.2, and boot volume IQN:
135135
* iqn.2015-02.oracle.boot.
136136
* <p>
137-
If your instance boot volume type is paravirtualized,
137+
If your instance boot volume type is paravirtualized,
138138
* the boot volume is attached to the instance through virtio-scsi and no iPXE script is used.
139139
* If your instance boot volume type is paravirtualized
140140
* and you use custom iPXE to network boot into your instance,

lib/core/lib/model/update-cluster-network-instance-pool-details.ts

+5
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,11 @@ Example: `{\"Department\": \"Finance\"}`
5353
* The number of instances that should be in the instance pool. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
5454
*/
5555
"size"?: number;
56+
/**
57+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the instance configuration associated with the instance pool.
58+
*
59+
*/
60+
"instanceConfigurationId"?: string;
5661
}
5762

5863
export namespace UpdateClusterNetworkInstancePoolDetails {

lib/core/lib/model/volume-attachment.ts

+3-2
Original file line numberDiff line numberDiff line change
@@ -90,14 +90,15 @@ Example: `2016-08-25T21:10:29.600Z`
9090
"volumeId": string;
9191
/**
9292
* Whether in-transit encryption for the data volume's paravirtualized attachment is enabled or not.
93+
*
9394
*/
9495
"isPvEncryptionInTransitEnabled"?: boolean;
9596
/**
96-
* Whether the attachment is multipath or not.
97+
* Whether the Iscsi or Paravirtualized attachment is multipath or not, it is not applicable to NVMe attachment.
9798
*/
9899
"isMultipath"?: boolean;
99100
/**
100-
* The iscsi login state of the volume attachment. For a multipath volume attachment,
101+
* The iscsi login state of the volume attachment. For a Iscsi volume attachment,
101102
* all iscsi sessions need to be all logged-in or logged-out to be in logged-in or logged-out state.
102103
*
103104
*/

lib/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-core",
3-
"version": "2.11.1",
3+
"version": "2.12.0",
44
"description": "OCI NodeJS client for Core",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)